Revision 258 crash
Posted: Sat May 23, 2009 6:32 pm
Ok so I downloaded the latest svn (rev 258) compiled after removing some stuff from misc.cpp that im guessing svn put thre cause of a botched commit (posted it on another forum)
Loaded eq2world it loads fine (database error reguarding the name field of item_effects table) But other then that it loads fine and connects to the ls
about ohhh a minute or so later my terminal window fills with the following
Loaded eq2world it loads fine (database error reguarding the name field of item_effects table) But other then that it loads fine and connects to the ls
Code: Select all
[wisler@cp eqemu2]$ ./eq2world
[Status] Using database 'wisler_eq2' at localhost
[Status] CURRENT_WORLD_VERSION:EQ2EMu 0.6.5 Developer Alpha
[Status] ./LoginServer.ini read.
[Status] Connecting to Update Server..
[Status] Connected to Update Server: eq2emulator.net:9103
[Status] Checking for updates.
[Status] Found Updates.
[Status] Processing Updates.
[Error] Login reports that the latest version of the 'item_effects' is 65000, you are using 0. The query that will run to update your table is:
DROP TABLE IF EXISTS `item_effects`
CREATE TABLE `item_effects` (
`id` int(10) unsigned NOT NULL auto_increment,
`item_id` int(10) unsigned NOT NULL default '0',
`name` varchar(64) NOT NULL default 'Unknown',
`percentage` tinyint(3) unsigned NOT NULL default '100',
`description` text NOT NULL,
`bullet` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
alter table `item_effects` change `name` `name` varchar(512) default 'Unknown' NOT NULL
[Status] Table Update complete.
[Status] Server is already up-to-date.
[Status] Loading opcodes..
[Status] Loading structs..
[Status] Loading command list..
[Status] Clearing player online flags..
[Status] Loaded 21 entity command lists.
[Status] Loaded 0 NPC(s).
[Status] Loaded 0 Object(s).
[Status] Loaded 0 GroundSpawn(s).
[Status] Loaded 0 Widget(s).
[Status] Loaded 0 Sign(s).
[Status] Loading ground spawn items..
[Status] Loading loot data..
[Status] Loaded 0 loot tables.
[Status] Loaded 0 loot drops.
[Status] Loaded 0 spawn loot lists.
[Status] Loading Transporter Information..
[Status] Loaded 0 Teleporter(s)
[Status] Loaded global variables list..
[Status] Loaded visual states list..
[Status] Loading World Time..
[Status] Loading items.. (this might take a few minutes)
[Status] Loaded 0 Bag(s)
[Status] Loaded 0 Food(s)
[Status] Loaded 0 Weapon(s)
[Status] Loaded 0 Armor/Shield Piece(s)
[Status] Loaded 0 Skill Item(s)
[Status] Loaded 0 Regular Items
[Status] Loading spells..
[Status] Loaded 2 Spell(s)
[Status] Loading LUA spells..
[Status] Loaded 2 LUA Spell(s)
[Status] Loading factions..
[Status] Loaded 48 Factions
[Status] Loading skills..
[Status] Loaded 129 Skills
[Status] Loading Quests..
[Status] Loaded 0 Quest(s)
[Status] Loading Merchant Information..
[Status] Loaded 0 Merchant Inventory Item(s)
[Status] Loaded 0 Merchant List(s)
[Status] Loading Spawn Script Information..
[Status] Loading Zone Script Information..
[Status] Loading EQ time of day..
Please refrain from drinking alcoholic beverages while using this program.
Starting factory Reader
Starting factory Writer
World server listening on: 64.69.34.153:9001
Starting static zones...
Connected to LoginServer: eq2emulator.net:9100
Code: Select all
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11
Got signal 11