Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
rpifer's avatar
rpifer
Honored Guest
4 years ago

Oculus Platform Command Line Utility is old Bug

Build upload fails with the result of:

 
********************************************************************************
* Your copy of Oculus Platform Command Line Utility is old. *
* Version 1.67.0.000001 has been released on Thu Oct 07 2021. *
* Please use the following command to update it: *
* > ..\..\ovr-platform-util.exe self-update *
********************************************************************************
 
Ran the update in a command line and it shows:
 
Checking for the latest version
Already running the latest version 1.67.0.000001
 
Anyone have a fix for this? 
 

1 Reply

  • Begounet's avatar
    Begounet
    Honored Guest

    Get the same issue. Just here to provide more details.

    The command

     

     

    .\ovr-platform-util.exe version

     

     

     returns

     

     

    Oculus Platform Command Line Utility - 1.67.0.000001 (Built on Sat Sep 25 2021)

     

     

     

    It seems like there is 2 builds 1.67.0.000001. One created in Sep 25 and the other one on Oct 7.

    So, when the self-update try to update, it probably just check the version number, but the command

     

     

    .\ovr-platform-util.exe upload-quest-build *

     

     

    checks also the date (or a maybe a kind of check sum of the binary).

     

    Just in case, I tried to download the ovr-platform-util from the website but the version available is the "Sep 25" one.

     

    Fingers crossed for devs to fix that.