Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 04-27-2004, 12:16 PM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

OK, finally got home from work... Here's the info!

The Windows popup message:
Code:
Microsoft Development Environment
Unhandled exception at 0x0044bbe4 in World.exe: 0xC0000005: Access violation reading location 0x00520247.
World.exe
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=27378, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: Pants may change during online play.
TCP listening on: ipXXX-XXX-XXX-XXX.ks.ok.cox.net:9000
World server listening on: ipXXX-XXX-XXX-XXX.ks.ok.cox.net:9000
Connected to LoginServer: eqlogin3.eqemulator.net:5997
12907 New TCP connection: 127.0.0.1:4899
12907 New TCP connection: 127.0.0.1:4900
12907 New TCP connection: 127.0.0.1:4901
New zoneserver: #1 127.0.0.1:4900
New zoneserver: #2 127.0.0.1:4899
New zoneserver: #3 127.0.0.1:4901
Zoneserver SetConnectInfo: 127.0.0.1:4899: ipXXX-XXX-XXX-XXX.ks.ok.cox.net:7999
Zoneserver SetConnectInfo: 127.0.0.1:4900: ipXXX-XXX-XXX-XXX.ks.ok.cox.net:7998
12969 New TCP connection: 127.0.0.1:4902
12969 New TCP connection: 127.0.0.1:4903
New zoneserver: #4 127.0.0.1:4903
New zoneserver: #5 127.0.0.1:4902
Zoneserver SetConnectInfo: 127.0.0.1:4901: ipXXX-XXX-XXX-XXX.ks.ok.cox.net:7995
Zoneserver SetConnectInfo: 127.0.0.1:4902: ipXXX-XXX-XXX-XXX.ks.ok.cox.net:7996
Zoneserver SetConnectInfo: 127.0.0.1:4903: ipXXX-XXX-XXX-XXX.ks.ok.cox.net:7997
50969 New client from ip: XXX.XXX.XXX.XXX port: 4907
Logged in: FirstLogin LS#51445: mikenune
Got a bogus character (Jibber), deleting it.
PP length =0
DeleteCharacter: successfully deleted 'Jibber' (id 2)
Received unknown opcode: 0x02ee size:0 bytes
Name approval request for:Jibber race:74 class:3
Character creation request from mikenune LS#51445 (XXX.XXX.XXX.XXX:4907) :
Name: Jibber
Race: 330  Class: 3  Gender: 0  Deity: 208  Start zone: 6
STR  STA  AGI  DEX  WIS  INT  CHA    Total
 80  105  100  100   80   75   60     600
Face: 2  Eye colors: 4 4
Hairstyle: 255  Haircolor: 255
Beard: 255  Beardcolor: 255
Validating char creation info...
Found 0 errors in character creation request
127.0.0.1:4911: TCPConnection::RecvData(): Error: 10053
127.0.0.1:4912: TCPConnection::RecvData(): Error: 10053
127.0.0.1:4913: TCPConnection::RecvData(): Error: 10053
127.0.0.1:4914: TCPConnection::RecvData(): Error: 10053
127.0.0.1:4915: TCPConnection::RecvData(): Error: 10053
It looks like the error is happening somewhere in this code block:

common\database.cpp:6847-6859
Code:
	if((rows = mysql_num_rows(result)) == 1)
		row = mysql_fetch_row(result);
	if(result) mysql_free_result(result);	

	if(row)
	{
		LogFile->write(EQEMuLog::Status, "Found starting location in start_zones");
		in_pp->x = atoi(row[0]);
		in_pp->y = atoi(row[1]);
		in_pp->z = atoi(row[2]);
		in_pp->zone_id = atoi(row[3]);
		in_pp->bind_zone_id = atoi(row[4]);
	}
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:14 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3