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

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-04-2005, 09:17 AM
vRandom
Sarnak
 
Join Date: Jun 2005
Posts: 91
Default 0.6.2 errors

Woot, 6.2 thanks dev's

Here are my problems with running it, though

i'm getting some errors i dont undersand.

First off there was a missing opcode, OP_LoginServerDisconnect=0x03, i copied it from the preivous opcode file i had. (not sure if thats correct to do or not)

World is giving me this error:
Function Attach Error: Error #127

I did some looking in the forums there are 2 posts one was about the server name being 12 chars long the other is something about compileing with .net
(http://www.eqemulator.net/forums/showthread.php?t=18484)

I'm unsure which database i should be using, i had a dr2 version and did the changes listed in http://www.eqemulator.net/forums/showthread.php?t=18990, but not sure on that either lol

The serialize_items.pl just gives back "Unable to open field list item_feildlist.h" /shrug

Any ideas on what i could try next?
Thanks
vRandom

Last edited by vRandom; 09-04-2005 at 05:27 PM..
Reply With Quote
  #2  
Old 09-04-2005, 03:27 PM
squire
Fire Beetle
 
Join Date: Aug 2004
Posts: 4
Default

I am getting the same error.

Here is the exact error:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Error] Function Attach Error: Error #127

[Error] LoadEMuShareMemDLL::Load() failed to attach a f
Unable to load EMuShareMem for opcodes.
[Error] Loading opcodes failed. I cant live like this!
Reply With Quote
  #3  
Old 09-05-2005, 04:08 AM
Valex
Sarnak
 
Join Date: Mar 2004
Posts: 88
Default

me too.. and i cant source my serialize items/floor .pls..
gives like 50 errors
Reply With Quote
  #4  
Old 09-05-2005, 09:44 AM
tremor
Fire Beetle
 
Join Date: Aug 2005
Location: Australia
Posts: 16
Default

me to!!!! and problems with loading zone as well
would this have something to do with the version of mysql
or maybe variables setup?



C:\EQemu 6.2>world
Got signal 2
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Error] Function Attach Error: Error #127

[Error] LoadEMuShareMemDLL::Load() failed to attach a function.
Unable to load EMuShareMem for opcodes.
[Error] Loading opcodes failed. I cant live like this!

C:\EQemu 6.2>zone
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.2-DR1
Usage: zone zone_name address port worldaddress

C:\EQemu 6.2>zone . localhost 8780 localhost
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] Mapping Opcodes
[Status] Loading Variables
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM varia
bles where unix_timestamp(ts) >= 0' #2006: MySQL server has gone away
[Status] Loading zone names
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #2006: MySQL s
erver has gone away
[Status] Loading items
[Error] Function Attach Error: Error #127

[Error] LoadEMuShareMemDLL::Load() failed to attach a function.
[Error] Loading items FAILED!
Failed. But ignoring error and going on...
[Status] Loading npcs
[Status] Loading npc faction lists
[Error] Function Attach Error: Error #127

[Error] LoadEMuShareMemDLL::Load() failed to attach a function.
[Error] Loading npcs faction lists FAILED!
===============================
Runtime errors:

MySQL Error #1405 or #2001 means your mysql server rejected the username and pas
sword you presented it.
For more information on this error, visit http://www.eqemu.net/eqemuerror.php?id
=1

Hit any key to exit
Reply With Quote
  #5  
Old 09-05-2005, 02:32 PM
phasepuma
Sarnak
 
Join Date: Jun 2004
Posts: 69
Default

Same thing here.
Reply With Quote
  #6  
Old 09-05-2005, 06:54 PM
vRandom
Sarnak
 
Join Date: Jun 2005
Posts: 91
Default

I tried the latest updated compile from sourceforge. Here is the worlddebug.ext output.

