Unity is causing my VR games to crash
Been trying to play a couple game in Oculus VR and noticed that a couple of them which use Unity are not starting up at all. When I check the output log I see this:
0x00007FF9E24748AE (UnityPlayer) UnityMain 0x00007FF9E24815BD (UnityPlayer) UnityMain ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF9E1E82609) 0x00007FF9E1E82609 (UnityPlayer) (function-name not available) ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF9E1E82892) 0x00007FF9E1E82892 (UnityPlayer) (function-name not available) 0x00007FF9E1EA3756 (UnityPlayer) UnityMain 0x00007FF9E1E9F146 (UnityPlayer) UnityMain 0x00007FF9E1EB5AAC (UnityPlayer) UnityMain ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF9E191F040) 0x00007FF9E191F040 (UnityPlayer) (function-name not available) ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF9E19208F5) 0x00007FF9E19208F5 (UnityPlayer) (function-name not available) ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF9E1855C2A) 0x00007FF9E1855C2A (UnityPlayer) (function-name not available) ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF9E1847039) 0x00007FF9E1847039 (UnityPlayer) (function-name not available) ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF9E1E923DA) 0x00007FF9E1E923DA (UnityPlayer) (function-name not available) 0x00007FF9E1E92CEB (UnityPlayer) UnityMain ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF730CF1207) 0x00007FF730CF1207 (Beat Saber) (function-name not available) 0x00007FFA37093034 (KERNEL32) BaseThreadInitThunk 0x00007FFA39813691 (ntdll) RtlUserThreadStart*
Something is blocking these games from starting and due to a lot of research online it seems that Unity may be the cause. Can anyone help me with a fix? I've downloaded the latest version of Unity from the site and even tried uninstalling it all together...nothing has worked.
Answer by PNUMIA-Rob · Jan 03, 2019 at 08:54 PM
I am experiencing what appears to be the same issue with no VR support enabled.
EDIT: SOLVED
I was able to resolve this issue by updating the projects Scripting Runtime Version from to .NET 4.0 Equivalent.
Hope this helps someone :)
Answer by NorseMonster · Jan 03, 2019 at 09:09 PM
I uninstalled Citrix Workspace App and it solved all my problems
Your answer
Follow this Question
Related Questions
Keep getting Null reference error for AI Script 1 Answer
Unity 2017 playmode is not working 0 Answers
IndexOutOfRangeException in TextureInspector 1 Answer
grandle build fail 0 Answers