Page 1 of 1

getting error when updateing first time

Posted: 28 Nov 2010, 03:25
by kurai
new to this game and im getting an error every time i try to login and it starts to update was wondering if i could get a few pointers how to fix this


jay@dhcp-185:~$ tmw
curl error 28: Connection time-out host: http://updates.themanaworld.org/resources2.txt
curl error 28: Connection time-out host: http://updates.themanaworld.org/resources2.txt
curl error 42: Callback aborted host: http://updates.themanaworld.org/resources2.txt
Error: ItemDB: Error while loading items.xml!

copied directly from my terminal

Re: getting error when updateing first time

Posted: 28 Nov 2010, 06:00
by Kage
Can you reach those URLs though your browser?

Re: getting error when updateing first time

Posted: 28 Nov 2010, 16:31
by kurai
yeah they just show a bunch of gibberish to me lol

Re: getting error when updateing first time

Posted: 28 Nov 2010, 17:18
by Kage
kurai wrote:yeah they just show a bunch of gibberish to me lol
interesting... not sure why you client is having issues getting downloads.

My suggestion would be trying to give the client the data directly and just skip downloads. There are a number of ways of doing this. But the easiest would be to git clone the data from here: http://gitorious.org/tmwdata/ Then use the -d option to point the client to the data, and the -u option to skip updates.

Something kinda like this:

Code: Select all

cd
git clone git://gitorious.org/tmwdata/mainline.git tmwdata
tmw -d ~/tmwdata -u
Once you get the data you can just run the last line when you want to start the client. Once in awhile you need to do this:

Code: Select all

cd ~/tmwdata
git pull
This will ensure your client data is up to date.