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, 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
  #2  
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
  #3  
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
  #4  
Old 09-05-2005, 02:32 PM
phasepuma
Sarnak
 
Join Date: Jun 2004
Posts: 69
Default

Same thing here.
Reply With Quote
  #5  
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
  #6  
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
  #7  
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
  #8  
Old 09-10-2005, 11:24 AM
jillmatik
Sarnak
 
Join Date: Sep 2005
Posts: 51
Default

Quote:
Originally Posted by vRandom
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

vRandom
Did anyone actually figure this one out? I'm still running into these errors when World.exe fires up.

Also I've been looking at the "Target out of range" problem associate with the OP_clientupdate error. If I zone into a zone and move 50 feet away.. target a mob and use '#damage 1' the mob runs to the original zone in location and starts attacking. Even though I'm nowhere near that location, I'm still getting hit and am watching this mob attack what appears to be nothing.

Thanks,
J

Last edited by jillmatik; 09-10-2005 at 09:14 PM..
Reply With Quote
Reply

Thread Tools
Display Modes

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