Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Desktop Game Crashes on Start

Discussion in '5.4 Beta' started by AlteredPlanets, Jan 21, 2016.

  1. AlteredPlanets

    AlteredPlanets

    Joined:
    Aug 12, 2013
    Posts:
    455
    Hello,

    So my game runs fine in editor but crashes in standalone....

    5.3.1p3
     

    Attached Files:

  2. Alex-Lian

    Alex-Lian

    Guest

    Per your log up top:

    Unity Player [version: Unity 5.3.1p1_7d3d8e90548b]

    mono.dll caused an Access Violation (0xc0000005)
    in module mono.dll at 0023:1010e911.


    Is likely a null reference exception in your C# code. Worth perhaps debugging in a development build/play mode and see if anything's hitting....

    and...this doesn't really qualify as a beta topic being 5.3.1.
     
  3. AlteredPlanets

    AlteredPlanets

    Joined:
    Aug 12, 2013
    Posts:
    455
    good Idea, trying it out
     
  4. AlteredPlanets

    AlteredPlanets

    Joined:
    Aug 12, 2013
    Posts:
    455
    Did not work, app crashed before it had a chance to launch the scene.....