Build succeeded. Crash on launch from server. This was a clean server, eq2 database fresh create:
C:\EQ\EQ2EmuServer>eq2world
Module: EQ2EMu WorldServer, Version: 0.7.2
Copyright (C) 2007-2011 EQ2Emulator.
http://eq2emulator.net/
EQ2Emulator is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
EQ2Emulator is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
/$$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$$$
| $$_____/ /$$__ $$ /$$__ $$| $$_____/
| $$ | $$ \ $$|__/ \ $$| $$ /$$$$$$/$$$$ /$$ /$$
| $$$$$ | $$ | $$ /$$$$$$/| $$$$$ | $$_ $$_ $$| $$ | $$
| $$__/ | $$ | $$ /$$____/ | $$__/ | $$ \ $$ \ $$| $$ | $$
| $$ | $$/$$ $$| $$ | $$ | $$ | $$ | $$| $$ | $$
| $$$$$$$$| $$$$$$/| $$$$$$$$| $$$$$$$$| $$ | $$ | $$| $$$$$$/
|________/ \____ $$$|________/|________/|__/ |__/ |__/ \______/
\__/
Website :
http://eq2emulator.net
Forums :
http://eq2emulator.net/phpBB3/
Contributors:
http://eq2emulator.net/wiki/index.php/D ... ntributors
SVN :
http://svn.eq2emulator.net/svn/eq2server
For more detailed logging, modify 'Level' param the log_config.xml file.
00:07:49 I Init : Starting EQ2Emulator WorldServer...
00:07:49 I DB : Using database 'eq2' at 127.0.0.1
00:07:49 D World : Randomizing World...
00:07:49 D Init : ./LoginServer.ini read...
00:07:49 I Patcher : Connecting to DB PatchServer...
00:07:49 D Patcher : -Connected to Update Server: updates.eq2emulator.net:9104
00:07:49 D Patcher : -Checking for updates.
00:07:54 W Patcher : Please wait...
00:08:19 E DBCore : #1146: Table 'eq2.table_versions' doesn't exist
Query:
SHOW COLUMNS FROM table_versions
00:08:19 E Patcher : Version Table NOT Found! Creating...
00:08:19 D Patcher : --Setting table_version = 1...
00:08:19 E Patcher : Error while getting updates!
00:08:19 I Patcher : DB Update check completed...
00:08:19 I World : Loading System Data...
00:08:19 E DBCore : #1146: Table 'eq2.opcodes' doesn't exist
Query:
select distinct version_range1, version_range2 from opcodes
00:08:21 E DBCore : #1146: Table 'eq2.character_skillbar' doesn't exist
Query:
SELECT max(id) FROM character_skillbar
00:08:21 E DBCore : #1146: Table 'eq2.commands' doesn't exist
Query:
SELECT command, handler, required_status FROM commands where length(subcommand) = 0 ORDER BY handler asc
00:08:21 E DBCore : #1146: Table 'eq2.commands' doesn't exist
Query:
SELECT command, subcommand, handler, required_status FROM commands where length(subcommand) > 0 ORDER BY handler asc
00:08:21 E DBCore : #1146: Table 'eq2.factions' doesn't exist
Query:
SELECT id, name, type, description, default_level, negative_change, positive_change FROM factions
C:\EQ\EQ2EmuServer>