Every time?
Starting with admin rights?
Tried jamp client?
Make sure there are no several instances of mbii, openjk and jamp instances running at the same time in the task manager (Ctrl+Shift+Esc).
/serverstatus
Private clients always start from 0 to sv_privateclients-1. If you have such a number - you took a private slot.
As a test, try to connect to a public slot and check your client number.
There is some private information. I already downloaded it, so remove your post. Send it in PM next time.
You sent the wrong log. I am interested in the qconsole.log. To have it you have to set logfive 2.
And send it just after the fatal error.
On server side:
seta sv_maxclients "32" //max
seta sv_privateclients "2"
seta sv_privatepassword "9U-64dsefA"
//public slots 30 (32-2)
On client side:
Via the console if the server not passworded (g_password is ""):
/connect address:port; password 9U-64dsefA
Or via main menu when the password...
And how are you sure it is the crash if there is no crash log? Maybe you mean fatal error? Add +set developer "1" on startup next time. And set it also now for the current session.
You can only save them manually. Just bind "saveDemo" command and do not forget to hit it. Or "saveDemoLast" if you forgot.
The design of autorecord is to only save the needed demos.
It is based on like 3 weeks old ojk which prolly wasn't even named so. And first commits included only all those known common fixes. That's all we need.
I also cherry-picked some important things afterward manually if there were something definitely useful.