http://www.leonlive.co.uk/stuff/joust_server_issue.jpg
Is this normal????
Server 'errors' I've only seen since v1.3
Moderator: NADEO
Server 'errors' I've only seen since v1.3
My Shootmania Maps (Competitive Joust & Elite)
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
- w1lla
- Posts: 2287
- Joined: 15 Jun 2010, 11:09
- Manialink: maniaplanetblog
- Location: Netherlands
- Contact:
Re: Server 'errors' I've only seen since v1.3
Those arent Errors but those arereports that are being sent to the dedicated which is actually something for the devs.
TM² Info
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Re: Server 'errors' I've only seen since v1.3
ah right, I was seeing that, thinking the server had crashed and was shutting the server down and restarting it 

My Shootmania Maps (Competitive Joust & Elite)
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
Re: Server 'errors' I've only seen since v1.3
Ok, its not stopping... I've been seeing this now for over 24 hours, its not stopping???
My Shootmania Maps (Competitive Joust & Elite)
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
Re: Server 'errors' I've only seen since v1.3
What's the problem exactly? Is the server crashing or is it just those lines who keep appearing again and again in the log?
If it's the later you can't get rid of it by commenting the line 589 (add "//" at the beginning of the line) in "Libs/Nadeo/ShootMania/WaitingQueue.Script.txt" in your server directory.
Replace:
By:
It will stop the "AllMatchResults" log spam.
http://forum.maniaplanet.com/viewtopic. ... 04#p123404
If it's the later you can't get rid of it by commenting the line 589 (add "//" at the beginning of the line) in "Libs/Nadeo/ShootMania/WaitingQueue.Script.txt" in your server directory.
Replace:
Code: Select all
log("AllMatchResults = "^AllMatchResults);
Code: Select all
//log("AllMatchResults = "^AllMatchResults);
http://forum.maniaplanet.com/viewtopic. ... 04#p123404
Re: Server 'errors' I've only seen since v1.3
looks like after 3 days of seeing this spam it crashed my server:
http://www.leonlive.co.uk/stuff/LogCrash_0040FC86.txt
http://www.leonlive.co.uk/stuff/LogCrash_0040FC86.txt
My Shootmania Maps (Competitive Joust & Elite)
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
Re: Server 'errors' I've only seen since v1.3
if i set line 589 to this:
I get this:
Starting ManiaPlanet date=2012-09-07_11_19 Svn=46537 GameVersion=3.2.0...
Initializing...
Configuration file : dedicated_cfg_Joust.txt
Loading system configuration...
...system configuration loaded
Loading cache...
...OK
Listening for xml-rpc commands on port 5000.
Loading dedicated server configuration...
...Dedicated server configuration loaded
Connecting to master server...
...OK
Identifying on master server...
...OK
Please wait, loading...
URL: maniaplanet://#join=doajoust@SMStormJoust@nadeolabs
Match settings file : MatchSettings\SM_Joust.txt
Loading match settings...
...Match settings loaded
Autostart server on internet
Starting server...
- Warning! -
You seem to be on a private network.
Unless you have configured your NAT,
other players on internet will not be
able to join in...
Script compilation failed: ERROR[Libs/Nadeo/ShootMania/WaitingQueue.Script.txt :
589, 2] syntax error, unexpected MANIASCRIPT_SEMICOLON
ERROR[Libs/Nadeo/ShootMania/WaitingQueue.Script.txt : 589, 2] Missing closing br
ace MANIASCRIPT_BRACKET_CURLY_CL
ERROR[9, 63] Include "Libs/Nadeo/ShootMania/WaitingQueue.Script.txt" was not fou
nd.
Script compilation failed.
Loading map Joust - TheDeck-G1E.Map.Gbx (IqyqJerjPNb7nwMc6A_AZrpWDYj)...
...Load succeeds
Whats the correct syntax to comment out the matchresults logging??
Code: Select all
while (AllMatchResults.count > 5) {
AllMatchResults.removekey(0);
; log("AllMatchResults = "^AllMatchResults);
}
Starting ManiaPlanet date=2012-09-07_11_19 Svn=46537 GameVersion=3.2.0...
Initializing...
Configuration file : dedicated_cfg_Joust.txt
Loading system configuration...
...system configuration loaded
Loading cache...
...OK
Listening for xml-rpc commands on port 5000.
Loading dedicated server configuration...
...Dedicated server configuration loaded
Connecting to master server...
...OK
Identifying on master server...
...OK
Please wait, loading...
URL: maniaplanet://#join=doajoust@SMStormJoust@nadeolabs
Match settings file : MatchSettings\SM_Joust.txt
Loading match settings...
...Match settings loaded
Autostart server on internet
Starting server...
- Warning! -
You seem to be on a private network.
Unless you have configured your NAT,
other players on internet will not be
able to join in...
Script compilation failed: ERROR[Libs/Nadeo/ShootMania/WaitingQueue.Script.txt :
589, 2] syntax error, unexpected MANIASCRIPT_SEMICOLON
ERROR[Libs/Nadeo/ShootMania/WaitingQueue.Script.txt : 589, 2] Missing closing br
ace MANIASCRIPT_BRACKET_CURLY_CL
ERROR[9, 63] Include "Libs/Nadeo/ShootMania/WaitingQueue.Script.txt" was not fou
nd.
Script compilation failed.
Loading map Joust - TheDeck-G1E.Map.Gbx (IqyqJerjPNb7nwMc6A_AZrpWDYj)...
...Load succeeds
Whats the correct syntax to comment out the matchresults logging??
My Shootmania Maps (Competitive Joust & Elite)
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
-
- Posts: 29
- Joined: 14 Sep 2011, 14:13
Re: Server 'errors' I've only seen since v1.3
Comments are double slashes (//), not semicolons.
Code: Select all
while (AllMatchResults.count > 5) {
AllMatchResults.removekey(0);
// log("AllMatchResults = "^AllMatchResults);
}
Re: Server 'errors' I've only seen since v1.3
mattw_cstrfan wrote:Comments are double slashes (//), not semicolons.
Code: Select all
while (AllMatchResults.count > 5) { AllMatchResults.removekey(0); // log("AllMatchResults = "^AllMatchResults); }
Cheers for that dude
My Shootmania Maps (Competitive Joust & Elite)
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
http://sm.mania-exchange.com/tracksearc ... horid=6161
#doa.ut on quakenet
Who is online
Users browsing this forum: No registered users and 2 guests