Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

there was a problem downloading from cdn server

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 13, 2011
Messages
24
Reaction score
0
When I gave someone my launcher and launcher.cfg , they get error with there was a problem downloading from cdn server
any suggestion?
 
Newbie Spellweaver
Joined
Feb 13, 2011
Messages
24
Reaction score
0
I think is another problem ,
log .

--- Log started at Sun May 05 19:17:41 2013

000000.000| Input Devices enabled: Mouse, Keyboard
000000.017| VMEM As seen through DDRaw: 978
000000.017| VMEM As seen through WMI: 0
000000.029| We have 2765 MB texture memory
000000.029| r3dFont: Creating Verdana 10pt
000000.029| r3dFont: Finished creating Verdana 10pt
000000.029| r3dFont: Creating Tahoma 12pt
000000.030| r3dFont: Finished creating Tahoma 12pt
000000.030| r3dFont: Creating Tahoma 10pt
000000.030| r3dFont: Finished creating Tahoma 10pt
000000.030| r3dFont: Creating Tahoma 9pt
000000.030| r3dFont: Finished creating Tahoma 9pt
000000.277| Starting updater, v:0.9.3, cmd:
000000.278| Checking for new updater
000000.622| Checking for new updater - finished
000004.269| Checking for game update
000004.626| Checking for game update - finished
000004.626| Opening game data
000004.667| r3dFS: version:April 21, 2013 4:29, 15218 files
000004.722| r3dFS: version:April 21, 2013 4:29, 15218 files
000004.755| Opening game data - finished
000004.755| current build version=873792541, updater data version=889457666
000004.755| Building update list
000004.755| OpenFromWeb
000004.759| failed to get , http code 404
000004.759| FailUpdate: There was a problem downloading from CDN server
Check that you have a working internet connection and you are not behind a proxy or firewall.
000004.759| Exception! EResult=2
000004.770| CUpdater::Stop()

the problem is that I changed launcher.cfg with the ip but when I open the launcher it says the same localhost , got any ideea?
 
Upvote 0
Newbie Spellweaver
Joined
Apr 25, 2013
Messages
21
Reaction score
0
so you have to change thing using RSUpdate , edit the links there and Build as Release .

Oh , forget about that , I know what's your error , edit your wz.xml , the .bin archieve's name is wrong . sometimes it happens
 
Upvote 0
Newbie Spellweaver
Joined
Feb 13, 2011
Messages
24
Reaction score
0
so you have to change thing using RSUpdate , edit the links there and Build as Release .

Oh , forget about that , I know what's your error , edit your wz.xml , the .bin archieve's name is wrong . sometimes it happens

wz.xml is good , nothing wrong from what I see
 
Upvote 0
Newbie Spellweaver
Joined
Aug 15, 2011
Messages
7
Reaction score
0
C:\inetpub\wwwroot\wz\wz.xml open and change
<p>
<d ver="889524776" base="http://localhost/wz/wz35040C02_00.bin"/>
</p>
to
<p>
<d ver="889524776" base="http://YOUR_IP/wz/YOUR_wzFilesWithout_00.bin"/>
</p>
Example:
<p>
<d ver="889524776" base="http://25.240.246.67/wz/wz35051228"/>
</p>
Should work now.
 
Upvote 0
Status
Not open for further replies.
Back
Top