I worked on a project in 4.27 and never had a crash and worked perfectly until I converted it to version 5.0 and I keep having this crash every time I clicked to run the VR in ‘VR Preview’ on. I don’t know why but it has never been a problem with VR projects that I have worked with 5.0 version before and I couldn’t identify what the problem is with this one project. Can anyone help me with this please? This is the errors that kept coming up.
If you create a new project and use the same VR Preview, does the same error appear? It could be an issue because you ported the project from 4.27 to 5.0.
Hi @MorningDawnAS, I had this issue before and I know why I got this issue.
This error occurs when your trying to access some information inside a invalid pointer object / variable. For example, if your trying to access information from the player, but the player is not valid. If you force the Engine to get the information you will crash and get this issue.
To avoid this you should always check to see if the object is valid. Sometimes this happen without reason and restarting the project may also fix this issue as well.
Hope this helps!