donn / nudelta

Open source NuPhy Console alternative
GNU General Public License v3.0
503 stars 22 forks source link

MacOS: Uncaught exception #28

Closed ultimendum closed 1 year ago

ultimendum commented 1 year ago

Hi! Triyng to get nudelta working on MacOS Ventura 13.2 running on Apple Silicon M1. Doing everything to build GUI version like you said, copy and paste app to whatever folder I want, doubleclick it to run and get this error:

Uncaught Exception: Error: dlopen(/var/folders/y6/37hy5g1s6x95c4lnfwgbn6r00000gn/T/.website.donn.nudelta.2Ho0nc, 0x0001): tried: '/var/folders/y6/37hy5g1s6x95c4lnfwgbn6r00000gn/T/.website.donn.nudelta.2Ho0nc' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/var/folders/y6/37hy5g1s6x95c4lnfwgbn6r00000gn/T/.website.donn.nudelta.2Ho0nc' (no such file), '/var/folders/y6/37hy5g1s6x95c4lnfwgbn6r00000gn/T/.website.donn.nudelta.2Ho0nc' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/private/var/folders/y6/37hy5g1s6x95c4lnfwgbn6r00000gn/T/.website.donn.nudelta.2Ho0nc' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/private/var/folders/y6/37hy5g1s6x95c4lnfwgbn6r00000gn/T/.website.donn.nudelta.2Ho0nc' (no such file), '/private/var/folders/y6/37hy5g1s6x95c4lnfwgbn6r00000gn/T/.website.donn.nudelta.2Ho0nc' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')) at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1810) at Module._extensions..node (node:internal/modules/cjs/loader:1205:18) at Object.func [as .node] (node:electron/js2c/asar_bundle:5:2037) at Module.load (node:internal/modules/cjs/loader:988:32) at Module._load (node:internal/modules/cjs/loader:829:12) at c._load (node:electron/js2c/asar_bundle:5:13339) at Module.require (node:internal/modules/cjs/loader:1012:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (/Applications/nudelta.app/Contents/Resources/app.asar/index.cjs:12:15) at Module._compile (node:internal/modules/cjs/loader:1120:14)

Appreciate any help to run Nudelta properly. Thanx!

ultimendum commented 1 year ago

Looks like you've encountered this last week. Could you please provide me with prebuild version to use it with Rosetta?

donn commented 1 year ago

Here you go: https://github.com/donn/nudelta/releases/tag/0.6.5

ultimendum commented 1 year ago

Sweet! Works like a charm!