Results 1 to 10 of 22

Thread: Server Crash

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Test something like this:
    PHP Code:
    /say !test;name test;wait 5;reconnect 
    Now on !test you run these commands on your server:
    PHP Code:
    self setClientCvar("com_maxfps"125); // just an example
    self setClientCvar("cl_allowdownload"1); // a few cvars to fill your user commands 
    And on connect you also add a few cvars.

    Edit: you can post crash's segmentation fault error? It should be the last line when you run 'dmesg'. Then i might be able to backtrace the error.
    Last edited by Mitch; 15th April 2015 at 08:16. Reason: added question mark to my edit

  2. The Following User Says Thank You to Mitch For This Useful Post:

    kung foo man (15th April 2015)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •