PDA

View Full Version : Upgrade


Ueguvil
02-28-2006, 02:15 PM
I recently upgraded my server to 0.6.4, but I am now getting an error.

In world.exe:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.4-DR1
[Status] Loading opcodes..
[Status] EMuShareMem loaded
00346770
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Clearing temporary merchant lists..
[Status] Loading items..
[Status] EMuShareMem loaded
Error in GetItemsCount query 'SELECT MAX(id),count(*),sum(length(serialization)+
1) FROM items' #1054: Unknown column 'serialization' in 'field list'
Error: Database::LoadItems() (sharemem): GetItemsCount() returned -1
[Error] Error: Could not load item data. But ignoring
[Error] [ChatChannelServer] block not found in ./LoginServer.ini
[Status] Loading guild ranks..
[Status] Loading guild link..
[Status] EMuShareMem loaded
[Status] Loading GuildList from database...
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
HELP I WORK IN THE EQEMU SWEATSHOP, YOU'RE MY ONLY HOPE!
TCP listening on: 68.149.103.52:9000
World server listening on: 68.149.103.52:9000

Something's obviously wrong with my items... I tried to search for this with the search key, but couldn't find an answer. Is my database outdated or something?

Thanks

Belfedia
02-28-2006, 07:51 PM
Have you apply SQL mod in your database ?
You can find this in changelog.txt.

Ueguvil
03-01-2006, 11:43 AM
I found this in the changelog...

==01/13/2005
Doodman: Merged source (FNW changes) in to LiveCompat
Doodman: SendItemPacket's are now sent deflated (speeds up merchants)
Doodman: Combining is now turned on in makefile.perl for zone
Doodman: Fixed world to notice zone drops immediately
Doodman: Guild_MOTD and bulk door packets are now sent deflated
Doodman: New item structure is in:
Items are preserialized in the database (utils/serialize_items.pl)
Item fields names in item struct exactly match the dn
Item fields now match the dump from (utils/load_13thfloor_items.pl)
eqitems.13th-floor.org
Item table convert script: utils/items-0.6.0-DR2-0.6.1-DR1-convert.sql

I imagine I need this items-0.6.0-DR2-0.6.1-DR1-convert.sql to fix my problem??? If so, where can I get it?

Or am I way off...? ;)

Belfedia
03-02-2006, 02:10 AM
I found this in the changelog...

==01/13/2005
Doodman: Merged source (FNW changes) in to LiveCompat
Doodman: SendItemPacket's are now sent deflated (speeds up merchants)
Doodman: Combining is now turned on in makefile.perl for zone
Doodman: Fixed world to notice zone drops immediately
Doodman: Guild_MOTD and bulk door packets are now sent deflated
Doodman: New item structure is in:
Items are preserialized in the database (utils/serialize_items.pl)
Item fields names in item struct exactly match the dn
Item fields now match the dump from (utils/load_13thfloor_items.pl)
eqitems.13th-floor.org
Item table convert script: utils/items-0.6.0-DR2-0.6.1-DR1-convert.sql

I imagine I need this items-0.6.0-DR2-0.6.1-DR1-convert.sql to fix my problem??? If so, where can I get it?

Or am I way off...? ;)


There are many mod about item in total changelog.
I don't know what you update, i don't know where you must start this update.
You need to browse complete changelog (http://eqfroggy.ath.cx/~partage/nard/ChangeLog.txt) and add missing mod :)