If you try to use Foundry VTT on ubuntu/debian it likely will not work due to permissions on the chrome-sandbox. It is not well documented how to fix this issue. I'm not going to tell you WHY this fixes it, you need to read the error output and extrapolate, I'm just here to keep you running.
You need to change the owner
sudo chown root /home/teep/Documents/fvtt/chrome-sandbox
sudo chmod 4577 /home/teep/Documents/fvtt/chrome-sandbox
so you can use these:
sudo chown root /home/laz/FoundryVTT/chrome-sandbox
sudo chmod 4755 /home/laz/FoundryVTT/chrome-sandbox
This will get it running. Now run it, and you're golden.
No comments:
Post a Comment