EDIT: it now randomly works with regular build, not sure what was done differently – however, it still does NOT work with Vulkan, described further in a reply below. It still crashes in the same spot – during splash screen. It works for me (Intel+NVIDIA), but not my teammate (AMD GPU/CPU). Yes, drivers are up-to-date.
Since the beginning of 5.6 beta, we reverted back to 5.5 – we tried it again now and still crashing like mad.
Then some “VertexOutputForwardBase” errs, whatever that means.
It could very much be something from the Unity store, but we have so many already – is there a 5.6 compatibility tester? Seems like it could be our shader that’s using code from Unity Standard Shader, which … does’t seem to be working anymore just a guess, so far … I’d love some assistance let me know what you need
We have found an issue causing a memory corruption that would later make the editor crash in various parts of the code. This should be fixed in the next release. However, we count on our beta users to report these crashes so we can ensure that there aren’t more cases than we already addressed.
EDIT: Admin mode allows it to WORK (Win10)! However, why would it only work with admin? When someone installs the game, is the shortcut admin by default? I’m going to guess no… this would cause tons of issues, right?
EDIT 2: It randomly works now without admin. Not sure what it does. HOWEVER, same crash when he’s using Vulkan. He said he submitted a bug within Unity. I can run fine with my Intel+NVIDIA, but his higher-end AMD’s (CPU/GPU) are still crashing at same point (during splash screen) without error. Yes, drivers are up-to-date.
Actually, I just crashed without an error repeatedly. It seems that as soon as I build, it works – the next time it runs, it crashes without error. So weird. Looking at the log files, is this an error or warning?
Vulkan PSO: cache data not found [path=C:/Users/KENSHI~1/AppData/Local/Temp/Imperium42™ Game Studio/Throne of Lies®/vulkan_pso_cache.bin]
^ I am wondering if having ™ and (R) affect things – I didn’t realize that’s what outputs the path. Perhaps I should take these out?
This seems like the real err - the last in the log file:
Vulkan PSO: Failed to open pipeline cache data file for writing path[C:/Users/KENSHI~1/AppData/Local/Temp/Imperium42™ Game Studio/Throne of Lies®/vulkan_pso_cache.bin]
Gonna try taking off unicode path. See how it did at the end of the path?
Just for the record, mine stopped crashing, it was crashing the exe when I was clicking “Stop (X)” - sometimes - in the network manager hud, but I stopped using it and started to use a modified version of the lobby manager that Unity provides.
Glancing at the logs (though only to be mildly trusted) it seems to be crashing in liboni.dll which I’m assuming is something else added on (cloth?). It would be a little tough to debug ourselves without those dll symbols. Guessing it maybe a case of a race condition trying to access some data that has already been destroyed, but not sure if it’s a lifecycle issue from our side or through the 3rd party library or the game code itself?
I’m experiencing seemingly random crashes, but can’t reproduce them in new projects. Things like typing in the project search field, crash, clicking a the “window” menu, crash in “validating Lighting menu”. I’ll be uploading repro cases as soon as I get them narrowed down, it’s just hard to find something when there’s already quite some stuff in a project and I don’t want to upload 600 mb of unrelated junk.
Which beta version? We had a spurious memory stomping crash before b11. If you’re using the preview progressive lighting, the memory stomp could occur before f1.
Yes, I’ve found it crashed every time just click play button or click anything then crash.
Only Unity 5.6.0b10 is not crash. It’s good that I’ve backup my project first then I rollback to use Unity 5.6.0b10.