You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: