Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity Crashing?

Discussion in 'Editor & General Support' started by renman3000, Nov 17, 2019.

  1. renman3000

    renman3000

    Joined:
    Nov 7, 2011
    Posts:
    6,697
    using Unity 2019.2.12f1
    using MacOS Mojave

    Hi there,
    Long story short but recent updates, now see my Unity continually crashing, for no apparent reason. I am currently downloading Catalina, and hopefully this will resolve any issues.

    Any insight?
     
  2. Velo222

    Velo222

    Joined:
    Apr 29, 2012
    Posts:
    1,437
    I'm noticing a lot of crashes in Unity as well, but I'm using HDRP (which is currently still in preview phase).

    That being said, if your Editor or game build crashes, you can look in your User>UserName>AppData>Local>Temp>DefaultCompnayName folder and find the player.log and crash.dmp etc.... files in those folders to try to see what is causing the crashes.

    For me, I have this weird ntdll.dll module that is crashing for some reason with "unnamed function" trying to access memory for which it doesn't have permission. The ntdll.dll file is a generic native Windows file so I have no idea what it is that's causing it to crash, and it crashes every play session if I let it run long enough :(