autodownload server problem

Locked
antiflux
Posts: 2
Joined: Fri May 26, 2006 3:34 am

autodownload server problem

Post by antiflux »

hey i have a problem, everytime i connect to the server which is running the rocket arena 4 mod i get this problem when i try to autodownload the map... for some reason the server always drops the 'a' in arena, which then makes the download fail.

if this a bug or can it be fixed?

download for 69.xxx.xxx.xx:1905: http://www.disposablethought.com/bigjer ... 4beta1.pk4


here are the cmds im using in the server

seta net_serverDownload "2"
seta net_serverDlTable "*"
seta net_serverDlBaseURL "http://www.disposablethought.com/bigjerknerd/
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

Check to see if it still happens when you set:
seta net_serverDlTable "rena/antira4beta1.pk4"

Explicitly.
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
antiflux
Posts: 2
Joined: Fri May 26, 2006 3:34 am

Post by antiflux »

yea i found out nothing can fix it, it is a bug with quake4 on a linux server. something to do with the linux file system
AnthonyJa
Posts: 47
Joined: Sun Nov 26, 2000 8:00 am

Post by AnthonyJa »

Na, you're wrong. Theres two fixes you can do.

1. upgrade to 1.2.1 - currently only available for linux, although the fault applies to Windows as well.

2. Remove all trailing slashes from fs_*path cvars. This includes fs_savepath, and fs_basepath. ie:

./q4ded.x86 +set fs_savepath "/some/dir/" <-- bad
./q4ded.x86 +set fs_savepath "/some/dir" <-- good

See TTimo's .plan update re 1.2.1:

http://www.bluesnews.com/cgi-bin/finger ... 0428132859
Locked