Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
Issue ID
962620
Regression
No
[Windows] Editor fails to generate VS solution when icon or configuration dialog banner is assigned.
Setting icon or Configuration Dialog Banner in Player Settings cause VS solution generation fail to build.
It happens for both default icon and the standalone overridden.
It also happens when the Configuration Dialog is disabled.
Repro:
1. Open attached Icon_Crash with PR: ono.unity3d.com/unity/unity/pull-request/61838/_/platform/windows/vs-solution
2. Customize icon in Edit -> Project Settings -> Player -> Default Icon or in the Icon tab
Or Customize image in Splash Image tab -> Application Config Dialog Banner
3. Choose to Create Visual Studio Solution in Build Settings
4. Build
5. Observe failure and error messages.
Callstack:
[Root]
?!?
Unity.exe!BuildPipeline_CUSTOM_BuildPlayerInternalNoCheck
Unity.exe!BuildPlayer
Unity.exe!DoBuildPlayer
Unity.exe!DoBuildPlayer_PostBuild
Unity.exe!PostprocessPlayer
Unity.exe!AddIcon
Unity.exe!AddIconToWindowsExecutable
Unity.exe!File::Open
Unity.exe!File::OpenFileSystemEntry
Unity.exe!RetriableOperation::Perform<OpenFileOperation>
Unity.exe!FileAccessor::Open
Unity.exe!LocalFileSystemWindowsShared::Open
KernelBase.dll!CreateFileW
KernelBase.dll!CreateFileInternal
sysfer.dll!<PDB not found>
ntoskrnl.exe!KiSystemServiceCopyEnd
ntoskrnl.exe!NtCreateFile
ntoskrnl.exe!IopCreateFile
ntoskrnl.exe!ObOpenObjectByNameEx
ntoskrnl.exe!ObpLookupObjectName
ntoskrnl.exe!IopParseDevice
FLTMGR.SYS!FltpCreate
FLTMGR.SYS!FltpPassThroughInternal
FLTMGR.SYS!FltpPerformPreCallbacks
fileinfo.sys!FIEtwEnableCallback
fileinfo.sys!FIETWLogFileCreate
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment