-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null Reference Exception problem (stacktrace?) #488
Comments
@artumino this is about the stuff you did for the steamvr manifest, right? Can we just wrap it in a try catch, since it's not really a big deal if that part fails? |
We can do that yes, although there shouldn't be any NRE coming from it unless there are other issues with the install. |
Thank you for the quick responses, though I'm a bit puzzled in what action I should take to resolve? |
@dorianzoumplis There's a new NomaiVR update 2.5.0, see if that one works for you. I suspect it will still not work properly. If it does, let us know if any new errors are printed to the logs. |
I am under same situation, using NomaiVR 2.5.1. Following errors are injected, In NomaiVR, And in OWML, Once the game gets this situation, any mouse/pointer operation does not work. Outer Wilds: v1.1.12.125 |
What headset are you using? We are trying to figure out how to reproduce this. The mouse pointer is disabled by the mod to avoid performance issues during the ending sequence, verifying the files from Steam after uninstalling the mod should be enough to restore it (only one file in the game gets edited by the mod and needs to be restored) |
Hi, looks like I am a too beginner about VR and so it was my fault. Thank you!! |
Hello, any update on this issue? I am also getting the same messages |
These errors pop up for me too but I'm still able to run the game perfectly fine. So whatever problem you're having might not be related to these errors. |
1 similar comment
These errors pop up for me too but I'm still able to run the game perfectly fine. So whatever problem you're having might not be related to these errors. |
Hello,
I've followed the directions to install the mod manager, the vr mod, and disabled Steam theatre view. But when I launch the game from the OWML I get the following error in the log. The game still launches, but I cannot progress beyond the "Enter profile name" screen of the homescreen:
NullReferenceException: Object reference not set to an instance of an object Stacktrace: NomaiVR.Helpers.ApplicationManifestHelper.UpdateManifest (System.String manifestPath, System.String appKey, System.String imagePath, System.String name, System.String description, System.Int32 steamAppId, System.Boolean steamBuild) (at <8e2e4939d00948d89e660bf8acde57e9>:0) NomaiVR.NomaiVR.InitSteamVR () (at <8e2e4939d00948d89e660bf8acde57e9>:0) NomaiVR.NomaiVR.ApplyMod () (at <8e2e4939d00948d89e660bf8acde57e9>:0) NomaiVR.Loaders.NomaiVRLoaderOwml.Start () (at <8e2e4939d00948d89e660bf8acde57e9>:0)
The text was updated successfully, but these errors were encountered: