[Bug] can't build or run arm64 Error: Cannot find module '/root/VRCX/build/Electron/VRCX-Electron.cjs' #188

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

Originally created by @seisdr on 12/1/2025

I'm trying to run this inside a chroot i tried the appimage and it just didn't launch with no errors so I'm trying to build it and i get this error
Nodejs and npm versions

root@localhost:~/VRCX# node -v
v25.2.1
root@localhost:~/VRCX# npm -v
11.6.2
root@localhost:~/VRCX# npm run start-electron -- --no-sandbox               
                                                                            
> VRCX@2025.11.16 start-electron
> electron . --no-sandbox                                                   

[24618:1201/084153.593337:ERROR:dbus/bus.cc:408] Failed to connect to the bu
s: Failed to connect to socket /run/dbus/system_bus_socket: No such file or 
directory                                                                   
Checking for .NET installation at: dotnet
LaunchProcess: failed to execvp:
xdg-settings
Relaunching with args: [ '--ozone-platform-hint=auto', '.', '--no-sandbox' ]
root@localhost:~/VRCX# [24636:1201/084153.898228:ERROR:dbus/bus.cc:408] Fail
ed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_s
ocket: No such file or directory                                            
Checking for .NET installation at: dotnet
LaunchProcess: failed to execvp:                                            
xdg-settings
App threw an error during load                                              
Error: Cannot find module '/root/VRCX/build/Electron/VRCX-Electron.cjs'
Require stack:                                                              
- /root/VRCX/src-electron/main.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1390:15)   
    at s._resolveFilename (node:electron/js2c/browser_init:2:130470)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1032:19)        
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1037:22)
    at Module._load (node:internal/modules/cjs/loader:1199:37)
    at c._load (node:electron/js2c/node_init:2:17993)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:244:24)             
    at Module.require (node:internal/modules/cjs/loader:1470:12)            
    at require (node:internal/modules/helpers:147:16)
A JavaScript error occurred in the main process                             
Uncaught Exception:
Error: Cannot find module '/root/VRCX/build/Electron/VRCX-Electron.cjs'
Require stack:
- /root/VRCX/src-electron/main.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1390:15)
    at s._resolveFilename (node:electron/js2c/browser_init:2:130470)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1032:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1037:22)
    at Module._load (node:internal/modules/cjs/loader:1199:37)
    at c._load (node:electron/js2c/node_init:2:17993)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:244:24)
    at Module.require (node:internal/modules/cjs/loader:1470:12)
    at require (node:internal/modules/helpers:147:16)
[24636:1201/084154.183031:ERROR:dbus/bus.cc:408] Failed to connect to the bu
s: Could not parse server address: Unknown address type (examples of valid t
ypes are "tcp" and on UNIX "unix")
[24636:1201/084154.183292:ERROR:dbus/bus.cc:408] Failed to connect to the bu
s: Failed to connect to socket /run/dbus/system_bus_socket: No such file or 
directory
[24636:1201/084154.183357:ERROR:dbus/bus.cc:408] Failed to connect to the bu
s: Failed to connect to socket /run/dbus/system_bus_socket: No such file or 
directory
[24636:1201/084154.197884:ERROR:dbus/object_proxy.cc:573] Failed to call met
hod: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: 
unknown error type:
[24636:1201/084154.198770:ERROR:dbus/bus.cc:408] Failed to connect to the bu
s: Could not parse server address: Unknown address type (examples of valid t
ypes are "tcp" and on UNIX "unix")
[24636:1201/084154.198814:ERROR:dbus/bus.cc:408] Failed to connect to the bu
s: Could not parse server address: Unknown address type (examples of valid t
ypes are "tcp" and on UNIX "unix")
[24636:1201/084154.198834:ERROR:dbus/bus.cc:408] Failed to connect to the bu
s: Could not parse server address: Unknown address type (examples of valid t
ypes are "tcp" and on UNIX "unix")
[24636:1201/084154.198844:ERROR:dbus/bus.cc:408] Failed to connect to the bu
s: Could not parse server address: Unknown address type (examples of valid t
ypes are "tcp" and on UNIX "unix")
[24636:1201/084154.198854:ERROR:dbus/object_proxy.cc:573] Failed to call met
hod: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: 
unknown error type:
[24667:1201/084154.329811:ERROR:components/viz/service/main/viz_main_impl.cc
:189] Exiting GPU process due to errors during initialization
root@localhost:~/VRCX#

