Lauriethefish / QuestPatcher

Generic il2cpp modding tool for Oculus Quest (1/2/3) apps.
zlib License
261 stars 393 forks source link

Unhandled Load Error #139

Closed AshelinSama closed 6 months ago

AshelinSama commented 7 months ago

I just freshly installed QuestPatcher on Windows 10 and am using Meta Quest 3. I tried both the "QuestPatcher-windows.exe" as well as the standalone. I am immediately met with the following error as soon as I open QuestPatcher:

UnhandledLoaderror

QuestPatcher.Core.AdbException
   at QuestPatcher.Core.AndroidDebugBridge.RunCommand(String command, Int32[] allowedExitCodes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 298
   at QuestPatcher.Core.AndroidDebugBridge.DownloadFile(String name, String destination) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 336
   at QuestPatcher.Core.AndroidDebugBridge.DownloadApk(String packageId, String destination) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\AndroidDebugBridge.cs:line 350
   at QuestPatcher.Core.InstallManager.LoadInstalledApp() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\InstallManager.cs:line 137
   at QuestPatcher.Core.QuestPatcherService.RunStartup() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\QuestPatcherService.cs:line 132
   at QuestPatcher.Services.QuestPatcherUiService.LoadAndHandleErrors() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher\Services\QuestPatcherUiService.cs:line 96

If I click "Change App", it gives me the "Device offline" error even after restarting both my PC and my Quest 3. SideQuest correctly detects and can connect with my Quest 3 at this same time.

offline

log.log

AshelinSama commented 7 months ago

Managed to resolve the issue by using a different USB port. It seems the USB port I was using kept intermittently disconnecting the Quest, and that was causing the issue.