So, I get this error most of the time testing my custom mpq..
What do i want to do with this mpq? change the paladin tier 11 hc skin ;-) nothing else, no new models or anything
WoW is 100% updated (even after being playable etc 180mb were downloaded, so there shouldn't be anything left) and it works w/o said mpq.
my guess is that is has something to do with the structure of the file and that it is case dependant.
My listfile looks like this (all paths are exact copies of the original itemtexture.mpq-paths what makes this really strange)
Code:
Item\ObjectComponents\HEAD\Helm_Plate_RaidPaladin_I_01Gold.blp
Item\ObjectComponents\SHOULDER\Plate_RaidPaladin_I_01Gold.blp
Item\TEXTURECOMPONENTS\ArmLowerTexture\Plate_RaidPaladin_I_01Gold_Bracer_AL_U.blp
Item\TEXTURECOMPONENTS\ArmLowerTexture\Plate_RaidPaladin_I_01Gold_Glove_AL_U.blp
Item\TEXTURECOMPONENTS\ArmLowerTexture\Plate_RaidPaladin_I_01Gold_Sleeve_AL_U.blp
Item\TEXTURECOMPONENTS\ArmUpperTexture\Plate_RaidPaladin_I_01Gold_Sleeve_AU_U.blp
Item\TEXTURECOMPONENTS\FootTexture\Plate_RaidPaladin_I_01Gold_Boot_FO_U.blp
Item\TEXTURECOMPONENTS\HandTexture\Plate_RaidPaladin_I_01Gold_Glove_HA_U.blp
Item\TEXTURECOMPONENTS\LegLowerTexture\Plate_RaidPaladin_I_01Gold_Boot_LL_U.blp
Item\TEXTURECOMPONENTS\LegLowerTexture\Plate_RaidPaladin_I_01Gold_Pant_LL_U.blp
Item\TEXTURECOMPONENTS\LegUpperTexture\Plate_RaidPaladin_I_01Gold_Belt_LU_U.blp
Item\TEXTURECOMPONENTS\LegUpperTexture\Plate_RaidPaladin_I_01Gold_Pant_LU_U.blp
Item\TEXTURECOMPONENTS\TorsoLowerTexture\Plate_RaidPaladin_I_01Gold_Belt_TL_U.blp
Item\TEXTURECOMPONENTS\TorsoLowerTexture\Plate_RaidPaladin_I_01Gold_Chest_TL_F.blp
Item\TEXTURECOMPONENTS\TorsoLowerTexture\Plate_RaidPaladin_I_01Gold_Chest_TL_M.blp
Item\TEXTURECOMPONENTS\TorsoUpperTexture\Plate_RaidPaladin_I_01Gold_Chest_TU_F.blp
Item\TEXTURECOMPONENTS\TorsoUpperTexture\Plate_RaidPaladin_I_01Gold_Chest_TU_M.blp
this is my error message:
Code:
Failed to read file from local.
Details: (Streaming Status: Enabled / Mfil Not Rdy / Data Not Rdy, Build: 16357)
[6] err=0 text=SFileReadFile - Item\ObjectComponents\Shoulder\plate_raidpaladin_i_01gold.blp - Data//wow-update-base-20000.MPQ
[5] err=87 text=System_Mopaq::mopaq_read - fail to repair offset 0 amount 88580
[4] err=87 text=System_Mopaq::SectorReadHandler::InitializeAndRead - fail to repair offset 0 amount 88580
[3] err=-2062548855 text=System_Mopaq::SectorReadHandler::InitializeChecksumTable - fail to validate checksum 4294892319 24
[2] err=87 text=System_Mopaq::mopaq_read - fail to repair offset 0 amount 88580
[1] err=87 text=System_Mopaq::SectorReadHandler::InitializeAndRead - fail to repair offset 0 amount 88580
[0] err=-2062548855 text=System_Mopaq::SectorReadHandler::InitializeChecksumTable - fail to validate checksum 4294892319 24
however, the shoulder skin replace worked until i fixed the paths of everything else.. (fix in this case means created a new mpq with mywarcraftstudio - MPQEditor won't make anything work for me and, of course, i've deleted the data/cache folder)
well.. i'm stuck with this problem for ~7 hours now due to not really understanding anything and being quite tired.. but why are there these checksum problems with files that used to work? and how can i possibly fix them?
thanks in advance :)