facebookarchive / oculus-debugger-vscode

Oculus Debugger is a VSCode extension that is primarily meant for real-time debugging of Unreal Engine games for Oculus, but it also fully supports debugging both Oculus Applications (i.e. apk files) and Oculus Native C/C++ binaries. This repo is used to track extension bugs submitted from VSCode.
Other
6 stars 3 forks source link

Exception: Error: Can't download Oculus Runtime. Status 404 #4

Open pasotee opened 2 years ago

pasotee commented 2 years ago

Hello everyone, I am trying to run the Oculus Debugger from Visual Studio Code for an Unreal Engine project and I am facing the following error:

Using existing installation id: [8ace3d00-dd0f-4d19-b428-40762c3d7de4]
Created a Pigeon Session ID: [a49f41d1-ac75-4653-8e5d-51fac296db5a]
Analytics: [oculus-vscode-debugger:activation] = {}
Telemetry is disabled via a setting, skipping
Activated the extension: Oculus Debugger
Using JDB location from settings: C:\Program Files\Android\jdk\microsoft_dist_openjdk_1.8.0.25\bin\jdb.exe
Using adb location from settings: C:\Microsoft\AndroidSDK\25\platform-tools\adb.exe
Created local process runner
Assuming local workspace
*******
 Create debug adapter with configuration:
Previous download directory exists, removing C:\Users\oalex\.oculus_debugger_runtime\lldb
Previous download directory exists, removing C:\Users\oalex\.oculus_debugger_runtime\debugcito
Exception: Error: Can't download Oculus Runtime. Status 404
Stack trace: {Error: Can't download Oculus Runtime. Status 404
    at c:\Users\oalex\.vscode\extensions\oculus.oculus-vscode-debugger-1.0.8\dist\extension.js:13:177002
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async Ee._downloadWithProgress (c:\Users\oalex\.vscode\extensions\oculus.oculus-vscode-debugger-1.0.8\dist\extension.js:13:176918)
    at async Ee._downloadAndInstallWithProgress (c:\Users\oalex\.vscode\extensions\oculus.oculus-vscode-debugger-1.0.8\dist\extension.js:13:176658)}
About to delete the lockfile

I am using Oculus Debugger version 1.0.8 is this still supported? Also tried with 1.0.7 but with same result. I am running Windows 11, Unreal Engine 4.26 from your fork and VS Code 1.63

pasotee commented 2 years ago

@mnovakovic do you have some insights in this regard? Are the links still viable?

mnovakovic commented 2 years ago

We’re working on a fix, thanks for bringing this to our attention!

On Tue, Dec 14, 2021 at 3:18 PM Oprea Alexandru @.***> wrote:

Hello everyone, I am trying to run the Oculus Debugger from Visual Studio Code for an Unreal Engine project and I am facing the following error:

`Using existing installation id: [8ace3d00-dd0f-4d19-b428-40762c3d7de4] Created a Pigeon Session ID: [a49f41d1-ac75-4653-8e5d-51fac296db5a] Analytics: [oculus-vscode-debugger:activation] = {} Telemetry is disabled via a setting, skipping Activated the extension: Oculus Debugger Using JDB location from settings: C:\Program Files\Android\jdk\microsoft_dist_openjdk_1.8.0.25\bin\jdb.exe Using adb location from settings: C:\Microsoft\AndroidSDK\25\platform-tools\adb.exe Created local process runner Assuming local workspace

Create debug adapter with configuration: Previous download directory exists, removing C:\Users\oalex.oculus_debugger_runtime\lldb Previous download directory exists, removing C:\Users\oalex.oculus_debugger_runtime\debugcito Exception: Error: Can't download Oculus Runtime. Status 404 Stack trace: {Error: Can't download Oculus Runtime. Status 404 at c:\Users\oalex.vscode\extensions\oculus.oculus-vscode-debugger-1.0.8\dist\extension.js:13:177002 at processTicksAndRejections (internal/process/task_queues.js:93:5) at async Ee._downloadWithProgress (c:\Users\oalex.vscode\extensions\oculus.oculus-vscode-debugger-1.0.8\dist\extension.js:13:176918) at async Ee._downloadAndInstallWithProgress (c:\Users\oalex.vscode\extensions\oculus.oculus-vscode-debugger-1.0.8\dist\extension.js:13:176658)} About to delete the lockfile`

I am using Oculus Debugger version 1.0.8 is this still supported? Also tried with 1.0.7 but with same result.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/facebookexperimental/oculus-debugger-vscode/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEA4QBJN4AZC5RR3IFLQYDUQ7GDZANCNFSM5KCGFSQA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

pasotee commented 2 years ago

@mnovakovic thanks a lot, that's highly appreciated! Thanks for getting back to me!

pasotee commented 2 years ago

Any updates or ETAs on this one?