C:\eqemu_6.2>worlddebug
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] EMuShareMem loaded
Opcode OP_Command is missing from ./opcodes.conf
Opcode OP_MailboxHeader is missing from ./opcodes.conf
Opcode OP_MailHeader is missing from ./opcodes.conf
Opcode OP_MailBody is missing from ./opcodes.conf
Opcode OP_NewMail is missing from ./opcodes.conf
Opcode OP_SentConfirm is missing from ./opcodes.conf
Opcode OP_RAWSessionRequest is missing from ./opcodes.conf
Opcode OP_RAWSessionResponse is missing from ./opcodes.conf
Opcode OP_RAWCombined is missing from ./opcodes.conf
Opcode OP_RAWSessionDisconnect is missing from ./opcodes.conf
Opcode OP_RAWKeepAlive is missing from ./opcodes.conf
Opcode OP_RAWSessionStatRequest is missing from ./opcodes.conf
Opcode OP_RAWSessionStatResponse is missing from ./opcodes.conf
Opcode OP_RAWPacket is missing from ./opcodes.conf
Opcode OP_RAWFragment is missing from ./opcodes.conf
Opcode OP_RAWOutOfOrderAck is missing from ./opcodes.conf
Opcode OP_RAWAck is missing from ./opcodes.conf
Opcode OP_RAWAppCombined is missing from ./opcodes.conf
Opcode OP_RAWOutOfSession is missing from ./opcodes.conf
00318BD0
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=44455
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading guild link..
[Status] EMuShareMem loaded

C:\eqemu_6.2>

It crashed at this point. I figured i'd look in other opcodes files to find the ones that were missing.

vRandom
Reply With Quote
  #7  
Old 09-06-2005, 01:03 AM
Rezyn
Fire Beetle
 
Join Date: Dec 2003
Posts: 6
Default

I added those missing opcodes in as 0x0000's but it just crashes.
Reply With Quote
  #8  
Old 09-06-2005, 09:55 AM
phasepuma
Sarnak
 
Join Date: Jun 2004
Posts: 69
Default

I tried that also. : / same result.
Reply With Quote
  #9  
Old 09-06-2005, 04:01 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

binaries fixed hopefully.
Reply With Quote
  #10  
Old 09-06-2005, 05:31 PM
Dr Zauis's Avatar
Dr Zauis
I know how to fix that!
 
Join Date: May 2005
Posts: 447
Default

I just seen one up but locked and thats more than I have seen in a long while so maybe I will try to make work in a few days.
__________________
Server_Op: ForbiddenZone
Reply With Quote
  #11  
Old 09-06-2005, 05:48 PM
vRandom
Sarnak
 
Join Date: Jun 2005
Posts: 91
Default

Quote:
Originally Posted by fathernitwit
binaries fixed hopefully.
They don't crash anymore, so thats a good thing Thanks fathernitwit

Now to figure out why i can't seem to log in, lol

I have to work to much in the next few days, so i'm not going to be able to get back to testing till maybe this weekend. :( but maybe someone will have a tutorial by then hehe

Thanks again fathernitwit

vRandom
Reply With Quote
  #12  
Old 09-06-2005, 08:07 PM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

i'm getting errors with this newest binaries fetting them in zone and world

