Search Issue Tracker
Duplicate
Votes
0
Found in
5.1.0b5
Issue ID
694332
Regression
No
Crash on exit for Windows 64-bit Standalone players
64-bit Windows players built with Unity 5.1 beta 5 on Windows 7, Windows 8.1, or MacOS 10.10.3 crash when you close the player. 32-bit versions of these Windows players built on the same computers with the same versions of the Unity Editor do not crash upon exit.
Comments (2)
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
- Warning "Full dialog message:" is logged when the project is upgraded to a newer version
- A 404 page is opened when selecting "Open Documentation" for any of the HDRP specific Input Nodes in Shader Graph
- A 404 page is opened when selecting "Open Documentation" on the URP Sample Buffer Node in Shader Graph
- UnsafeUtility.Malloc uses 4MB when creating an empty NativeQueue
- Custom Function Node's Label and Name Field is not limited to the Graph Inspector's bounds
cgonzalez509
Sep 11, 2015 10:52
Actually, the X64 crash happens on a Windows 8.1 machine, but it is working fine on a W7 one, so this problems suits better on the issue (http://issuetracker.unity3d.com/issues/untiy-64bit-5-dot-1-1f1-crashing-on-windows-8-dot-1)
cgonzalez509
Sep 09, 2015 10:28
Same happens to me. The stand alone exec is loading (both via DLLImport and LoadLibrary) an unmanaged C++ library.
- In the x64 version after closing the window and everything has been disposed that program crashes.
- In the x32 version, everything runs ok