Crash: frequent Alt-Tab / switching to another window
Posted: Thu Feb 20, 2014 12:45 am
Please comment on the bug if you have the same issue and please mention whether the described method did help or not.
Crash:
After some/many switches to other windows or using Alt-Tab
The logfiles contain many entries like:
and end with a memory allocation error. According to http://forum.unity3d.com/threads/126320 ... DeviceLost this can be circumvented by starting the game in single thread mode by using the command line flag: -force-gfx-st
Crash:
After some/many switches to other windows or using Alt-Tab
The logfiles contain many entries like:
- Code: Select all
HandleD3DDeviceLost
HandleD3DDeviceLost: still lost
Skipped rendering frame because GfxDevice is in invalid state (device lost)
and end with a memory allocation error. According to http://forum.unity3d.com/threads/126320 ... DeviceLost this can be circumvented by starting the game in single thread mode by using the command line flag: -force-gfx-st