I also tried to run the windows version but it said it detected wine and refused to run

*Originally created by @seisdr on 12/1/2025* I'm trying to run this inside a chroot i tried the appimage and it just didn't launch with no errors so I'm trying to build it and i get this error Nodejs and npm versions ``` root@localhost:~/VRCX# node -v v25.2.1 root@localhost:~/VRCX# npm -v 11.6.2 ``` ```root@localhost:~# cd VRCX root@localhost:~/VRCX# npm run start-electron -- --no-sandbox > VRCX@2025.11.16 start-electron > electron . --no-sandbox [24618:1201/084153.593337:ERROR:dbus/bus.cc:408] Failed to connect to the bu s: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Checking for .NET installation at: dotnet LaunchProcess: failed to execvp: xdg-settings Relaunching with args: [ '--ozone-platform-hint=auto', '.', '--no-sandbox' ] root@localhost:~/VRCX# [24636:1201/084153.898228:ERROR:dbus/bus.cc:408] Fail ed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_s ocket: No such file or directory Checking for .NET installation at: dotnet LaunchProcess: failed to execvp: xdg-settings App threw an error during load Error: Cannot find module '/root/VRCX/build/Electron/VRCX-Electron.cjs' Require stack: - /root/VRCX/src-electron/main.js at Module._resolveFilename (node:internal/modules/cjs/loader:1390:15) at s._resolveFilename (node:electron/js2c/browser_init:2:130470) at defaultResolveImpl (node:internal/modules/cjs/loader:1032:19) at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1037:22) at Module._load (node:internal/modules/cjs/loader:1199:37) at c._load (node:electron/js2c/node_init:2:17993) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:244:24) at Module.require (node:internal/modules/cjs/loader:1470:12) at require (node:internal/modules/helpers:147:16) A JavaScript error occurred in the main process Uncaught Exception: Error: Cannot find module '/root/VRCX/build/Electron/VRCX-Electron.cjs' Require stack: - /root/VRCX/src-electron/main.js at Module._resolveFilename (node:internal/modules/cjs/loader:1390:15) at s._resolveFilename (node:electron/js2c/browser_init:2:130470) at defaultResolveImpl (node:internal/modules/cjs/loader:1032:19) at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1037:22) at Module._load (node:internal/modules/cjs/loader:1199:37) at c._load (node:electron/js2c/node_init:2:17993) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:244:24) at Module.require (node:internal/modules/cjs/loader:1470:12) at require (node:internal/modules/helpers:147:16) [24636:1201/084154.183031:ERROR:dbus/bus.cc:408] Failed to connect to the bu s: Could not parse server address: Unknown address type (examples of valid t ypes are "tcp" and on UNIX "unix") [24636:1201/084154.183292:ERROR:dbus/bus.cc:408] Failed to connect to the bu s: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24636:1201/084154.183357:ERROR:dbus/bus.cc:408] Failed to connect to the bu s: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24636:1201/084154.197884:ERROR:dbus/object_proxy.cc:573] Failed to call met hod: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24636:1201/084154.198770:ERROR:dbus/bus.cc:408] Failed to connect to the bu s: Could not parse server address: Unknown address type (examples of valid t ypes are "tcp" and on UNIX "unix") [24636:1201/084154.198814:ERROR:dbus/bus.cc:408] Failed to connect to the bu s: Could not parse server address: Unknown address type (examples of valid t ypes are "tcp" and on UNIX "unix") [24636:1201/084154.198834:ERROR:dbus/bus.cc:408] Failed to connect to the bu s: Could not parse server address: Unknown address type (examples of valid t ypes are "tcp" and on UNIX "unix") [24636:1201/084154.198844:ERROR:dbus/bus.cc:408] Failed to connect to the bu s: Could not parse server address: Unknown address type (examples of valid t ypes are "tcp" and on UNIX "unix") [24636:1201/084154.198854:ERROR:dbus/object_proxy.cc:573] Failed to call met hod: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24667:1201/084154.329811:ERROR:components/viz/service/main/viz_main_impl.cc :189] Exiting GPU process due to errors during initialization root@localhost:~/VRCX# ``` I also tried to run the windows version but it said it detected wine and refused to run
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#188