Search Issue Tracker
Fixed in 5.3.0
Votes
2
Found in
5.2.1f1
Issue ID
730548
Regression
Yes
Editor crashes at VertexBufferD3D9::EndWriteVertices or CreateDirect3D11SurfaceFromDXGISurface
To reproduce:
1. Open the scene "PianoHero" in "Assets\Game\Scenes\PianoHero 3\PianoHero"
2. Press "Play"
3. After the scene loads, press the escape key.
4. Click "Restart level" and "yes"
Notice that after the screen fades to black, Unity crashes.
The crash doesn't happen when the user's code is executing, but after that.
Stacktrace ends with VertexBufferD3D9::EndWriteVertices or CreateDirect3D11SurfaceFromDXGISurface, depending on which version of directX is used.
On 5.3 the bug reporter appears and the stack trace is printed to the editor log, while on 5.2 the reporter doesn't appear, and the last line on the editor log is "========== OUTPUTING STACK TRACE =================="
Comments (1)
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
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
- VFX Graph font size change does not adjust Sticky Note size when smaller font size is selected
- Rendering Debugger has a “Go to Section” burger button even when the section is already opened and does nothing when pressed
- SIGSEGV error when adding EditorApplication.delayCall callback declared in complex generic type and exiting Unity in `Performanc
ZimM
Oct 13, 2015 22:43
Not only editor, Player crashes as well.