Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Chaya_1987 on April 27, 2015, 05:17:04 pm

Title: [QUESTION]  WoW Crashes
Post by: Chaya_1987 on April 27, 2015, 05:17:04 pm
Hey there,

i modified my 2.4.3 Client but if i am Finish i see follow error :

Quote
This application has encountered a critical error:

ERROR #134 (0x85100086) Fatal Condition
Program:   F:Program Files (x86)World of Warcraft TBCwow.exe

Failed to read data.

I Only add an files named item.dbc in file F:Program Files (x86)World of Warcraft TBCDatadeDEpatch-deDE-3.MPQ

I add 1 Line in the item.dbc !

What is Wrong ?
Title: Re: [QUESTION]  WoW Crashes
Post by: PhilipTNG on April 27, 2015, 07:01:36 pm
Use the Wow Model Edit loader, attached below. Put it where your wow.exe is at and use that to launch wow.

Also just keep your custom MPQ patches inside the Data folder, not the Locale Folder(deDE,enUS,ruRU,enGB,esES, etc).  And name it using the patch-3.MPQ , patch-9.MPQ, patch-B.MPQ, patch-F.MPQ, patch-Z.MPQ  method of naming.

Also just a tip, It is in your best intention to not modify blizzard MPQ files. That could lead to some pretty crazy(bad) results sometimes(such as reinstalling/downloading the entire install.)

If you are already using WowME and still getting the error, then upload your patch and we'll see if we can make anything of it.

Also since you said you modified your 2.4.3 client.... does the game load fine without your custom patch?
Title: Re: [QUESTION]  WoW Crashes
Post by: Chaya_1987 on April 28, 2015, 09:36:30 pm
Okay same error with WoW ME ...

[attachment=0:2irh9s4o]patch-3.rar[/attachment:2irh9s4o]

I dont know what is wrong :(
Title: Re: [QUESTION]  WoW Crashes
Post by: Ascathos on April 29, 2015, 01:51:39 pm
Quote from: "Chaya_1987"
Okay same error with WoW ME ...

[attachment=0:6dgv6g26]patch-3.rar[/attachment:6dgv6g26]

I dont know what is wrong :(
Step by step. Try removing your custom ids and try again if the dbc works at all, anymore. If it works, add ids in steps, 10 each step and see if game still crashes. It could be that blizzard is using a fixed number of ids for item.dbc on tbc, because each patch overrides the old data. Just a few thoughts. If that's the case though, use the free numbers inbetween - and do not go over the 35767 (which seems to be the max as it seems).
Title: Re: [QUESTION]  WoW Crashes
Post by: PhilipTNG on April 30, 2015, 10:31:32 pm
Quote from: "Ascathos"
It could be that blizzard is using a fixed number of ids for item.dbc on tbc.
It's not, otherwise this would have given me a whole lot of issues:
viewtopic.php?f=93&t=9092 (http://modcraft.io/viewtopic.php?f=93&t=9092" onclick="window.open(this.href);return false;)

@OP, what are you using to add the line into your dbc file?