GunzLauncher: "Cannot find patch info"

Results 1 to 10 of 10
  1. #1
    Member Seoa is offline
    MemberRank
    Jun 2010 Join Date
    USALocation
    70Posts

    happy GunzLauncher: "Cannot find patch info"

    Edit:If anyone would Teamview with me or MSN keithrwilcox@hotmail.com

    Status: Almost Solved!


    I have been dealing with this problem for 2 days now. I'm new to this, and I have everything working except the Auto-Update.

    Problem: When I run GunzLauncher.exe, it is giving me "Cannot find patch info." with an error report(Pictured Below)



    Also, here is the Patch Log.
    Patchlog.txt:
    Code:
    Log start : Sat Feb 12 09:59:51 2011
    
    Current Directory : C:\MyGunz
    09:59:51:005   [APP] OS version : Professional  (Build 7600)
    09:59:51:038   [APP] Window created successfully.
    09:59:58:065   [ZUpdate] Create.
    09:59:58:065   [ZFileTransfer] Create.
    09:59:58:065   [ZFileTransfer] Create successfully complete.
    09:59:58:065   [ZFileTransfer] Open connection.
    09:59:58:065   [ZFileTransfer] Open connection successfully complete.
    09:59:58:065   [ZFileTransfer] Change directory.
    09:59:58:066   [ZFileTransfer] Change directory successfully complete.
    09:59:58:066   [ZUpdate] Create successfully compete.
    09:59:58:066   [APP] Download patch info file
    09:59:58:066   [ZUpdate] Start update.
    09:59:58:067   [ZFileTransfer] Download file : ./patch.xml  to  ./patch.xml
    09:59:58:077   [ZFileTransfer] ERROR : File not found.
    09:59:58:077   [ZFileTransfer] ERROR : Failed download : ./patch.xml
    09:59:58:077   [ZUpdate] ERROR : Start update FAILED!!!
    09:59:58:078   [APP] ERROR - Cannot download patch info file
    09:59:58:078   [APP] Updater error message :
    
    The update server is not responding or is not running right now.
         [Tip] Please check your firewall.
         [Tip] Please try again after a while.
    
    09:59:58:078   [App] File transfer error message : 
    
    (404) File not found.


    Goal: To be able to send updates to the Gunz Launcher

    Currently: I have Wamp(the server is online). Wamp does have an open port. I have two sets of the Gunz Client files. One set is in: 'C:\MyGunz' and other: 'C:\wamp\www\gunzweb\GunzUpdate'. The launcher has been edited to have the right IP. I have run ZBuilder to generate that patch file as well in the 'C:\wamp\www\gunzweb\GunzUpdate'
    Last edited by Seoa; 14-02-11 at 03:46 PM.


  2. #2
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: GunzLauncher: "Cannot find patch info"

    didn't you already post this?
    I also have this error too lol.
    Using xampp

  3. #3
    Member Seoa is offline
    MemberRank
    Jun 2010 Join Date
    USALocation
    70Posts

    Re: GunzLauncher: "Cannot find patch info"

    I had to repost it. I have not tried this with a no-ip yet. I've been using my WAN. Maybe my client is setup incorrectly. I'm not sure where to start looking.

    Any help or suggestions would be so appreciated..
    Last edited by Seoa; 12-02-11 at 08:46 PM.

  4. #4
    Account Upgraded | Title Enabled! e1o14 is offline
    MemberRank
    Apr 2009 Join Date
    GermanyLocation
    306Posts

    Re: GunzLauncher: "Cannot find patch info"

    Type in your address bar http://localhost/ to check whether PHP is on or not.

  5. #5
    Member Seoa is offline
    MemberRank
    Jun 2010 Join Date
    USALocation
    70Posts

    Re: GunzLauncher: "Cannot find patch info"

    I type it in and I receive an "Http Error 404. The requested resource is not found." I'm guessing php is off, now what.


    Edit: If I type into the browser," Localhost:[port]" I get a page like this:

    Last edited by Seoa; 13-02-11 at 12:15 AM.

  6. #6
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: GunzLauncher: "Cannot find patch info"

    Then you must add the port to the link.
    (Seems your web server runs on port 1300 instead of the default 80)

  7. #7
    Account Upgraded | Title Enabled! skywind is offline
    MemberRank
    Nov 2010 Join Date
    239Posts

    Re: GunzLauncher: "Cannot find patch info"

    no this laucher is bugged.

    use xiaolin Br Launcher

  8. #8
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: GunzLauncher: "Cannot find patch info"

    Don't make uneducated posts. I have used that launcher and it works just fine.

  9. #9
    Account Upgraded | Title Enabled! skywind is offline
    MemberRank
    Nov 2010 Join Date
    239Posts

    Re: GunzLauncher: "Cannot find patch info"

    not for me.

  10. #10
    Member Seoa is offline
    MemberRank
    Jun 2010 Join Date
    USALocation
    70Posts

    Re: GunzLauncher: "Cannot find patch info"

    I had problems getting local host to come up on port 1300 so I had to change the port on Apache back to 80. (Then I had to figure out what service was using that port and disable it)....Finally I got Apache running on port 80 (Praise God)

    Alright, I have made progress. It seemed there was a permissions problem and I had to make an edit to the Apache config file.

    Basically I replaced this
    Code:
    <Directory />
       Options FollowSymLinks
       AllowOverride None
       Order deny,allow
       Deny from all
    </Directory>
    To this
    Code:
    <Directory "c:/wamp/www">
    		Options +Indexes FollowSymLinks +ExecCGI
    		AllowOverride AuthConfig FileInfo
    		Order allow,deny
    		Allow from all
    </Directory>
    And my results :D (Startup page works)



    However, I am still getting the same error when i press start. The Patchlog is the same and it spits out that 404 error. I'm just going to have to research more on that later unless someone knows the answer here.



    Edit:




    I trashed Wamp and now I am working with Xampp. Anyone else facing problems with Wamp should uninstall it and should even go into the registry and remove the Apache2.2 service. Then install Xampp with Apache and FileZilla service's. Also, make absolutely sure your port 80 is open. I highly recommend this Port Checking Application PortForward.com - Free Help Setting up Your Router or Firewall.
    Last edited by Seoa; 14-02-11 at 03:44 PM. Reason: Edit



Advertisement