Hello, i have the next issue:
When i try to run my game after build, it crash trying to load the first escene and i get this message in the generated error log:
`Unity Player [version: Unity 5.5.1f1_88d00a7498cd]
game.exe caused an Access Violation (0xc0000005)
in module game.exe at 0023:00cc14e7.
Error occurred at 2017-04-16_211656.
C:\Users\myusername\Desktop\game.exe, run by myusername.
34% memory in use.
0 MB physical memory [0 MB free].
0 MB paging file [0 MB free].
0 MB user address space [3638 MB free].
Read from location 00000388 caused an access violation.`
I already found [this thread][1] but the solution did't work for me.
I want to mention that when i try to execute the game in Unity Editor it works correctly.
Im using windows 10.
Any help is greatly appreciated, thanks!
[1]: http://answers.unity3d.com/questions/950569/game-runs-in-editor-crashes-on-startup-after-build.html
↧