i agree, your patch.xml is fucked up...Code:0040DCED |. 8D4424 18 LEA EAX,DWORD PTR SS:[ESP+18] 0040DCF1 |. 50 PUSH EAX 0040DCF2 |. 68 C0E34300 PUSH GunzLaun.0043E3C0 ; ASCII "PATCHINFO" 0040DCF7 |. 8D4C24 28 LEA ECX,DWORD PTR SS:[ESP+28] 0040DCFB |. E8 10140000 CALL GunzLaun.0040F110 <--- this function sets AL depending on params EAX and constant ASCII string "PATCHINFO" 0040DD00 |. 84C0 TEST AL,AL <--- this line sets ZERO FLAG if AL is 0 0040DD02 |. 75 6D JNZ SHORT GunzLaun.0040DD71 <-- this line jumps over the error if zero flag is not set 0040DD04 |> 8D4C24 28 LEA ECX,DWORD PTR SS:[ESP+28] 0040DD08 |> E8 630E0000 CALL GunzLaun.0040EB70 0040DD0D |. 68 94E34300 PUSH GunzLaun.0043E394 ; ASCII "[ZUpdate] ERROR : Get update info FAILED!!!"
since it doesn't have the patch node of zpatchbuilder.exe i assume you remove it, hence i also assume you fuck the code up somehow while doing so...
post the entire patch.xml content here inside [ code] [ /code] tags :3
EDIT:
i'm just gonna quote the eurogunz .xml file because that's one i have inhand atm:
makes me think if your patch.xml contains the tags <PATCHINFO> </PATCHINFO>Code:<?xml version="1.0"?> <XML> <PATCHINFO> <VERSION>1.0.0.1</VERSION> ... list of patchnodes </PATCHINFO> </XML>
:p


Reply With Quote
