dedicated server problem. Please reply...

08/29/2011 16:42 minigutza#1
Hello guys,
I have a problem with my dedicated server. I have svf 2007.
When i try to start the game after 5-6 seconds appears this error :

ConnectDBCheckAuthgame61 in free(): error: chunk is already free
Abort trap (core dumped)

rm: cores/core.1: No such file or directory
mv: rename cores/core.2 to cores/core.1: No such file or directory
mv: rename cores/core.3 to cores/core.2: No such file or directory
mv: rename cores/core.4 to cores/core.3: No such file or directory
mv: rename cores/core.5 to cores/core.4: No such file or directory
mv: rename cores/core.6 to cores/core.5: No such file or directory
mv: rename ./game61.core to cores/core.6: No such file or directory

How can i resolv that ? This is first time when i see it. My game its works on dedicated server from 5 months.

Help me please. Thank you very much !
08/29/2011 17:57 .Waschbecken#2
Can you Poste the Error form the Cores:
PHP Code:
Game1_1
game61 
09/01/2011 11:44 minigutza#3
Thanks. In syserr i have NO MORE ITEM ID. Max: 3000000000-35000000000. I increased that 350 to 450 and its work.
10/03/2011 22:51 luminica#4
can you please tell me where exactly did you increased the item id from 350 to 450? i have the same problem and i really don't know how to solve it
10/04/2011 03:10 Mashkin#5
The Item ID entry in the cores' config files describe the renge of IDs to be applied to items created on this core.
So the maximum count of items ever created on a specific core is limited to this range.
If this count overflows the core will probably crash.

To avoid this you can expand the range of item IDs available for each core by editing the "CONFIG" file in each core's directory.
But be careful when editing since the ranges may follow to each over - avoid overlapping them since an ID intended to be used twice could cause serious inconsistency of your database and loss of data!

Please note the date of this thread! In future, please try to avoid pushing outdated and old threads.