Search Issue Tracker
Fixed in 2018.2.10f1
Fixed in 2018.2.X
Votes
0
Found in
2018.2.2f1
Issue ID
1067685
Regression
No
Book of the dead: Environment crashes on GfxDeviceD3D11Base::DrawBuffersBatchMode when entering Play Mode in Windows 7
Hwo to reproduce:
1. Download and open attached project "BotD"
2. In open About window click button "Load Book of the dead: Environment"
3. Enter Play Mode
Expected result: Unity does not crash
Actual result: Unity crashes
Reproduced with: 2018.1.9f2, 2018.2.5f1
Could not test with older versions since Book of the Dead came out with 2018.1, also 2018.3 has code compilation errors
Note: the issue only reproduces with Windows 7
Update: fixed in 2018.3.0a11 and backported to version 2018.2.10f1
Comments (9)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprites are cut off when using a custom alpha mask with a custom shader
- Screen.SetResolution() ignores width and height parameters when switching from Fullscreen to Windowed mode
- Crash on il2cpp::vm::Class::Init in the Player when handling FileNotFoundException in cascading catch blocks in async method
- Mesh with vertex animation shader renders incorrectly when using DirectX11 and AMD GPU
- Select Dependencies context menu doesn't work properly in Project Browser
jenniferdehner
Jan 12, 2022 16:32
Thanks for this information.
MatriXz
Aug 10, 2019 08:43
Hi, i managed to fix my code without testing first. So i could run it. The issue was that the vertex count was lower than the triangle count, and that seemed to create some kind of endless loop or deadlock of some kind that killed Unity editor on my machine.
As soon as the counts were the same, the game runs smoothly without issue.
Also i took the code out of the Coroutine, so it does not lag behind the main thread. But i suspect this did not have any issue..
What bothers me is that you could not reproduce the crash on win 10. Its amazing how much an old machine can do for your experience.
Can i suggest that you develope a "emergency exit playmode" button, so even if theres an unintended deadlock or endless loop, the developer kan prematurely stop playmode, without needing to click the button. because if the editor freezes up because of bad user code, then there should be a way to stop runtime.
Makes sence?