felixrieseberg / windows95

💩🚀 Windows 95 in Electron. Runs on macOS, Linux, and Windows.
Other
22.24k stars 1.29k forks source link

Gitpod version is broken #184

Open ghost opened 3 years ago

ghost commented 3 years ago

When trying to run Windows 95 in Gitpod, you receive this error, "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 /workspace/windows95/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755". You can't fix it, because Gitpod doesn't give you high enough privileges. Is there a way to run without sandboxing?

jankeromnes commented 3 years ago

Note: @nisarhassan12 is attempting to fix this in https://github.com/gitpod-io/definitely-gp/pull/59

I'll now review this by attempting to confirm the fix.

ghost commented 3 years ago

So have you found a solution yet?

hello-smile6 commented 2 years ago

@Knucklehead-McSpazatron Try --no-sandbox

hello-smile6 commented 2 years ago

@Knucklehead-McSpazatron https://gitpod.io/#https://github.com/hello-smile6/windows95 That should work, testing now