inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.42k stars 296 forks source link

JavaScript error on launch 0.15.1 on macOS 15.5. #513

Open bryanrieger opened 4 months ago

bryanrieger commented 4 months ago

Upon launching the latest 0.15.1 release on macOS Sonoma 14.5 (on an M1 Pro) I'm presented with the following error:

A JavaScript error occurred in the main process.

Uncaught Exception: Error: spawn Unknown system error -86 at ChildProcess.spawn (node:internal/child_process:421:11) at spawn (node:child_process:776:9) at compile (/Applications/Inky.app/Contents/Resources/app.asar/main-process/inklecate.js:88:25) at IpcMainImpl. (/Applications/Inky.app/Contents/Resources/app.asar/main-process/inklecate.js:320:5) at IpcMainImpl.emit (node:events:518:28) at WebContents. (node:electron/js2c/browser_init:2:82415) at WebContents.emit (node:events:518:28)

The result is that the story preview never runs (the spinner just keeps spinning).

Radar4000 commented 4 months ago

We got the same error on M1 Air. We tried to run an older version (0.14.1). The program asked us to install Rosetta, and after installing that it works just fine. In the last two versions, it does not ask for user to install Rosetta for some reason but after the Rosetta installation latest version (0.15.1) works fine.

berkough commented 4 months ago

I get the same error running the Linux version on Chrome OS.