-
Notifications
You must be signed in to change notification settings - Fork 332
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
AirMech Command #961
Comments
Can you try that latest version (1.3.0) of Revive? |
I updated to latest everything (even reinstalled oculus home and revive to be sure). Still doesn't seem to work. It alternates between the game and an error that says the rift is disconnected please reconnect. |
Which headset are you using? |
HTC Vive (not the pro) |
This is interesting, there's some sort of race condition here that causes AirMech Command to skip a frame and then submit the same frame twice. So it will submit frames in this order: 1, 2, 3, 5, 5, 6, 7, etc. I'm not sure whether this is a bug in the game or whether Revive should be forcing the game to run slower. In any case the tracking in that game is a bit jittery due to the frame skip. |
Hmm. On mine its more than just jittery. In the vive it flashes between the loading screen and the game constantly. On the computer monitor it flashes between the game and the error saying it can't find an occulus rift. How odd. Wonder if something specific to my setup. |
Oh sorry, forgot to mention that I also reproduced that error, but it was an easy fix, it's related to the frame submission order though. I actually figured out why it happens though. This game relies on the fact that a call to That indicates bad programming on the part of the game. There are plenty of other issues with this game too such as getting the new headpose before the runtime finished submitting the frame. This adds a lot of latency and makes the experience uncomfortable. Fixing this game completely will require some game-specific hacks. |
Fixed in these commits: 7f4093a...9eab91c Will be part of the 1.3.1 release. |
ah ok, I guess I'll keep an eye out for a steam sale :) Thanks for looking into it. Thanks for revive too! |
oh awesome. I just saw the fix. Thank you |
New version has been released, please test it. |
the Steam VR shows the game as flashing between playable and unresponsive. Inside the headset it flashes between the game and the loading screen.
Out of curiosity are games supported on steam still going to receive support on here? Thank you for this awesome program.
The text was updated successfully, but these errors were encountered: