This seems like, that you are using higher values than the gameserver can handle and the defined tables are set to.
E.g. [Consume_MP] at [_RefSkill] has a limit range of -32.768 to 32.767. Setting a skill which consumes any more than 32.767 (e.g. 35k MP), won't work. The gameserver will either spit out an error via pop-up window, error logging (which your screenshot shows) or any other kind of "CTD" events without any information.
This can be an issue with 1 gameserver having a hard time handling too many mob-spawns, wrong values, out of range values, etc.
You may re-check what ever you have changed previously and undo those changes.
This seems like, that you are using higher values than the gameserver can handle and the defined tables are set to.
E.g. [Consume_MP] at [_RefSkill] has a limit range of -32.768 to 32.767. Setting a skill which consumes any more than 32.767 (e.g. 35k MP), won't work. The gameserver will either spit out an error via pop-up window, error logging (which your screenshot shows) or any other kind of "CTD" events without any information.
This can be an issue with 1 gameserver having a hard time handling too many mob-spawns, wrong values, out of range values, etc.
You may re-check what ever you have changed previously and undo those changes.
Clamp Error MSG 12/22/2012 - SRO Private Server - 1 Replies Guys iam using BlackRogue Files and my SR_GameServer always says this :
2012-12-09 17:40:21 CLAMP() ==> min(375.000) exceeded max(47.000) value), File: C:\WORK2005\Source\SilkroadOnline\Server\SR_GameSe rver\GObjNPCNPC.cpp, Line: 1586
2012-12-09 17:40:21 CLAMP() ==> min(375.000) exceeded max(47.000) value), File: C:\WORK2005\Source\SilkroadOnline\Server\SR_GameSe rver\GObjNPCNPC.cpp, Line: 1586
2012-12-09 17:40:21 CLAMP() ==> min(375.000) exceeded max(47.000) value), File:...
Gamesever.exe CLAMP ERROR 06/01/2012 - SRO Private Server - 2 Replies Does anyone had this problem before?
CLAMP() ==> min(1.000) exceeded max(-1073741824.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameSe rver\GObjCOS_Pet.cpp, Line: 1637
CLAMP() ==> min(1.000) exceeded max(-2147483648.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameSe rver\GObjPC.cpp, Line: 6168
These errors are keep spamming on the gameserver, any idea what is it and how to fix it?
Thanks for every help =)
Also I will give thanks for every help.