View Single Post
  #3  
Old 11-16-2008, 02:21 AM
suberbot
Fire Beetle
 
Join Date: Feb 2008
Posts: 4
Default

Alrighty! I got MySQL accounts straightened out, just had to give eqemu user rights on local host.

Now, I still get world crashes in logs. So, I try just doing the ./world command again. I get connected to database and it connects and changes to correct database. But, I get a bunch of stuff I can't understand.

Code:
eqemu@dellserver:~/server/world$ ./world
Failed to open log file: logs/eqemu_debug_world.log
[Debug] [RULES__CHANGE] Resetting running rules to default values
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [COMMON__THREADS] Starting TCPServerLoop with thread ID -1214600272
[Debug] [COMMON__THREADS] Starting TCPServerLoop with thread ID -1222992976
[Debug] [WORLD__INIT] Warning: Unable to read log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
Failed to open log file: logs/eqemu_world.log
[Status] Using database 'bloodjinnproject' at localhost:3306
[Debug] [WORLD__INIT] HTTP world service disabled.
[Debug] [WORLD__INIT] Loading variables..
[Debug] [COMMON__THREADS] Starting DBAsyncLoop with thread ID -1231385680
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
Unable to clear group leaders: #1146: Table 'bloodjinnproject.group_leaders' doe sn't exist
Unable to clear groups: #1146: Table 'bloodjinnproject.group_id' doesn't exist
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Error] Load Shared Library 'libEMuShareMem.so' failed.  Error=libEMuShareMem.so : cannot open shared object file: No such file or directory
[Debug] [WORLD__INIT_ERR] Error: Could not load item data.  But ignoring
[Debug] [WORLD__INIT] Loading guilds..
[Debug] [RULES__ERROR] Failed to find ruleset 'default' for load operation. Canc eling.
[Debug] [WORLD__INIT] No rule set configured, using default rules
[Debug] [WORLD__INIT] Loading EQ time of day..
Failed to open log file: logs/eqemu_error_world.log
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[Debug] [WORLD__INIT] Loading launcher list..
[Debug] [WORLD__INIT] Reboot zone modes OFF
[Debug] [WORLD__INIT] Deleted 0 stale player corpses from database
[Debug] [WORLD__INIT] Deleted 0 stale player backups from database
[Debug] [WORLD__INIT] Zone (TCP) listener started.
[Debug] [WORLD__INIT] Client (UDP) listener started.
Unable to open opcodes file 'patch_6.2.conf'. Thats bad.
[Debug] [NET__OPCODES] Error loading opcodes file patch_6.2.conf. Not registerin g patch 6.2.
Unable to open opcodes file 'patch_Titanium.conf'. Thats bad.
[Debug] [NET__OPCODES] Error loading opcodes file patch_Titanium.conf. Not regis tering patch Titanium.
Unable to open opcodes file 'patch_Anniversary.conf'. Thats bad.
[Debug] [NET__OPCODES] Error loading opcodes file patch_Anniversary.conf. Not re gistering patch Anniversary.
Unable to open opcodes file 'patch_Live.conf'. Thats bad.
[Debug] [NET__OPCODES] Error loading opcodes file patch_Live.conf. Not registeri ng patch Live.
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [COMMON__THREADS] Starting EQStreamFactoryReaderLoop with thread ID -123 9778384
[Debug] [COMMON__THREADS] Starting EQStreamFactoryWriterLoop with thread ID -124 8171088
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1266140240
[Debug] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998

To me it looks as if it didn't source the database correctly. I downloaded the one linked from the PEQ website in trev's wiki. I wonder if there is a newer version that has some tables added. Will look into it.
Reply With Quote