-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
NomaiVR Space Suit Pressing B Glitch #690
Comments
Sadly this doesn't fully fix the issue. It DOES stop everything from disappearing and the chat window from coming up, but the character is completely frozen until you quit out of the game. |
I can reproduce this every time, got this from the logs, please let me know if you need any other info: Error - Exception handling message QSB.HUD.Messages.PlanetMessage : System.NullReferenceException |
Not familiar with unity and wouldn"t know how to begin to debug this, but this seems to be happening here:
Maybe try a null check over there? |
tried the nullcheck myself, it still happens, here's some steps to reproduce since I can't see any relevant warnings/errors and it seems like it's triggering something on the nomaivr side. |
enabled debug for nomaivr as well, found lots of null point reference errors on update functions due to what I assume is the lack of keyboard, so I temporarily commented all keyboard related code to avoid hundreds of exceptions:
afterwards the only exception I still see it has to do with player not having a camera:
But all this happens before wake up, I don't get any exceptions during this behavior |
this might be related to #694 ? |
Try disabling all time freezing options in the preflight checklist from the main menu. Combined with disabling text chat input, this worked for our group. |
For anyone who wants to play VR co-op with a friend on flatscreen i found a fix and i did a full VR Co op Playrthrough, here's a tip: if your screen turns black when you put on your spacesuit, have your friend pilot the ship and smack you around until you die. When you respawn, the game will be fully playable in co-op! While some animations aren't fully functional in co-op, it's a small trade-off for how incredibly fun this game is in VR. |
When I enter the spaceship I put on the space suit and then press B on my quest 3 controller all objects disappear and I am just left in the stars with a keyboard in front of me with no way to get back without exiting the game entirely.
To Reproduce
Use the NomaiVR, Menu Framework, QSB and Vanilla Fix mods. Enter the space ship, put on the space suit and press B.
Expected behavior
I expect to be able to exit the ship or for nothing to happen.
Screenshots
Screenshot does not show keyboard but in the headset there is a keyboard in front of me.
Please complete the following information:
The text was updated successfully, but these errors were encountered: