CRC Failed (Auto-Update)

Newbie Spellweaver
Joined
Jun 15, 2007
Messages
63
Reaction score
0
Hi guys.

I have had this problem for a long time..

I use zpatchbuilder, and I remove the patchnode for patch.xml and I do it right! I also remove zpatchbuilder.exe's node, and I do it right... Then I update and it saves it into a folder PATCH with like, system.mrs_ ...

Then it says its trying to move the fail, and it fails.

Patchlog

Code:
19:44:05:198   [ZUpdate] Successfully download '.\PATCH\Sound/Effect/quest/lizard.mrs_'
19:44:05:199   [ZFileTransfer] Download file : ./Sound/Effect/quest/skeleton.mrs  to  C:\Users\K-lup\Mah Gunz Server\Client\TESTCLIENT2\PATCH\Sound/Effect/quest/skeleton.mrs_
19:44:12:566   [ZFileTransfer] Download successfully complete.
19:44:12:566   [ZUpdate] Successfully download '.\PATCH\Sound/Effect/quest/skeleton.mrs_'
19:44:12:566   [ZUpdate] Patch files successfully complete.
19:44:12:566   [ZUpdate] Move patch files.
19:44:15:078   [ZUpdate] Copy patch file from '.\PATCH\GunzZPatchBuilder.exe_'  to  '.\GunzZPatchBuilder.exe'
19:44:17:305   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Update1.mrs_'
19:44:17:306   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Update2.mrs_'
19:44:17:306   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Sound/bgm.mrs_'
19:44:17:306   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Sound/effect.mrs_'
19:44:17:307   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Sound/Effect/fx2.mrs_'
19:44:17:307   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Sound/Effect/nar.mrs_'
19:44:17:308   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Sound/Effect/quest/goblin.mrs_'
19:44:17:308   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Sound/Effect/quest/golem.mrs_'
19:44:17:308   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Sound/Effect/quest/lizard.mrs_'
19:44:17:309   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Sound/Effect/quest/skeleton.mrs_'
19:44:17:309   [ZUpdate] Move patch files successfully complete.
19:44:17:309   [ZUpdate] ERROR : Cannot move patch files.
19:44:17:309   [APP] ERROR - Update fail
19:44:17:309   [APP] Updater error message :

Invalid CRC from the downloaded patch file. : .\PATCH\Update1.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.
Invalid CRC from the downloaded patch file. : .\PATCH\Update2.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.
Invalid CRC from the downloaded patch file. : .\PATCH\Sound/bgm.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.
Invalid CRC from the downloaded patch file. : .\PATCH\Sound/effect.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.
Invalid CRC from the downloaded patch file. : .\PATCH\Sound/Effect/fx2.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.
Invalid CRC from the downloaded patch file. : .\PATCH\Sound/Effect/nar.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.
Invalid CRC from the downloaded patch file. : .\PATCH\Sound/Effect/quest/goblin.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.
Invalid CRC from the downloaded patch file. : .\PATCH\Sound/Effect/quest/golem.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.
Invalid CRC from the downloaded patch file. : .\PATCH\Sound/Effect/quest/lizard.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.
Invalid CRC from the downloaded patch file. : .\PATCH\Sound/Effect/quest/skeleton.mrs_
     [Tip] Please check for anti-virus program or firewall running on your system.

19:44:17:310   [App] File transfer error message :


Patch.xml

Code:
<?xml version="1.0"?> 
<XML> 
<PATCHINFO> 
    <VERSION>1.0.0.33</VERSION> 
    <PATCHNODE file="./WFGunZ.exe"> 
        <SIZE>2547712</SIZE> 
        <CHECKSUM>2539863831</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./GunzZPatchBuilder.exe"> 
        <SIZE>2453504</SIZE> 
        <CHECKSUM>3073440471</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Update1.mrs"> 
        <SIZE>5316562</SIZE> 
        <CHECKSUM>3085960745</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Update2.mrs"> 
        <SIZE>2811</SIZE> 
        <CHECKSUM>1486157187</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Sound/bgm.mrs"> 
        <SIZE>29055269</SIZE> 
        <CHECKSUM>3614819410</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Sound/effect.mrs"> 
        <SIZE>19094352</SIZE> 
        <CHECKSUM>541946748</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Sound/Effect/fx2.mrs"> 
        <SIZE>2811907</SIZE> 
        <CHECKSUM>46007464</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Sound/Effect/nar.mrs"> 
        <SIZE>2818318</SIZE> 
        <CHECKSUM>2117841999</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Sound/Effect/quest/goblin.mrs"> 
        <SIZE>2740368</SIZE> 
        <CHECKSUM>567112148</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Sound/Effect/quest/golem.mrs"> 
        <SIZE>1388871</SIZE> 
        <CHECKSUM>2732624900</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Sound/Effect/quest/lizard.mrs"> 
        <SIZE>1421297</SIZE> 
        <CHECKSUM>4144382846</CHECKSUM> 
    </PATCHNODE> 
    <PATCHNODE file="./Sound/Effect/quest/skeleton.mrs"> 
        <SIZE>4697874</SIZE> 
        <CHECKSUM>2546641662</CHECKSUM> 
    </PATCHNODE> 
</PATCHINFO> 
</XML>

What is wrong? I do everything right =( I have no firewall, and I forward my ports, because people can play. Help please?
 
Back