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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment