"Application Fails the 'TestSdkVersion' VRC Validator Check
Hey everyone, I'm looking to fix a bug for submission that has to do with the VRC Validator check. I have found the documentation here: https://developer.oculus.com/documentation/pcsdk/latest/concepts/dg-vrcvalidator/ And am trying to test my app now. When using the GUI or command line, I either get a "failed to launch app" (if not starting the app before running) or a "Failed to create a session" when starting the game and then running the validator. Is there something I'm missing in code that the validator is looking for? Has anyone else experienced this? Thanks!963Views0likes2CommentsHow to pass VRC TestLaunchIntoVR
When I used VRC toolto test the TestLaunchIntoVR for the app, I got the error "The application took too long to submit the first frame". The reference link page said that If your app takes longer than 4 seconds to launch, you must provide a head-tracked loading indicator. Head-tracked means the UI elements must remain stationary in space when the user turns their head. Do not lock any logos or progress indicators to the user’s face. For my app, there is no UI element or other game object locking to the user's face at the first 15 secs, but the app can't pass the test. Can someone give an example for this to help me to understand it better? Thanks!3.6KViews0likes12CommentsOculusTrcValidator fails and OculusDebugTool crashes
I am trying to test an app using the OculusTrcValidator before uploading it to the Oculus Store. When I run the Validator: $ ./OculusTrcValidator.exe --path "/c/Program\ Files/High\ Fidelity\interface.exe" -v Almost all of the tests fail like this: Starting TestSdkVersion Sending message to OAF: {"requestData":{"wearing_hmd":true},"requestName":"/life_cycle/proximity_sensor","sequenceId":"128"} Response from OAF: {"messageType":"RESPONSE","payload":{"value":"OK"},"payloadType":"PLAIN_STRING","sequenceId":"128","timestamp":"1540425588143"} ERROR: Application launch was cancelled ERROR: Setup test failed because application couldn't be started. HRESULT: 1223 Cleaning up... Sending message to OAF: {"requestData":{"wearing_hmd":false},"requestName":"/life_cycle/proximity_sensor","sequenceId":"129"} Response from OAF: {"messageType":"RESPONSE","payload":{"value":"OK"},"payloadType":"PLAIN_STRING","sequenceId":"129","timestamp":"1540425588219"} Test FAILED The same thing happens when I try to validate an app that I've downloaded from the Oculus Store, so it's not an issue with the application I'm testing. I've tried to use the OculusDebugTool GUI to do it, but it crashes very quickly if I open "Validate App" and try to do anything (choose a file, select a test, run, etc.). Does anyone have any advice? Thank you.4.7KViews1like24CommentsWhere to get more detail docs for VRC Validator?
Hello! I'm trying to use the vrc validator to test the app and got many failures. Attached is the log file. I searched the documentation as well as forum and didn't find much detail info on how to fix each failure. Maybe I didn't get the right place to check that information. Dose anyone meet the same problem? Thanks!4KViews0likes3Comments