Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Смердокрыл on October 16, 2015, 05:09:36 pm

Title: Version Mismatch - Wrong Row Size
Post by: Смердокрыл on October 16, 2015, 05:09:36 pm
Hey!
I wanted to add a new entry into map.dbc (like I've already done two times). I just copied the previous entry, changing the needed fields, compiled a patch and replaced the server-side dbc. All seems right, but when I try to log into my account on the server, it gives me "ERROR #121 Version Mismatch
DBFilesClientMap.dbc has wrong row size (found 264, expected 80)"

Could anyone help?

P.S. For dbc edits I use the (surprise-surprise) DBC Editor.
Title: Re: Version Mismatch - Wrong Row Size
Post by: schlumpf on October 16, 2015, 05:25:59 pm
You did not extract from the last MPQ and thus edited some old version.
Title: Re: Version Mismatch - Wrong Row Size
Post by: Смердокрыл on October 16, 2015, 05:37:34 pm
Quote from: "schlumpf"
You did not extract from the last MPQ and thus edited some old version.
What did I not extract and from which MPQ?
Title: Re: Version Mismatch - Wrong Row Size
Post by: Смердокрыл on October 16, 2015, 05:42:12 pm
Ok, I fixed the problem, nvm. Thanks for help!
Title: Re: Version Mismatch - Wrong Row Size
Post by: Amaroth on October 16, 2015, 06:55:07 pm
Just to make sure also other ones having similiar issues and finding this topic understand - problem was wrong blizzlike DBC used, extracted from wrong blizzlike MPQ. Always open all MPQs in Locales directory in merged mode (by using File > Open MPQ(s) with Options). MPQs in Locales directory tend to have multiple versions of DBCs and those which are not the latest usually cause crashes.
Title: Re: Version Mismatch - Wrong Row Size
Post by: Смердокрыл on October 16, 2015, 06:59:33 pm
actually, my problem was fixed a different way: in the previous patch (already compiled) I had a map.dbc completely different from the one I wanted to add now (maybe it wasnt even the needed wow version). I deleted it from that (previous) patch and everything started to work perfectly.
Title: Re: Version Mismatch - Wrong Row Size
Post by: Amaroth on October 16, 2015, 07:02:01 pm
That DBC you found was clearly modded version of outdated DBC (that means it was from wrong MPQ from Locales). So... the same kind of problem.
Title: Re: Version Mismatch - Wrong Row Size
Post by: Steff on October 19, 2015, 10:20:58 am
Do tutorial part 2. In section extraction MPQs ill extract all MPQs to one folder.
This way you have a source with all wow files in right version.