View Single Post
  #3  
Old 04-24-2009, 03:46 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

I was using Emu Rev408 when those opcodes showed up in my log files. The moving from zone to zone occured at the character select screen and it just did it automatically, I had nothing to do with that. I also went back and looked at previous logs and found:
[04.22. - 01:48:18] [WORLD__CLIENT_ERR] [OpCode OP_Unknown (0x5dc0) Size=0]

I was attempting to bring both my database and Emu versions up to date, without much luck I might add. For some reason I keep getting funny errors.

I did try compiling the emulator myself using the most recent files from the svn but this keeps happening:

Creating command line "cl.exe @c:\Temp\Build\Zone\Debug\RSP00000126764928.rsp /nologo /errorReport:prompt"
Compiling...
AA.cpp
c:\temp\common\dbcore.h(9) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
aggro.cpp
c:\temp\common\dbcore.h(9) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
attack.cpp
c:\temp\common\dbcore.h(9) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
beacon.cpp
c:\temp\common\dbcore.h(9) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
bonuses.cpp
c:\temp\common\dbcore.h(9) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
client.cpp
c:\temp\common\dbcore.h(9) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
client_logs.cpp
c:\temp\common\dbcore.h(9) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory


I went back and searched the svn for mysql.h but I could not find it.
Reply With Quote