PDA

View Full Version : Spell Import Crashes Client


RichardoX
03-22-2010, 11:24 PM
So I dropped my spells_new table and grabbed a fresh copy of spells_us.txt for titanium client and imported it into the database using George's Tool. Now, after character select when I try to Enter World I crash every time. Happens with my laptop as well.

This is what the zone.exe has to say about it:
[Debug] [WORLD__CLIENT] New client from 192.168.0.199:59585
Unable to get group id, char not found!
Dropping client: Process=false, ip=192.168.0.199, port=50407
[Debug] Client '' was destroyed before reaching the connected state:
[Debug] We successfully sent player info and spawns, waiting for client to request new zone.

Also, the crash says this on the client:
EverQuest has detected that your client may have crashed.

It is often possible to determine where and why the crash occurred. Click Yes to... and you get the point.


Did some extensive searching but to no avail. Any idea?

TheDarkSentinel
05-29-2010, 12:58 PM
Have you tried turning on your SQL logging to see what commands are passing to the DB? The part in your error where it says the groupid cannot be found could be a reference to several different tables. If you can find the sql error, you can reproduce it in a sql browser to see the sql error; and then you can look that up.

I find that to be an extremely helpful process when troubleshooting different bugs.

Sentinel