0 Members and 2 Guests are viewing this topic.
Well then its an external error caused by something else other than the server's coding
Quote from: PerroAZUL on June 05, 2007, 09:32:04 pmQuote from: FliesLikeABrick on June 05, 2007, 06:44:22 pmwhat ugly and useless messages?I guess it was an memory access violation message.@EnEsCe: no error was outputted on the console, i checked the logs too. It just closed as if i had used ctrl+alt+delIf you're running on windows, don't start the binary directly, start it from cmd.exe. Windows closes console program windows when they terminate, whether they did it properly or not. You can see this if you deliberately put bad data into soldat.ini; the server will flash on the screen then disappear. Starting it from cmd.exe allows you to see what errors occur, and note that not all errors are logged to the log files, simply because certain conditions cause the OS to terminate the application directly, bypassing error catching.
Quote from: FliesLikeABrick on June 05, 2007, 06:44:22 pmwhat ugly and useless messages?I guess it was an memory access violation message.@EnEsCe: no error was outputted on the console, i checked the logs too. It just closed as if i had used ctrl+alt+del
what ugly and useless messages?
--------------------------------------------------------------- Caution! This software is still in BETA phase. Soldat Dedicated Server initializing...---------------------------------------------------------------- Need help running your server? IRC: #soldat.servers @ irc.quakenet.org Additional parameters: ./soldatserver -p PORT -l MAXPLAYERS -p PASSWORD Example: ./soldatserver -p 23073 -l 16 -p "my pass" Hit CTRL+C to exit Please command the server using the Soldat Admin programWelcome to Soldat 1.4.1 Server name: U13 CTF Public [Chicago] Server PID: 22845----------------------------------------------------------------ctf_Ash by chakapoko maker Server IP: 67.106.77.193 Port: 23073 ASE Port: 23196 Connection for file server started. Port: 23083Registering server @ ASE Master ServerBattlEye anti-cheat enabledRegistering server @ 24.105.170.112Game server added to lobby server @ 24.105.170.112216.230.150.10:22977 requesting game...jad joining game (216.230.150.10:22977)jad has joined bravo team.Runtime error 231 at 08059DC9Segmentation fault
Alright, thanks for the advice. I had to do it before though, for finding errors on the scripts, but sometimes I'm too lazy to go to cmd and type a couple of lines I should make a BAT!
Batch files will also close automatically, so make sure to add PAUSE as the last statement.
People try to join before it says BattlEye: Initialized and thats what happens.
The BattlEye anti-cheat won`t be working for at least a week after this release. There are problems with the update feature and moving to a new server.
Ok, I will look for more errors. My servers crash after running for more than "just starting," the error I found and pasted here was just a fluke chance that the guy joined so early.