Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

TDP Cabal server repack v2.8 [halloween]

Newbie Spellweaver
Joined
Mar 8, 2009
Messages
48
Reaction score
54
Hello everyone!
Hey chumpy i get an error starting my world server :(:

Code:
[root@ucranios ~]# [COLOR="Red"]service WorldSvr_03_01 start[/COLOR]
Starting WorldSvr_03_01:                                  [ [COLOR="Lime"]OK[/COLOR]  ]
[root@ucranios ~]# [COLOR="Red"]terminate called after throwing an instance of 'std::bad_alloc'
 what():  St9bad_alloc[/COLOR]

:glare:

Someone can help me?

Note*: CentOS 5.4 / VPS 512 MB
 
Last edited:
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
The first post explains the new commands. "cabal_channeltypes" will switch channel configurations.


I did this and appears
Chaqnges WorldSvr v1.0 .....

1 - Normal
2 - Hardcore
3 - Hadcore4x
4 - Halloween

put as the active 4
That is exactly what to do. The event mobs are only in Bloody Ice, Desert Scream and Green Despair though.
got me an error maby i did some thing wrong if so can any one help me
You have centos 4. The enc packer posted by Phantom* doesn't work on centos 4 because glibc is too old and the only way to update it i have seen is very complex. Because of this there is a warning in cabal_install telling you that it won't work. The only proper fix is to upgrade to centos 5.

Hello everyone!
Hey chumpy i get an error starting my world server :(:

Code:
[root@ucranios ~]# [COLOR="Red"]service WorldSvr_03_01 start[/COLOR]
Starting WorldSvr_03_01:                                  [ [COLOR="Lime"]OK[/COLOR]  ]
[root@ucranios ~]# [COLOR="Red"]terminate called after throwing an instance of 'std::bad_alloc'
 what():  St9bad_alloc[/COLOR]

:glare:

Someone can help me?

Note*: CentOS 5.4 / VPS 512 MB
That's a new one. According to the info i found googling (though i could probably have guessed this one) this happens when a C++ app cannot allocate enough RAM. 512Mb is enough for a small server but it must be a very minimal install, no desktop and as many services disabled as possible. I wouldn't try more than one channel either as the worldsvr itself is going to use up around 200mb of ram which leaves very little left for anything else.

Look at my xservices.sh script in /root/ as this disabled unnecessary services in centos 4. It will also work for centos 5 but you will get an error or two which you can ignore. Make sure you are using the grub boot menu to boot without a desktop as having a desktop will use up ram you simply cannot afford to lose on 512mb. Use the "top" command to check memory usage.
 
Last edited:
Newbie Spellweaver
Joined
Mar 8, 2009
Messages
48
Reaction score
54
Hey chumpy but the vps have 512 mb, and its a text installation without the X gui...
normally the system have:

14.58 MB of 512 MB used / 497.42 MB free

What i can do to run the server without problems :s
I already have checked the xservices ...


Help me
 
Last edited:
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
Hey chumpy but the vps have 512 mb, and its a text installation without the X gui...
normally the system have:

14.58 MB of 512 MB used / 497.42 MB free

What i can do to run the server without problems :s
I already have checked the xservices ...


Help me

With 497mb free you should be able to fit a small server as most of my little test servers are 512mb and centos 5 and i usually have a small amount of ram free when the server is running (usually only me online). Everything i can find on the error leads to lack of ram when allocating memory though and this error has never come up before so i don't really have any ideas to be honest.

Maybe you could zip a set of logs and post them? Maybe there are more clues in there. I would probably set the log level in the server ini files to 4 or 5 so they contain more info, don't test for too long though as the logs will be big!
 
Newbie Spellweaver
Joined
Mar 8, 2009
Messages
48
Reaction score
54
Hey chumpy thanks for the replys dude!
Man where i can find the logs of the server? (the directory please).

I really dont kno what happen :S

If i upgrad the RAM for 758 MB work?

Thanks , Chumpy.:mellow:
 
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
The logs are in /var/log/cabal.

If you can upgrade the ram on the VPS without cost i would definitely try it but if it would cost i would look at other possible fixes first.
 
Newbie Spellweaver
Joined
Mar 8, 2009
Messages
48
Reaction score
54
hey chumpy i've checked the log files (world_sv_01):

Code:
[Sun Nov  8 2009 01:08:01.478439 14346464]: GuildCreateFee: 10000000
[Sun Nov  8 2009 01:08:01.493973 26758032]: CProcessLayer(0)::svc Start [26758032]
[Sun Nov  8 2009 01:08:02.206090 113105808]: CProcessLayer(1)::svc Start [113105808]
[Sun Nov  8 2009 01:08:02.206134 57707408]: CProcessLayer(2)::svc Start [57707408]
[Sun Nov  8 2009 01:08:02.206157 68316048]: CProcessLayer(3)::svc Start [68316048]
[Sun Nov  8 2009 01:08:02.273703 14346464]: [##ERROR##] activate thread error (Cannot allocate memory)
[Sun Nov  8 2009 01:08:02.279261 14346464]: [##ERROR##] activate thread error (Cannot allocate memory)

any solution?
 
Newbie Spellweaver
Joined
May 15, 2006
Messages
82
Reaction score
1
try adding more page file room that is what i used for my server
when i ran out
i have rebuild my comp and added a bit more ram (6 G) now on a 64 bit win vista and i never had any problems
 
Newbie Spellweaver
Joined
Mar 8, 2009
Messages
48
Reaction score
54
try adding more page file room that is what i used for my server
when i ran out
i have rebuild my comp and added a bit more ram (6 G) now on a 64 bit win vista and i never had any problems

Dude the server is running on a VPS (virtual private server) i can't do an upgrade easily...
 
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
Everything i can see here indicates the server is running out of ram. I know the default configs use around 200mb for a single worldsvr (1 channel only) and i have been working with 512mb virtual machines since day one so i know it works using the settings you have. Changing the channel types to hardcore, 4x or halloween will use more ram so don't try that.

Try testing with the Mercury or Test Server templates just in case there is a but in Mars (it wouldn't be the first time a template has been bugged). Other than checking disk space i've got nothing. Everything says out of ram.
 
Newbie Spellweaver
Joined
Mar 8, 2009
Messages
48
Reaction score
54
hey chumpy can you tell me the reason to the ft b1f npc crash when you try the craft cards? :$:

i already tried with other client files, other item.scp etc... still crashing.

If you can help me please!

Thanks, Deluxor
 
Junior Spellweaver
Joined
Sep 4, 2009
Messages
127
Reaction score
0
centos 5,4 + TDP 2.8

881.15MB

id = root
password = cabalcentos

 
Newbie Spellweaver
Joined
May 15, 2006
Messages
82
Reaction score
1
hi all great release (finaly got my client working) after 4 day's of trying to get the patch tool to work lol
i found one little problem maby its common knowledge but the patch tool wont handle the .EXE file correctly for a windows vista 64 bit system
so i found out by messing around a bit
that if you want to use custem enc files extract the compleet files in windows ceeping the main.exe out of the linux system and the edit the enc files like normal in the patch tool and replace them for your old ones but use the main that you cept out of linux and every thing wil work fine
gr HellCat
 
Newbie Spellweaver
Joined
Jul 16, 2006
Messages
50
Reaction score
5
Hey chumpy but the vps have 512 mb, and its a text installation without the X gui...
normally the system have:

14.58 MB of 512 MB used / 497.42 MB free

What i can do to run the server without problems :s
I already have checked the xservices ...


Help me

2 gig ram works very fine.
 
Skilled Illusionist
Joined
Oct 20, 2006
Messages
396
Reaction score
49
I'm getting this error when starting client. Any solutions?
 

Attachments

You must be registered for see attachments list
Back
Top