WORLD
Quote:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] EMuShareMem loaded
00358AA8
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=46124
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading guild link..
[Status] EMuShareMem loaded
[Status] Loading GuildList from database...
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Formatting drive C:
TCP listening onx.xx.xxx.xx:9000
World server listening on: xx.xx.xxx.xx:9000
Connected to LoginServer: eqemulator.net:5998
30312 New TCP connection: xx.xx.xxx.xx:1287663896
30312 New TCP connection: xx.xx.xxx.xx:1287663896
New zoneserver: #1 xxxxxxxxxx:1033
New zoneserver: #2 xxxxxxxxxxx:1034
Zoneserver SetConnectInfo: xxxxxxxxxxx:1034: xxxxxxxxxxx:8780
Zoneserver SetConnectInfo: xxxxxxxxxxx:1033: xxxxxxxxxxx:8781
69672 New client from ip: xxxxxxxxxxx port: 1036
Logged in: (CharSel) LS#68048: tallerin
Received unknown opcode: 0x0107 size:0 bytes
Attempting autobootup of gfaydark (54) for Tallerin
Zoneserver SetZone: xxxxxxxxxxx:8780 gfaydark (54)
Enter world: Tallerin: gfaydark (54) (EnterWorld)
Zoneserver SetZone: xxxxxxxxxxx:8780 gfaydark (54)
Zoneport=8780
Client disconnected
Removing client from ipxxxxxxxxxx port:1036
ZONE
Quote:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] Mapping Opcodes
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] EMuShareMem loaded
[Status] Loading loot tables
[Status] Loading doors
[Status] EMuShareMem loaded
[Status] Loading Doors from database...
[Status] EMuShareMem loaded
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 7059
[Status] Loading guilds
[Status] Loading guild list
[Status] EMuShareMem loaded
[Status] Loading factions
[Status] Loading titles
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 180 commands loaded
[Status] Starting EQ Network server.
[Status] Entering sleep mode
Connected to worldserver: xxxxxxxxxx:9000
Map header: 74949 faces, 4817 nodes, 124159 facelists
Loaded map: 224847 vertices, 74949 faces
Map BB: (-2693.16 -> 2766.28, -2803.81 -> 2717.22, -98.53 -> 80
Map ./Maps/gfaydark.map loaded.
Path File ./Maps/gfaydark.path not found.
[Status] Weather should change in 11770 seconds
[Status] Loading spawn conditions...
[Status] Loading static zone points...
[Status] Loading spawn groups...
[Status] Loading spawn2 points...
[Status] Loading player corpses...
[Status] Loading traps...
[Status] Loading ground spawns...
[Status] Loading Ground Spawns from DB...
[Status] Loading Objects from DB...
[Status] Loading Objects from DB...
[Status] Loading doors for gfaydark ...
[Status] Done loading doors for gfaydark ...
[Status] Loading AA information...
[Status] Loading Merchant Lists...
[Status] Loading Temporary Merchant Lists...
[Status] Successfully loaded Zone Config.
[Status] Loading timezone data...
[Status] Init Finished: ZoneID = 54, Time Offset = 0
[Status] Zone Bootup: gfaydark (54)
[Status] 99875 New client from ipxxxxxxxxx port:1038
[Error] Unhandled incoming opcode: OP_AnnoyingZoneUnknown (#299
e: 8, Client: Tallerin
0: 37 02 00 00 40 00 00 00 | 7...
[Error] OP size error: OP_ClientUpdate expected:38 got:36
[Error] OP size error: OP_ClientUpdate expected:38 got:37
[Error] OP size error: OP_ClientUpdate expected:38 got:36
[Error] OP size error: OP_ClientUpdate expected:38 got:36
[Error] OP size error: OP_ClientUpdate expected:38 got:36
[Error] OP size error: OP_ClientUpdate expected:38 got:36
[Error] OP size error: OP_ClientUpdate expected:38 got:36
[Error] OP size error: OP_ClientUpdate expected:38 got:36
[Error] OP size error: OP_ClientUpdate expected:38 got:36
the one in zone just keeps spamming in the zone box everytime you move. click a target at starting point you can attack it but if you move and click on a target somewhere elese you get target is to far away when your standing on top of it.
also i can log into PEQ and play just fine on there.
Reply With Quote
  #13  
Old 09-06-2005, 10:35 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Hello,

i start a 0.6.2 DR1 server fresh with last windows version and last peq database
i Can't log in with a char, when i create a character, zone say :

Code:
[Status] Loading npc faction lists
[Status] EMuShareMem loaded
[Status] Loading loot tables
[Status] Loading doors
[Status] EMuShareMem loaded
[Status] EMuShareMem loaded
[Status] Loading guilds
[Status] Loading guild list
[Status] EMuShareMem loaded
[Status] Loading factions
[Status] Loading titles
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
Couldn't open './addon.ini'.
[Status] Loading commands
[Status] 183 commands loaded
[Status] Loading embedded perl XS
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Status] Starting EQ Network server.
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000
[Status] 5875 New client from ip:192.168.0.66 port:1380
Map header: 26977 faces, 207 nodes, 36231 facelists
Loaded map: 80931 vertices, 26977 faces
Map BB: (-562.78 -> 492.81, -805.69 -> 708.72, -131.94 -> 602.94)
Map ./Maps/halas.map loaded.
Path File ./Maps/halas.path not found.
[Status] Weather should change in 6046 seconds
[Status] Loading spawn conditions...
[Status] Loading static zone points...
[Status] Loading spawn groups...
[Status] Loading spawn2 points...
[Status] Loading player corpses...
[Status] Loading traps...
[Status] Loading ground spawns...
[Status] Loading Ground Spawns from DB...
[Status] Loading Objects from DB...
[Status] Loading Objects from DB...
[Status] Loading doors for halas ...
[Status] Done loading doors for halas ...
[Status] Loading AA information...
[Status] Loading Merchant Lists...
[Status] Loading Temporary Merchant Lists...
Petition 0 pettime = 1109189430
[Status] Successfully loaded Zone Config.
[Status] Loading timezone data...
[Status] Init Finished: ZoneID = 29, Time Offset = 0
[Status] Zone Bootup: halas (29)
Received Message SyncWorldTime
Time Broadcast Packet: EQTime [04:20 am]
[Status] 178094 New client from ip:192.168.0.66 port:1385
[Error] GetAuth() returned false kicking client
Dropping client: Process=false, ip=192.168.0.66, port=1380
[Status] Zone Shutdown: halas (29)
(What is GetAuth() ?)

An when i try to log another time with this char,
zone crash and reboot, world say that :

Code:
Zoneserver SetZone: eqfroggy.ath.cx:7990  (0)
360328 New client from ip: 192.168.0.66 port: 1388
Logged in: (CharSel) LS#XXXXX: esprits
Received unknown opcode: 0x0107 size:0 bytes
Attempting autobootup of halas (29) for Bourrine
Zoneserver SetZone: eqfroggy.ath.cx:7990 halas (29)
Enter world: Bourrine: halas (29) (EnterWorld)
Broadcasting a world time update
Zoneserver SetZone: eqfroggy.ath.cx:7990 halas (29)
Zoneport=7990
Client disconnected
Removing client from ip:192.168.0.66 port:1388
127.0.0.1:1379: TCPConnection::RecvData(): Error: 10054
Removing zoneserver from ip:0.0.0.0 port:0 (eqfroggy.ath.cx:7990)
Hold Zones mode is ON - rebooting lost zone
493781 New TCP connection: 127.0.0.1:16777343
New zoneserver: #7 127.0.0.1:1391
Zoneserver SetConnectInfo: 127.0.0.1:1391: eqfroggy.ath.cx:7990
Any help are VERY welcome hehe

Addition: when i can connect to my server, i can't hit mob, to far aways also.
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 09-08-2005 at 09:40 AM..
Reply With Quote
  #14  
Old 09-08-2005, 06:46 PM
kasodo
Fire Beetle
 
Join Date: Sep 2005
Posts: 5
Default ClientUpdate Error

I am also getting the OP_ClientUpdate error from teh opcode when I try to attack mobs. Is there a update thats needs to be applied? I have latest from CVS.

PS If I cast a spell or HarmTouch a mob it will update....
Reply With Quote
  #15  
Old 09-09-2005, 02:20 AM
Doodman's Avatar
Doodman
Developer
 
Join Date: Aug 2003
Posts: 246
Default

The OP_ClientUpdate size mismatch error is common and can be ignored.
Reply With Quote
Reply


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 05:09 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3