PDA

View Full Version : Error 1146


gottasummer
06-17-2006, 06:52 AM
[Debug] Starting Log: logs/eqemu_debug_world.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world.log
[Status] Using database 'eq' at localhost:3306
[Debug] [WORLD__INIT] HTTP world service disabled.
[Debug] [WORLD__INIT] Loading variables..
Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM variables where unix_timestamp(ts) >= 0' #1146: Table 'eq.variables' doesn't exist
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
Unable to clear groups: #1146: Table 'eq.character_' doesn't exist
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Debug] [COMMON__THREADS] Starting TCPServerLoop with thread ID -1208169552
[Debug] [COMMON__THREADS] Starting TCPServerLoop with thread ID -1218659408
[Debug] [COMMON__THREADS] Starting DBAsyncLoop with thread ID -1229161552
[Status] libEMuShareMem.so loaded



Any help?

Damilis
06-17-2006, 11:10 AM
Since your db lookup of eq.variables and eq.character_ failed, but the Item load succeeded, I would look at the DB itself. Errors point towards a schema error or missing data for eq.variables and the table eq.character_ is seemingly MIA.

gottasummer
06-17-2006, 11:18 AM
Okay. Thanks.

I can't run this on my linux server anymore... I had it crash, well... my linux server crashed and also had a minor hardware failure with cooling... looking through logs, it appeared as if someone managed to brute force for my root password... or something.

I turned on my server, I test products for Microsoft on occation...reconfigured it to be a production server for EQ. I'm on my laptop now, making a windows build, using the new Vista developer API which was sent to be on disk from Microsoft.

Either way... I need to build it again, put it on windows... ironically windows server 2003 has never had a problem for me....