Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution: App not booting on Linux, stuck at emulator loading #18

Closed
felixrieseberg opened this issue Jul 29, 2020 · 2 comments
Closed

Comments

@felixrieseberg
Copy link
Owner

felixrieseberg commented Jul 29, 2020

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.

@himdel
Copy link

himdel commented Jul 29, 2020

👍 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)

@felixrieseberg
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants