auto update fails on startup

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
soap
Peon
Peon
Posts: 18
Joined: 13 Jul 2005, 23:51

auto update fails on startup

Post by soap »

Everytime i start my CVS-version of Manaworld the automatic update system gives me the following error:

Code: Select all

The update process is incomplete.
It is strongly recommended that you try again later
couldn't connect to host
I can play the game, but it doesn't update on startup.

What can i do?
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Well no updates are available at the moment, so no worries, and the update system is still under development. It could be cool if you could paste the log file, at least the part regarding the updater.
soap
Peon
Peon
Posts: 18
Joined: 13 Jul 2005, 23:51

Post by soap »

Ok. :)

Well, this is the tmw.log from starting the game and cancel it after the update fails:

Code: Select all

[10:27:01] Using video driver: x11
[10:27:01] Possible to create hardware surfaces: no
[10:27:01] Window manager available: yes
[10:27:01] Accelerated hardware to hardware blits: no
[10:27:01] Accelerated hardware to hardware colorkey blits: no
[10:27:01] Accelerated hardware to hardware alpha blits: no
[10:27:01] Accelerated software to hardware blits: no
[10:27:01] Accelerated software to hardware colorkey blits: no
[10:27:01] Accelerated software to hardware alpha blits: no
[10:27:01] Accelerated color fills: no
[10:27:01] Available video memory: 0
[10:27:01] ResourceManager::get(graphics/images/login_wallpaper.png)
[10:27:02] ResourceManager::get(graphics/sprites/player_male_base.png)
[10:27:02] ResourceManager::get(graphics/sprites/player_male_hair.png)
[10:27:02] ResourceManager::get(graphics/gui/mouse.png)
[10:27:02] Sound::init() Initializing sound...
[10:27:02] Sound::info() SDL_mixer: 1.2.5 (compiled)
[10:27:02] Sound::info() SDL_mixer: 1.2.5 (linked)
[10:27:02] Sound::info() Driver: alsa
[10:27:02] Sound::info() Format: S16LSB
[10:27:02] Sound::info() Rate: 22050
[10:27:02] Sound::info() Channels: 2
[10:27:02] Window::Window("Updating...")
[10:27:02] ResourceManager::get(graphics/gui/vscroll_grey.png)
[10:27:02] ResourceManager::get(graphics/gui/bg_quad_dis.png)
[10:27:02] ResourceManager::get(graphics/gui/button.png)
[10:27:02] ResourceManager::get(graphics/gui/buttonhi.png)
[10:27:02] ResourceManager::get(graphics/gui/buttonpress.png)
[10:27:02] ResourceManager::get(graphics/gui/button_disabled.png)
[10:27:02] ResourceManager::get(graphics/gui/deepbox.png)
[10:27:02] ResourceManager::get(graphics/gui/vscroll_up_default.png)
[10:27:02] ResourceManager::get(graphics/gui/vscroll_down_default.png)
[10:27:02] ResourceManager::get(graphics/gui/hscroll_left_default.png)
[10:27:02] ResourceManager::get(graphics/gui/hscroll_right_default.png)
[10:27:02] ResourceManager::get(graphics/gui/vscroll_up_pressed.png)
[10:27:02] ResourceManager::get(graphics/gui/vscroll_down_pressed.png)
[10:27:02] ResourceManager::get(graphics/gui/hscroll_left_pressed.png)
[10:27:02] ResourceManager::get(graphics/gui/hscroll_right_pressed.png)
[10:27:02] Downloading: http://themanaworld.org//news.txt
[10:27:07] ResourceManager::release(graphics/gui/button.png)
[10:27:07] ResourceManager::release(graphics/gui/buttonhi.png)
[10:27:07] ResourceManager::release(graphics/gui/buttonpress.png)
[10:27:07] ResourceManager::release(graphics/gui/button_disabled.png)
[10:27:07] Window::~Window("Updating...")
[10:27:07] ResourceManager::release(graphics/gui/bg_quad_dis.png)
[10:27:07] State: EXIT
[10:27:07] Configuration::write(customcursor, "1")
[10:27:07] Configuration::write(fpslimit, "0")
[10:27:07] Configuration::write(guialpha, "0.613187")
[10:27:07] Configuration::write(homeDir, "/home/soap/.tmw")
[10:27:07] Configuration::write(host, "animesites.de")
[10:27:07] Configuration::write(hwaccel, "0")
[10:27:07] Configuration::write(joytolerance, "10")
[10:27:07] Configuration::write(musicVolume, "0")
[10:27:07] Configuration::write(opengl, "0")
[10:27:07] Configuration::write(port, "6901")
[10:27:07] Configuration::write(remember, "1")
[10:27:07] Configuration::write(screen, "0")
[10:27:07] Configuration::write(sfxVolume, "99")
[10:27:07] Configuration::write(sound, "1")
[10:27:07] Configuration::write(updatehost, "http://themanaworld.org/")
[10:27:07] Configuration::write(username, "soap")
[10:27:07] ResourceManager::release(graphics/gui/mouse.png)
[10:27:07] ResourceManager::release(graphics/gui/deepbox.png)
[10:27:07] ResourceManager::release(graphics/gui/hscroll_left_default.png)
[10:27:07] ResourceManager::release(graphics/gui/hscroll_left_pressed.png)
[10:27:07] ResourceManager::release(graphics/gui/hscroll_right_default.png)
[10:27:07] ResourceManager::release(graphics/gui/hscroll_right_pressed.png)
[10:27:07] ResourceManager::release(graphics/gui/vscroll_down_default.png)
[10:27:07] ResourceManager::release(graphics/gui/vscroll_down_pressed.png)
[10:27:07] ResourceManager::release(graphics/gui/vscroll_grey.png)
[10:27:07] ResourceManager::release(graphics/gui/vscroll_up_default.png)
[10:27:07] ResourceManager::release(graphics/gui/vscroll_up_pressed.png)
[10:27:07] ResourceManager::release(graphics/images/login_wallpaper.png)
[10:27:07] ResourceManager::release(graphics/sprites/player_male_base.png)
[10:27:07] ResourceManager::release(graphics/sprites/player_male_hair.png)
[10:27:07] ResourceManager::~ResourceManager() cleaned up 293 references to 13 resources
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

It didn't even started to download updates it seems, I suggest you keep trying since manaworld.org has been very slow these days and maybe you're getting a timeout. If you're still experiencing problems, we'll try to debug it more.
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

[10:27:02] Downloading: http://themanaworld.org//news.txt
I think it's simply that that file doesn't exist. You probably have an old value for "updatehost" in your config.xml (and you can fix it by removing it). Everybody who has tried earlier CVS versions will have this problem. We should solve this however, or it'll be a problem each time we want to change the location. Probably we'll solve this with the new server that will tell the client the updatehost on connecting.
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Oh lol I didn't notice, it I should take more care when reading... :oops:
soap
Peon
Peon
Posts: 18
Joined: 13 Jul 2005, 23:51

Post by soap »

Bjørn wrote:I think it's simply that that file doesn't exist. You probably have an old value for "updatehost" in your config.xml (and you can fix it by removing it).
The specific line in my config.xml says:

Code: Select all

 <option name="updatehost" value="http://themanaworld.org/"/>
Do i have to change it? If it is so, which value do i have to choose?

EDIT
I tried to start manaworld in the linux-console. At the start it shows me one error:

Code: Select all

curl error 22 : The requested URL returned error: 404
/EDIT

My other problem the last two days was, that i had and still have a very slow connection in gameplaying... i.e. if i try to attack a monster it takes more than three seconds that the monster is hurt. I see it to late if they are to near and so on.
If i use F5 to sit down, 3-5 seconds are passing and then my character sits down.

It's unpossible to play the game with that connection..
Last week it was very fast.. :/
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Code: Select all

<option name="updatehost" value="http://themanaworld.org/files"/>
or as Bjorn suggested, just delete your config.xml

About it being slow well it's possible, try to ping it and see if it's really because of the slow connection.
soap
Peon
Peon
Posts: 18
Joined: 13 Jul 2005, 23:51

Post by soap »

I deleted the config.xml. It now shows this updatehost:

Code: Select all

 <option name="updatehost" value="http://themanaworld.org/files"/>
but it doesn't update.

To the connection speed:
ping to animesites.de gives me:

Code: Select all

~ > ping animesites.de -c 5
PING animesites.de (217.172.177.27) 56(84) bytes of data.
64 bytes from minden027 (217.172.177.27): icmp_seq=1 ttl=54 time=12.9 ms
64 bytes from minden027 (217.172.177.27): icmp_seq=2 ttl=54 time=13.2 ms
64 bytes from minden027 (217.172.177.27): icmp_seq=3 ttl=54 time=12.9 ms
64 bytes from minden027 (217.172.177.27): icmp_seq=4 ttl=54 time=14.3 ms
64 bytes from minden027 (217.172.177.27): icmp_seq=5 ttl=54 time=12.2 ms

--- animesites.de ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4002ms
rtt min/avg/max/mdev = 12.221/13.151/14.391/0.714 ms
ping to themanaworld.org gives me:

Code: Select all

~ > ping themanaworld.org -c 5
PING themanaworld.org (66.35.250.210) 56(84) bytes of data.
64 bytes from vhost.sourceforge.net (66.35.250.210): icmp_seq=1 ttl=46 time=171 ms
64 bytes from vhost.sourceforge.net (66.35.250.210): icmp_seq=2 ttl=46 time=170 ms
64 bytes from vhost.sourceforge.net (66.35.250.210): icmp_seq=3 ttl=46 time=175 ms
64 bytes from vhost.sourceforge.net (66.35.250.210): icmp_seq=4 ttl=46 time=171 ms
64 bytes from vhost.sourceforge.net (66.35.250.210): icmp_seq=5 ttl=46 time=173 ms

--- themanaworld.org ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4002ms
rtt min/avg/max/mdev = 170.774/172.578/175.738/2.000 ms
For comparing here i have the ping to google.com

Code: Select all

~ > ping google.com -c 5
PING google.com (216.239.39.99) 56(84) bytes of data.
64 bytes from 216.239.39.99: icmp_seq=1 ttl=243 time=100 ms
64 bytes from 216.239.39.99: icmp_seq=2 ttl=243 time=102 ms
64 bytes from 216.239.39.99: icmp_seq=3 ttl=243 time=99.2 ms
64 bytes from 216.239.39.99: icmp_seq=4 ttl=243 time=99.1 ms
64 bytes from 216.239.39.99: icmp_seq=5 ttl=243 time=102 ms

