Glowy Posted June 27, 2022 Share Posted June 27, 2022 (edited) So.. Im trying to run MTA on archlinux using wine, after it launches with some seconds, mta freezes and crashes with a message of Quote There was a problem validating your serial any idea? Heres some info: OS: Linux Distro: Arch Wine version: wine-7.11 Edited June 27, 2022 by xLive Link to comment
0 Glowy Posted June 27, 2022 Author Share Posted June 27, 2022 (edited) Hello, i was able to fix this by setting up an MTA Server on my machine then running it as sudo. after that, the game running on wine didn't crash or make errors anymore. Here's the steps: 1- Make a folder for the server 2 - Make a file, name it servercreation.sh 3 - open the file and edit it's contents to: https://pastebin.com/raw/1tMcFVJK 4 - open a terminal and cd to this folder 5 - type in the terminal: bash servercreation.sh 6 - After it's done, cd to the multitheftauto folder that got generated by the script, run "mta-server-64" OR "mta-server-32" as root "sudo ./mta-server-64" - Wait for the server to load and run, after that close the server and run the client with wine; and it'll work just fine! Troubleshooting: If you faced this issue while running the server: Quote libncursesw.so.5: cannot open shared object file: No such file or directory ERROR: Could not load ./x64/core.so * Check installed data files. Press enter to continue... You can solve it by: For Arch linux: install ncurses5-compat-libs using any AUR helper [Tried it myself, works!] For debian: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 Source of fixes: https://forum.multitheftauto.com/topic/121715-libncurseswso5-cannot-open-shared-object-file/ Edited June 27, 2022 by Glowy 1 Link to comment
0 Glowy Posted June 27, 2022 Author Share Posted June 27, 2022 MTADiag: https://pastebin.mtasa.com/1000004023 Link to comment
Question
Glowy
So.. Im trying to run MTA on archlinux using wine, after it launches with some seconds, mta freezes and crashes with a message of
any idea?
Heres some info:
OS: Linux
Distro: Arch
Wine version: wine-7.11
Link to comment
2 answers to this question
Recommended Posts