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
- The search field has an additional icon that has no functionality
- Splash Image logo is shown after being removed when pressing the Preview button
- Crash on GenerateParticleGeometry when creating certain particles
- HD Sample Buffer returns black for Rendering Layer Mask when Custom Pass Volume is not active
- SpriteRenderer has wrong input color when associated material uses SRPBatcher
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