--- google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4003ms
rtt min/avg/max/mdev = 99.113/100.789/102.734/1.652 ms
I think the speed is ok.. but gaming is sometimes to slow.. still now.. :(
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Hmm the update process has got a timeout of 15 seconds, so it can't be a timeout because you get a ping a lot lower than 15 s. I'm puzzled. Maybe posting the log again could help.

About the game being slow, you're the only one experiencing it? Maybe it's only because the server needs a reboot...
soap
Peon
Peon
Posts: 18
Joined: 13 Jul 2005, 23:51

Post by soap »

ok.. here is a new tmw.log:

Code: Select all

[21:41:28] Using video driver: x11
[21:41:28] Possible to create hardware surfaces: no
[21:41:28] Window manager available: yes
[21:41:28] Accelerated hardware to hardware blits: no
[21:41:28] Accelerated hardware to hardware colorkey blits: no
[21:41:28] Accelerated hardware to hardware alpha blits: no
[21:41:28] Accelerated software to hardware blits: no
[21:41:28] Accelerated software to hardware colorkey blits: no
[21:41:28] Accelerated software to hardware alpha blits: no
[21:41:28] Accelerated color fills: no
[21:41:28] Available video memory: 0
[21:41:28] ResourceManager::get(graphics/images/login_wallpaper.png)
[21:41:28] ResourceManager::get(graphics/sprites/player_male_base.png)
[21:41:28] ResourceManager::get(graphics/sprites/player_male_hair.png)
[21:41:28] ResourceManager::get(graphics/gui/mouse.png)
[21:41:28] Sound::init() Initializing sound...
[21:41:29] Sound::info() SDL_mixer: 1.2.5 (compiled)
[21:41:29] Sound::info() SDL_mixer: 1.2.5 (linked)
[21:41:29] Sound::info() Driver: alsa
[21:41:29] Sound::info() Format: S16LSB
[21:41:29] Sound::info() Rate: 22050
[21:41:29] Sound::info() Channels: 2
[21:41:29] Window::Window("Updating...")
[21:41:29] ResourceManager::get(graphics/gui/vscroll_grey.png)
[21:41:29] ResourceManager::get(graphics/gui/bg_quad_dis.png)
[21:41:29] ResourceManager::get(graphics/gui/button.png)
[21:41:29] ResourceManager::get(graphics/gui/buttonhi.png)
[21:41:29] ResourceManager::get(graphics/gui/buttonpress.png)
[21:41:29] ResourceManager::get(graphics/gui/button_disabled.png)
[21:41:29] ResourceManager::get(graphics/gui/deepbox.png)
[21:41:29] ResourceManager::get(graphics/gui/vscroll_up_default.png)
[21:41:29] ResourceManager::get(graphics/gui/vscroll_down_default.png)
[21:41:29] ResourceManager::get(graphics/gui/hscroll_left_default.png)
[21:41:29] ResourceManager::get(graphics/gui/hscroll_right_default.png)
[21:41:29] ResourceManager::get(graphics/gui/vscroll_up_pressed.png)
[21:41:29] ResourceManager::get(graphics/gui/vscroll_down_pressed.png)
[21:41:29] ResourceManager::get(graphics/gui/hscroll_left_pressed.png)
[21:41:29] ResourceManager::get(graphics/gui/hscroll_right_pressed.png)
[21:41:29] Downloading: http://themanaworld.org/files/news.txt
[21:41:31] ResourceManager::release(graphics/gui/button.png)
[21:41:31] ResourceManager::release(graphics/gui/buttonhi.png)
[21:41:31] ResourceManager::release(graphics/gui/buttonpress.png)
[21:41:31] ResourceManager::release(graphics/gui/button_disabled.png)
[21:41:31] Window::~Window("Updating...")
[21:41:31] ResourceManager::release(graphics/gui/bg_quad_dis.png)
[21:41:31] State: EXIT
[21:41:31] Configuration::write(customcursor, "1")
[21:41:31] Configuration::write(fpslimit, "0")
[21:41:31] Configuration::write(guialpha, "0.8")
[21:41:31] Configuration::write(homeDir, "/home/soap/.tmw")
[21:41:31] Configuration::write(host, "animesites.de")
[21:41:31] Configuration::write(hwaccel, "0")
[21:41:31] Configuration::write(joytolerance, "10")
[21:41:31] Configuration::write(musicVolume, "15")
[21:41:31] Configuration::write(opengl, "0")
[21:41:31] Configuration::write(port, "6901")
[21:41:31] Configuration::write(remember, "1")
[21:41:31] Configuration::write(screen, "0")
[21:41:31] Configuration::write(sfxVolume, "100")
[21:41:31] Configuration::write(sound, "1")
[21:41:31] Configuration::write(updatehost, "http://themanaworld.org/files")
[21:41:31] Configuration::write(username, "soap")
[21:41:31] ResourceManager::release(graphics/gui/mouse.png)
[21:41:31] ResourceManager::release(graphics/gui/deepbox.png)
[21:41:31] ResourceManager::release(graphics/gui/hscroll_left_default.png)
[21:41:31] ResourceManager::release(graphics/gui/hscroll_left_pressed.png)
[21:41:31] ResourceManager::release(graphics/gui/hscroll_right_default.png)
[21:41:31] ResourceManager::release(graphics/gui/hscroll_right_pressed.png)
[21:41:31] ResourceManager::release(graphics/gui/vscroll_down_default.png)
[21:41:31] ResourceManager::release(graphics/gui/vscroll_down_pressed.png)
[21:41:31] ResourceManager::release(graphics/gui/vscroll_grey.png)
[21:41:31] ResourceManager::release(graphics/gui/vscroll_up_default.png)
[21:41:31] ResourceManager::release(graphics/gui/vscroll_up_pressed.png)
[21:41:31] ResourceManager::release(graphics/images/login_wallpaper.png)
[21:41:31] ResourceManager::release(graphics/sprites/player_male_base.png)
[21:41:31] ResourceManager::release(graphics/sprites/player_male_hair.png)
[21:41:31] ResourceManager::~ResourceManager() cleaned up 293 references to 13 resources
hmm.. i think the speed question is a problem of myself.. perhaps the firewall or something..
Locked