Lauriethefish / QuestPatcher

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

Exe Won't Run #144

Closed blayzec29 closed 9 months ago

blayzec29 commented 9 months ago

I have downloaded the .exe file and it won't run i even tried the standalone still won't run idk what to do.

ALERTua commented 9 months ago

same.

[2023-12-23 21:24:35 DBG] Saving default config file . . .
[2023-12-23 21:24:35 INF] Loading config . . .
[2023-12-23 21:24:35 DBG] QuestPatcherService constructed (QuestPatcher version 2.7.1)
[2023-12-23 21:24:35 DBG] Loading default themes
[2023-12-23 21:24:35 DBG] 2 themes loaded successfully!
[2023-12-23 21:24:35 INF] Starting QuestPatcher . . .
[2023-12-23 21:24:35 DBG] Checking for existing daemon
[2023-12-23 21:24:35 DBG] Found existing ADB daemon. Checking if it's valid for us to use
[2023-12-23 21:24:35 VRB] Checking if ADB at C:\RSL\platform-tools\adb.exe is present and up-to-date
[2023-12-25 23:08:25 INF] Loading config . . .
[2023-12-25 23:08:25 DBG] QuestPatcherService constructed (QuestPatcher version 2.7.2)
[2023-12-25 23:08:25 DBG] Loading default themes
[2023-12-25 23:08:25 DBG] 2 themes loaded successfully!
[2023-12-25 23:08:25 INF] Starting QuestPatcher . . .
[2023-12-25 23:08:26 DBG] Checking for existing daemon
[2023-12-25 23:08:26 DBG] Found existing ADB daemon. Checking if it's valid for us to use
[2023-12-25 23:08:26 VRB] Checking if ADB at C:\RSL\platform-tools\adb.exe is present and up-to-date
[2023-12-26 10:22:08 INF] Loading config . . .
[2023-12-26 10:22:14 DBG] QuestPatcherService constructed (QuestPatcher version 2.7.2)
[2023-12-26 10:22:14 DBG] Loading default themes
[2023-12-26 10:22:14 DBG] 2 themes loaded successfully!
[2023-12-26 10:22:20 INF] Starting QuestPatcher . . .
[2023-12-26 10:22:21 DBG] Checking for existing daemon
[2023-12-26 10:22:22 DBG] Checking installation on PATH
[2023-12-26 10:22:22 VRB] Checking if ADB at adb.exe is present and up-to-date
[2023-12-26 10:22:22 DBG] Preparing URLs to download files from . . .
[2023-12-26 10:22:22 DBG] Getting download URLs from https://raw.githubusercontent.com/Lauriethefish/QuestPatcher/main/QuestPatcher.Core/Resources/file-downloads.json . . .
[2023-12-26 10:22:37 INF] Loading config . . .
[2023-12-26 10:22:38 DBG] QuestPatcherService constructed (QuestPatcher version 2.7.2)
[2023-12-26 10:22:38 DBG] Loading default themes
[2023-12-26 10:22:38 DBG] 2 themes loaded successfully!
[2023-12-26 10:22:38 INF] Starting QuestPatcher . . .
[2023-12-26 10:22:38 DBG] Checking for existing daemon
[2023-12-26 10:22:38 DBG] Checking installation on PATH
[2023-12-26 10:22:38 VRB] Checking if ADB at adb.exe is present and up-to-date
[2023-12-26 10:22:38 DBG] Preparing URLs to download files from . . .
[2023-12-26 10:22:38 DBG] Getting download URLs from https://raw.githubusercontent.com/Lauriethefish/QuestPatcher/main/QuestPatcher.Core/Resources/file-downloads.json . . .

C:\RSL\platform-tools\adb.exe exists https://raw.githubusercontent.com/Lauriethefish/QuestPatcher/main/QuestPatcher.Core/Resources/file-downloads.json accessible freshly created config.json:

{
  "appId": "com.beatgames.beatsaber",
  "displayLogs": false,
  "patchingPermissions": {
    "externalFiles": true,
    "debuggable": false,
    "microphone": false,
    "flatScreenSupport": false,
    "handTrackingType": "None",
    "modLoader": "QuestLoader"
  },
  "showPatchingOptions": false,
  "selectedThemeName": "Dark"
}
grego31430 commented 9 months ago

Same here ... Strange things, from fresh install Soft is trying to download and stop : image But if I run an adb server, it stop when detect trying to get the adb version : image

I've tried to install all the .net SDK 6.0, but this not solved the issue ...

Lauriethefish commented 9 months ago

There's no need to install the SDK for dotnet 6, the runtime is included with the app.

This issue is a duplicate of #137, essentially the app crashes without triggering the unhandled exception handler, (which shouldn't be possible) so there's no logging to explain what went wrong. I have some evidence to suggest it relates to the avalonia update qp recently underwent. There is some suggestion that running as administrator fixes the issue.

It doesn't relate to the startup process or anything, as it occurs at a random point during startup, typically when the window is clicked, but not always. I can't reproduce it at the moment but I'm doing all I can.

ALERTua commented 9 months ago

There is some suggestion that running as administrator fixes the issue.

It does! Thank you!

Lauriethefish commented 9 months ago

closing due to being a duplicate