• Gmod [Segmentaion Fault] Error
    0 replies, posted
Hello, I have tried starting up a plain gmod server on Linux since the steampipe switch and I can't get it to work. I keep getting a "Segmentation Fault" error. I've looked around but all of the segmentation fault errors seem to be from a long time ago and no longer aplly to my situation. Any help or leads on how to fix this would be greatly apprciated. This is the launch script I have to launch the server. #!/bin/bash clear echo "Starting up Garry's Mod 13 server." screen -A -m -d -S gmod ./srcds_run -game garrysmod +maxplayers 32 +map gm_construct echo "Started. Type screen -x gmod to resume!" screen -x gmod Here is a picture of the error I am getting: [url]http://i.imgur.com/68Ud2ht.png?1[/url] Hopefully this infoformation I have provided is able to help someone help me in my cituation. Thanks :) [FIX] - Removed all garrysmod files from the server. - Under a newuser reinstalled all garrysmod file along with CS & TF2 in a different directory. - Mounted CS & TF2. - Ran the server as the new user rather than root. [/FIX]
Sorry, you need to Log In to post a reply to this thread.