Can you try to get a log of the issue?
The following describes how to get a log for the Client but should be similar for a Dedicated Server if that applies.
[ol]
[li]Go into your Steam Library, and right-click on Brink
[/li][li]Click ‘Properties’
[/li][li]Click ‘Set launch options…’
[/li][li]Paste the following: +set logFileName “console_Max_UDP_Msg_Size_$Y.$M.$D_$h.$m.$s.log” +set logfile 1
[/li][li]Run Brink from Steam and attempt to produce the crash
[/li][li]If you produce the crash, retrieve the logfile:
[/li][LIST=1]
[li]Go to …\Program Files (x86)\Steam\userdata#steamid#\22350\local\base
[/li][li]Find the file called console_Max_UDP_Msg_Size_xxxx.log
[/li][/ol]
[li]See if the crash also produced a minidump (MDMP) file
[/li][ol]
[li]Go to [b]…\Program Files (x86)\Steam\steamapps\common\brink[/b]
[/li][li]Look for the most recently created MDMP file
[/li][/ol]
[li]Post a link to the files here, or if you don’t have a way to host the files, send me a Private Message and I’ll give you an email address to send them to
[/li][/LIST]
Also if you run multiple servers on the same box, edit the bat/config files with:
+set logFileName “console_ded1_$Y.$M.$D_$h.$m.$s.log” / +set logFileName “console_ded2_$Y.$M.$D_$h.$m.$s.log” / +set logFileName “console_ded3_$Y.$M.$D_$h.$m.$s.log” to record distinct logfiles.