PDA

View Full Version : EQ Client Error


Freakyunco
07-30-2011, 09:51 AM
Hi Everyone,

I'm having kind of a weird issue that I'm not sure how to backtrack.

I'm using the source for the VZTZ server that is available @
http://code.google.com/p/vztzfebsource/downloads/list

And the database as well, which I believe is an adaption from the AX Classic database.

I've been able to compile my source using vs2010, and I've got everything setup and configured for my world server, and zone server (eqlaunch). It all connects fine on the server box.

Here's the issue:
When I log in, if I log in as a GM, everything is fine. I can zone around, the zones are popped, the mobs are itemized, etc.

If I try to log in with a non-gm account, the everquest client throws an exception and shuts down. The exception text is a little different each time, but usually it says something like "0x00007ba1" memory cannot be "read" or "written".

Any ideas?

Thanks for any help.

Secrets
07-30-2011, 10:16 PM
Hi Everyone,

I'm having kind of a weird issue that I'm not sure how to backtrack.

I'm using the source for the VZTZ server that is available @
http://code.google.com/p/vztzfebsource/downloads/list

And the database as well, which I believe is an adaption from the AX Classic database.

I've been able to compile my source using vs2010, and I've got everything setup and configured for my world server, and zone server (eqlaunch). It all connects fine on the server box.

Here's the issue:
When I log in, if I log in as a GM, everything is fine. I can zone around, the zones are popped, the mobs are itemized, etc.

If I try to log in with a non-gm account, the everquest client throws an exception and shuts down. The exception text is a little different each time, but usually it says something like "0x00007ba1" memory cannot be "read" or "written".

Any ideas?

Thanks for any help.

Add your account and IP to the gm_ips table.

Furthermore, just download latest source and merge what you need. 0.7.0 is full of so many dupes and bugs that it's not even funny.

Freakyunco
07-31-2011, 03:11 PM
Add your account and IP to the gm_ips table.

Furthermore, just download latest source and merge what you need. 0.7.0 is full of so many dupes and bugs that it's not even funny.

Honestly, thats not a bad idea. Do you have a database that will work with the latest sources by chance?

Secrets
07-31-2011, 04:02 PM
Honestly, thats not a bad idea. Do you have a database that will work with the latest sources by chance?

I have the original database imported into the latest schema. That's what my server was running.