[HELP] Launcher http code 404

Newbie Spellweaver
Joined
Jul 7, 2014
Messages
11
Reaction score
0


I get this error.. Please help me...


I put the ip address instead of * mark

r3dlog.txt
Code:
[COLOR=#666666]000012.568| failed to get [/COLOR][COLOR=#666666]http://***.*.***.**/wz/wz581C023A_00.bin[/COLOR][COLOR=#666666], http code 404[/COLOR]
[COLOR=#666666]000012.568| Checking for game update 2[/COLOR]
[COLOR=#666666]000012.664| failed to get [/COLOR][COLOR=#666666]http://[/COLOR][COLOR=#666666]***.*.***.**[/COLOR][COLOR=#666666]/wz/wz.xml[/COLOR][COLOR=#666666], http code 404[/COLOR]
[COLOR=#666666]000012.664| FailUpdate: Failed to get current game build[/COLOR]


___________________________________________________________________________________________________________

samikodalo38 - [HELP] Launcher http code 404 - RaGEZONE Forums
 
Check if in your launcher source, the resource names and paths for .bins are correctly and the same as wz.xml
And if in your IIS manager the Directory Browsing is enabled.
 
Upvote 0
failed to get http://***.*.***.**/wz/wz581C023A_00.bin, http code 404 = C:/WZ/bin/build/wz581C023A_00.bin
failed to get http://***.*.***.**/wz/wz.xml, http code 404 = C:/WZ/bin/build/wz.xml
Launcher doesn't find it you gotta change the directions in RSBuild.xml and put the files in
C:/WZ/bin/build/
 
Upvote 0
Check if in your launcher source, the resource names and paths for .bins are correctly and the same as wz.xml
And if in your IIS manager the Directory Browsing is enabled.

yes Directory Browsing is enabled.



now I get this error

Code:
000003.986| failed to get https://185.9.159.58/wz/wz.xml, http code 404
000004.079| failed to get http://185.9.159.58/wz/wz.xml, http code 404
000004.079| FailUpdate: Failed to get current game build
000004.080| Exception! EResult=2
000004.086| CUpdater::Stop()
 
Upvote 0
yes Directory Browsing is enabled.



now I get this error

Code:
000003.986| failed to get https://185.9.159.58/wz/wz.xml, http code 404
000004.079| failed to get http://185.9.159.58/wz/wz.xml, http code 404
000004.079| FailUpdate: Failed to get current game build
000004.080| Exception! EResult=2
000004.086| CUpdater::Stop()

don't exist this file, check in RSUpdate.sln for this file
http://185.9.159.58/wz/wz.xml

the correct is

http://185.9.159.58/wz/data/wz.xml

your launcher is opening wrong folder
 
Upvote 0
Back