I Followed The Wiki But When I Try To Run A Command To The Factorio File Like This
Code: Select all
./bin/x64/factorio --create ./saves/my-save.zip
Command Not Found
Code: Select all
./bin/x64/factorio --create ./saves/my-save.zip
Command Not Found
Code: Select all
erik@mars:~/Games/factorio/bin/x64> ls -l
total 215412
-rwxr-xr-x 1 erik erik 220579479 May 6 10:25 factorio
What does "did a reflash of the OS" mean?0neP1us wrote: Sat Aug 13, 2022 1:11 pm I just did a reflash of the OS and tried again i Also checked the permisions
Still Does Not Work
Code: Select all
cd /opt/factorio
ls -l bin/x64
bin/x64/factorio --help
Code: Select all
chmod +x /opt/factorio/bin/x64/factorio
Well, ls shows the executable isn't executable, so "Permission denied" makes sense.0neP1us wrote: Sat Aug 13, 2022 1:41 pm sorry I Mean I Reinstalled /Reset Linux And Switched to Pure Debian Instead Of Ubuntu
Here Is The Info You Requested!
Code: Select all
mount | grep -F "$(findmnt -no source -T /opt/factorio)"
I Also Tried The Mount Commandchmod +x /opt/factorio/bin/x64/factorio
And Got This.mount | grep -F "$(findmnt -no source -T /opt/factorio)"
While (as explained by Bilka) Factorio can't run on a Raspberry Pi, for the benefit of others (and perhaps also yourself in other contexts) I guess from the above that you are copying from Windows and that is the cause of permissions being broken. This can almost certainly be avoided by copying the tarball to the Linux environment and extracting it there, which may well be faster too.0neP1us wrote: Sat Aug 13, 2022 2:27 pm But When I Move The Files Over To My Dedicated Server It Breaks Again With The Permision Thing Even After I Change The Executeable Permision