[Bug] Nightly 2025-09-02 crashes on startup on Debian 13 #333

Closed
opened 2026-04-05 16:17:43 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Hotwire75 on 9/3/2025

Hello, when I attempt to launch the Nightly 2025-09-02 AppImage on Debian 13, it crashes with this error as soon as it tries to get SQLite going.

---cropped---
/tmp/appimage_extracted_478fab775a4a5e3e5a66c41fa68a8747/vrcx.png
Checking for .NET installation at: /tmp/appimage_extracted_478fab775a4a5e3e5a66c41fa68a8747/resources/dotnet-runtime/dotnet
Version: 2025-09-02T14.54-a649247
Creating new instance of ProgramElectron
Creating new instance of VRCXStorage
2025-09-02 16:09:54.7848 [INFO ] VRCX.Program - VRCX (Linux) Nightly 2025-09-02T14.54-a649247 Starting...
2025-09-02 16:09:54.8730 [INFO ] VRCX.Program - Args: ["--ozone-platform-hint=auto"]
2025-09-02 16:09:54.8754 [INFO ] VRCX.AppApiElectron - Using steam library path /Steam
Creating new instance of SQLite
A JavaScript error occurred in the main process
Uncaught Exception:
Error: The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception.
at Microsoft.Data.Sqlite.SqliteConnection..ctor(String connectionString)
at VRCX.SQLite.Init() in /home/runner/work/VRCX/VRCX/Dotnet/SQLite.cs:line 36
at VRCX_SQLite_Init(Closure, JSCallbackArgs)
at Microsoft.JavaScript.NodeApi.Interop.JSCallbackOverload.Invoke(JSCallbackOverload overload, JSCallbackArgs args)
at Microsoft.JavaScript.NodeApi.Interop.JSCallbackOverload.ResolveAndInvokeDeferred(JSCallbackArgs args)
at Microsoft.JavaScript.NodeApi.JSValue.InvokeCallback[TDescriptor](napi_env env, napi_callback_info callbackInfo, JSValueScopeType scopeType, Func`2 getCallbackDescriptor)
at Object. (/tmp/appimage_extracted_478fab775a4a5e3e5a66c41fa68a8747/resources/app.asar/src-electron/main.js:99:38)
at Module._compile (node:internal/modules/cjs/loader:1696:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1829:10)
at Module.load (node:internal/modules/cjs/loader:1430:32)
at Module._load (node:internal/modules/cjs/loader:1253:12)
at c._load (node:electron/js2c/node_init:2:17993)
at node:electron/js2c/browser_init:2:135362
at node:electron/js2c/browser_init:2:135571
at node:electron/js2c/browser_init:2:135575
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7)

*Originally created by @Hotwire75 on 9/3/2025* Hello, when I attempt to launch the Nightly 2025-09-02 AppImage on Debian 13, it crashes with this error as soon as it tries to get SQLite going. ---cropped--- /tmp/appimage_extracted_478fab775a4a5e3e5a66c41fa68a8747/vrcx.png Checking for .NET installation at: /tmp/appimage_extracted_478fab775a4a5e3e5a66c41fa68a8747/resources/dotnet-runtime/dotnet Version: 2025-09-02T14.54-a649247 Creating new instance of ProgramElectron Creating new instance of VRCXStorage 2025-09-02 16:09:54.7848 [INFO ] VRCX.Program - VRCX (Linux) Nightly 2025-09-02T14.54-a649247 Starting... 2025-09-02 16:09:54.8730 [INFO ] VRCX.Program - Args: ["--ozone-platform-hint=auto"] 2025-09-02 16:09:54.8754 [INFO ] VRCX.AppApiElectron - Using steam library path /Steam Creating new instance of SQLite A JavaScript error occurred in the main process Uncaught Exception: Error: The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception. at Microsoft.Data.Sqlite.SqliteConnection..ctor(String connectionString) at VRCX.SQLite.Init() in /home/runner/work/VRCX/VRCX/Dotnet/SQLite.cs:line 36 at VRCX_SQLite_Init(Closure, JSCallbackArgs) at Microsoft.JavaScript.NodeApi.Interop.JSCallbackOverload.Invoke(JSCallbackOverload overload, JSCallbackArgs args) at Microsoft.JavaScript.NodeApi.Interop.JSCallbackOverload.ResolveAndInvokeDeferred(JSCallbackArgs args) at Microsoft.JavaScript.NodeApi.JSValue.InvokeCallback[TDescriptor](napi_env env, napi_callback_info callbackInfo, JSValueScopeType scopeType, Func`2 getCallbackDescriptor) at Object.<anonymous> (/tmp/appimage_extracted_478fab775a4a5e3e5a66c41fa68a8747/resources/app.asar/src-electron/main.js:99:38) at Module._compile (node:internal/modules/cjs/loader:1696:14) at Module._extensions..js (node:internal/modules/cjs/loader:1829:10) at Module.load (node:internal/modules/cjs/loader:1430:32) at Module._load (node:internal/modules/cjs/loader:1253:12) at c._load (node:electron/js2c/node_init:2:17993) at node:electron/js2c/browser_init:2:135362 at node:electron/js2c/browser_init:2:135571 at node:electron/js2c/browser_init:2:135575 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#333