Search found 2 matches

by gleon
Wed Jan 17, 2024 8:20 pm
Forum: Help / Troubleshooting
Topic: Can't apply Snapshot on Linux
Replies: 2
Views: 725

Re: Can't apply Snapshot on Linux

Never mind. I just figured it out.

Here is the solution:

the original mxbin file had executable rights and the new one from the snapshot didn't:

ls -l showed:

-rwxr-xr-x mxbin
-rw-r--r-- mxbin_snapshot

So I just changed the rights to add "execute":

"/chmod 755 mxbin_snapshot"
by gleon
Wed Jan 17, 2024 8:01 pm
Forum: Help / Troubleshooting
Topic: Can't apply Snapshot on Linux
Replies: 2
Views: 725

Can't apply Snapshot on Linux

Hello, I have MX Sim 1.13 on Linux Mint. And I'm trying to apply October2023's snapshot but it's not working. I downloaded it from here: https://forum.mxsimulator.com/viewtopic.php?t=59461&sid=aeddc0b3339cfe17e9bb134c2f561763 Then replaced the working mxbin with the downloaded one, but the game does...