How Do I Get Auto-Update Working?

Results 1 to 9 of 9
  1. #1
    Member nubbynub is offline
    MemberRank
    Jun 2007 Join Date
    75Posts

    How Do I Get Auto-Update Working?

    Hi there, I'm making a PServer, again. :p I have never been able to get the Auto-Update to work. I have never gotten as far as I have this time, but I still get stuck.

    I click start game, and it asks me if I want to download the files, I click yes, and it downloads them, then I get an error, and click show log and here's what I get. I get a new folder called PATCH and all of the files I want to update are in there, but have _ after them, such as system.mrs_ ...... I get this in my patchlog..

    Code:
    17:03:11:752   [ZUpdate] ERROR : Invalid CRC '.\PATCH\sfx.mrs_'
    17:03:11:752   [ZUpdate] ERROR : Invalid CRC '.\PATCH\system.mrs_'
    17:03:11:753   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Update1.mrs_'
    17:03:11:754   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Dungeon_cavern1.mrs_'
    17:03:11:755   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Dungeon_cavern2.mrs_'
    17:03:11:756   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Dungeon_cavern3.mrs_'
    17:03:11:757   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Dungeon_nest1.mrs_'
    17:03:11:759   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Dungeon_nest2.mrs_'
    17:03:11:760   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Dungeon_nest3.mrs_'
    17:03:11:761   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Dungeon_passage1.mrs_'
    17:03:11:762   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Dungeon_passage2.mrs_'
    17:03:11:762   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Dungeon_passage3.mrs_'
    17:03:11:763   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Mansion_hall1.mrs_'
    17:03:11:764   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Mansion_hall2.mrs_'
    17:03:11:765   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Mansion_hall3.mrs_'
    17:03:11:766   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Mansion_passage1.mrs_'
    17:03:11:766   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Mansion_passage2.mrs_'
    17:03:11:767   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Mansion_passage3.mrs_'
    17:03:11:768   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Mansion_room1.mrs_'
    17:03:11:768   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Mansion_room2.mrs_'
    17:03:11:769   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Quest/Maps/Mansion_room3.mrs_'
    17:03:11:771   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Model/man.mrs_'
    17:03:11:772   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Model/woman.mrs_'
    17:03:11:776   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Model/NPC/goblin.mrs_'
    17:03:11:777   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Model/NPC/Palmpoa.mrs_'
    17:03:11:778   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Model/NPC/Skeleton.mrs_'
    17:03:11:780   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Battle Arena.mrs_'
    17:03:11:781   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Castle.mrs_'
    17:03:11:783   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Catacomb.mrs_'
    17:03:11:784   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Dungeon.mrs_'
    17:03:11:785   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Factory.mrs_'
    17:03:11:786   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Garden.mrs_'
    17:03:11:788   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Hall.mrs_'
    17:03:11:791   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Island.mrs_'
    17:03:11:792   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Jail.mrs_'
    17:03:11:793   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Lost Shrine.mrs_'
    17:03:11:794   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/mansion.mrs_'
    17:03:11:797   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Port.mrs_'
    17:03:11:798   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/prison II.mrs_'
    17:03:11:800   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/prison.mrs_'
    17:03:11:801   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Ruin.mrs_'
    17:03:11:802   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Shower Room.mrs_'
    17:03:11:804   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Snow_Town.mrs_'
    17:03:11:805   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Stairway.mrs_'
    17:03:11:806   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/station.mrs_'
    17:03:11:830   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Maps/Town.mrs_'
    17:03:11:831   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Interface/default.mrs_'
    17:03:11:832   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Interface/loadable.mrs_'
    17:03:11:833   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Interface/Login.mrs_'
    17:03:11:833   [ZUpdate] ERROR : Invalid CRC '.\PATCH\Interface/MonsterIllust.mrs_'
    17:03:11:834   [ZUpdate] Move patch files successfully complete.
    17:03:11:834   [ZUpdate] ERROR : Cannot move patch files.


    I have searched and searched for an answer, but can't find one
    Thanks for any help I will hopefully get!


  2. #2
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: How Do I Get Auto-Update Working?

    Looks like you have an invalid crc.
    Did you used the zpatchbuilder?

  3. #3
    Member nubbynub is offline
    MemberRank
    Jun 2007 Join Date
    75Posts

    Re: How Do I Get Auto-Update Working?

    Yes, I used ZPatchBuilder, I have a runnable without filelist check, etc.... Thanks for replying (Reply again pl0x xD)

  4. #4
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: How Do I Get Auto-Update Working?

    No files should EVER be in the patch folder.
    Those files, in the Patch folder, are created their usually when you edit the patch.xml wrong in your GunzUpdate folder. Only delete <PATCHNODE> to </PATCHNODE> nothing more, nothing less.

  5. #5
    Member nubbynub is offline
    MemberRank
    Jun 2007 Join Date
    75Posts

    Re: How Do I Get Auto-Update Working?

    Hahhahaah, you like saying that, eh?

    I didn't delete anything wrong, but things DO go into the patch server..

    I only deleted the patchnodes for patch.xml, gunzlauncher.exe, and theduel.exe .............

    And I didnt need to update some other ones.... Help pl0x XD

    I'm stumped

    EDIT: Wanna see my Patch.xml?

  6. #6
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: How Do I Get Auto-Update Working?

    Alright, when someone is helping you, don't become a total bitch.
    Edit, just for the hell of it, let's see your patch.xml

  7. #7
    Member nubbynub is offline
    MemberRank
    Jun 2007 Join Date
    75Posts

    Re: How Do I Get Auto-Update Working?

    How did I become a total bitch? I just commented on you saying that, bcuz I've seen you say it 4 times. Sorry, didn't mean to affend you...


    Here's mah patch.xml

    http://filebeam.com/b4d339b961408ae05516ebc2c6455e5b

  8. #8
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: How Do I Get Auto-Update Working?

    Your patch.xml is organized. O.O
    Anyway, whenever I see the ' System.mrs_ ', it usually means that something went wrong, and placed in the Patch folder.
    And your patch.xml looks fine.

  9. #9
    Member nubbynub is offline
    MemberRank
    Jun 2007 Join Date
    75Posts

    Re: How Do I Get Auto-Update Working?

    So..... I'm screwed?

    I really have no idea what the problem is, though.



Advertisement