MacOS Problem #369

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

Originally created by @steinlogic on 8/11/2025

Hello,

The latest release (VRCX_2025-08-11T02.11-1681f69) seems to be broken for Apple Silicon Macs.

System:

Mac with M-series Chip (Apple Silicon)
macOS version 15.6 (24G84)
Problem:
The app crashes immediately on launch. The crash report shows an error "The assembly architecture 'x64' is not compatible with the current process architecture 'arm64'".

Diagnosis:
It appears the main executable is compiled for arm64, but it tries to load an x64 component (like VRCX-Electron.dll). This architecture mismatch causes the crash.

It seems the macOS build has mixed arm64 and x86_64 components, making it unusable. Please investigate the packaging process for the .dmg file. Thank you!

*Originally created by @steinlogic on 8/11/2025* Hello, The latest release (VRCX_2025-08-11T02.11-1681f69) seems to be broken for Apple Silicon Macs. System: Mac with M-series Chip (Apple Silicon) macOS version 15.6 (24G84) Problem: The app crashes immediately on launch. The crash report shows an error "The assembly architecture 'x64' is not compatible with the current process architecture 'arm64'". Diagnosis: It appears the main executable is compiled for arm64, but it tries to load an x64 component (like VRCX-Electron.dll). This architecture mismatch causes the crash. It seems the macOS build has mixed arm64 and x86_64 components, making it unusable. Please investigate the packaging process for the .dmg file. Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#369