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
👍 with 1.0.2 on Debian, with the chown, there's no longer need to call yarn manually (#4), but it still won't start without --no-sandbox:
$ macintosh.js
[934052:0729/161820.766272:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /usr/lib/macintosh.js/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)
$ macintosh.js --no-sandbox
(works)
(presumably this is just because the binary is no longer owned by root after the chown)
As of 1.0.4, this issue is fixed. I just corrected my bug five minutes ago, so if you're running Linux, you might have to re-download macintosh.js: https://github.com/felixrieseberg/macintosh.js/releases/tag/v1.0.4
Apologies for the issues and thank you for your patience.
The text was updated successfully, but these errors were encountered: