•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Hosting Server Server crashing problems

Posts
4
Likes
1
I am having a lot of server crashing issues, and I did install the most recent patch. What logs do you guys want to see and what should I be doing to try to find out the cause of this?
 

Puppytine

Slayed dreamer
Posts
2,237
Likes
1,487
You should install this:
Server Hotfix and Crash Logger | Movie Battles II Community
After crash, there will be crash_log_[date].log in GameData folder (or whereever server is placed).

Also you can add this to your server's command line:
Code:
+set logfile 3 +developer 1
"logfile" will create a new log called qconsole.log.
"developer" will cause more informative/flooding output.

There should be something like this in a server config:
Code:
seta g_log "server.txt"
Yet another log, called (surprise!) server.txt.

What is your OS?
 
Last edited:
Posts
4
Likes
1
Is it normal for the server to spam this on startup? This was in qconsole.log:
WARNING: CM_AddFacetBevels... invalid bevel
WARNING: CM_AddFacetBevels... invalid bevel
WARNING: CM_AddFacetBevels... invalid bevel
WARNING: CM_AddFacetBevels... invalid bevel
WARNING: CM_AddFacetBevels... invalid bevel
WARNING: CM_AddFacetBevels... invalid bevel
WARNING: CM_AddFacetBevels... invalid bevel
WARNING: CM_AddFacetBevels... invalid bevel
WARNING: CM_AddFacetBevels... invalid bevel
WARNING: CM_AddFacetBevels... invalid bevel

It spammed that for like 200 lines or so.

I just reinstalled the patch in my server as well to make sure... and even put the files both in the GameData and MBII directories.
The OS is CentOS linux
 
Posts
4
Likes
1
Is it normal for the server to spam this on startup? This was in qconsole.log:

It spammed that for like 200 lines or so.

I just reinstalled the patch in my server as well to make sure... and even put the files both in the GameData and MBII directories.
The OS is CentOS linux

Oh and I forgot to mention I already had those logging modes set, as I have rtv on the server also. Let me know what you want to see and I will post it
 

Puppytine

Slayed dreamer
Posts
2,237
Likes
1,487
Is it normal for the server to spam this on startup? This was in qconsole.log:

It spammed that for like 200 lines or so.

I just reinstalled the patch in my server as well to make sure... and even put the files both in the GameData and MBII directories.
The OS is CentOS linux
That's normal, I guess.
You should post all logs you have. I actually don't have any experience hosting server on Linux, but there are people who have one. They will have a look at this thread, sooner or later.

You can try switching from mbiided to linuxjampded and in reverse, maybe some server won't crash.
 
Top