- Home /
How to determine why Unity crashes
Every time I try to build with Unity it crashes. The log it produces doesn't seem to tell me anything useful. Is there any documentation on diagnosing crashes?
Thanks for your help
Does it crash, or does it freeze? If the latter, it's often a while loop that doesn't stop.
It crashes and then uploads a crash report to Unity which takes 2-3 hours to upload. If my computer goes into sleep mode while it's uploading the crash report will also crash, so only one crash report has ever been successfully uploaded to Unity.
Since I have this crash report it would be nice if I could use it to diagnose my problem, and figure out if there is something I can change that will prevent it from crashing on build.
thanks
Answer by battagline · May 05, 2014 at 11:00 PM
Not sure if this makes a difference, but I just updated my video drivers and now I'm getting:
LoadLibrary failed with error 998: Invalid access to memory location
Your answer
