View Single Post
  #1  
Old 09-24-2003, 08:45 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default Crash to desktop after character selection with 0.5.0 ddr3

I am having the above mentioned problem when I try to login to my server, whether I am using public login servers or minilogin. I am able to create a character, but when I go to enter the world, the zone crashes, and I am either back at desktop or the whole client locks up. My eqemudebug.log spits out the following:

2003/09/24 05:09:09 GMT: Zone 7995 crashed. Errorcode: 2/0. Current zone loaded:rivervale. Current clients:0. Caused by:
2003/09/24 16:49:19 GMT: Zone 7995 crashed. Errorcode: 2/0. Current zone loaded:rivervale. Current clients:0. Caused by:
etc etc

No error messages are present in world.exe. It passes off the character to the zone server and the zone server immediately crashes. I am unable to see any output in zone.exe because the dos window closes too quick.

I am behind a router, but I do have it setup for DMZ, and I never had problems like this running a 0.4.4 server. The other thing is that I have the same problem using minilogin which isn't effected by the router, obviously.

I have found that it crashes with every character and class combination (that was fun to do LOL) and it also crashes for people not on my local network. My only thought is could it be some sort of database problem? I used tcsmyworld's 0.5.0 database, and I also built my own using the sql files off of CVS, both did the same thing. I was also thinking that could it be the way I compiled? I just did a straight batch compile using Visual C++ 6.0...

I will include a copy of my config files (for public login). I doubt the problem lies there, but hey you never know. If anybody could help me out it would be greatly appreciated.

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=5997
loginport2=5997
worldname=Cavedude's
worldaddress=cavedude.net
locked=false
account=
password=

start zone . cavedude.net 7995 192.168.2.6
start zone . cavedude.net 7996 192.168.2.6
start zone . cavedude.net 7997 192.168.2.6


[Database]
host=localhost
user=cavedude
password=******
database=eq
compression=off
Reply With Quote