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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment