GunzLauncher doesn't run with any custom port, at least by just editing the port by hex "yoursite:port",.You may try searching for the port and change it via ASM.
Printable View
GunzLauncher doesn't run with any custom port, at least by just editing the port by hex "yoursite:port",.You may try searching for the port and change it via ASM.
Hmm,
I think you have an mistake in the patch.xml.
This is good, patch.xml can be downloaded.Code:10:22:31:765 [ZFileTransfer] Download file : ./patch.xml to ./patch.xml
10:22:35:718 [ZFileTransfer] Download successfully complete.
It can't read it. So error/mistake in patch.xmlCode:10:22:36:562 [ZUpdate] ERROR : Get update info FAILED!!!
10:22:36:562 [ZUpdate] ERROR : Start update FAILED!!!
Ok, any suggestions are where to look when asm editing to find the port it reads? And also another thing that i think might be the problem is that Http:// isn't added, because internet explorer cant read yoursite:port without the Http:// added, neway i could redirect the link so it can be longer than just an ip.
Actually your wrong, once it has : a port attached to it, it won't read it unless Http:// is read. Firefox reads it regardless is wat you mean gw, but anyway any suggestions, i still need help with this problem.
Just make an no-ip redirect. You can make there an redirect to any port you want,
Example:
Code:http://yourserver.no-ip.net
redirects to
http://yourip:anyport
I did that and i get the 302 information error, if i use dyndns.org it downloads the patch.xml but gives me a blank (update failed) error. im guessings gunzlauncher SIMPLY cannot run without port 80?
ASM edit the launcher.
^ Replies like that are 0 help because your not being specific on where do i asm edit it and etc.
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
Code:<?xml version="1.0"?>
<XML>
<PATCHINFO>
<VERSION>1.0.0.33</VERSION>
<PATCHNODE file="./Gunz.exe">
<SIZE>2547712</SIZE>
<CHECKSUM>2375218886</CHECKSUM>
</PATCHNODE>
<PATCHNODE file="./GunzZPatchBuilder.exe">
<SIZE>2453504</SIZE>
<CHECKSUM>3073440471</CHECKSUM>
</PATCHNODE>
</PATCHINFO>
</XML>
XD Sadface Bump
lol 2 files????
+ the other one is the patchbuilder =/
uh...
if that's all you want to update then how about just disabling the whole autoupdate feature?
and make the launcher connect to localhost...
Sigh, i used it as a test...... that's what im trying to tell you, it should work as a test. and i doubt people want to download stuff manually