Page 3 of 3

Re: Here's Alpha 18!

Posted: Fri Aug 09, 2013 12:40 pm UTC
by Unregistered
&quot wrote:

Are you using debs to install? Also, could you post the full output of crashlog.txt in the the Troubleshooting forum?

Hi Ishq, thanks


Re: Here's Alpha 18!

Posted: Mon Aug 12, 2013 9:40 am UTC
by Unregistered

Using Ubuntu 12.04, there is an error installing the .pk3 :

$ sudo dpkg-reconfigure unvanquished-common
[...]
Donwloading from: http://downloads.sourceforge.net/projec ... ed/Assets/
[...]
Downloading map-Eden-b3.pk3Â* to /var/games/unvanquished/main...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
FAILED.


Re: Here's Alpha 18!

Posted: Mon Aug 12, 2013 1:32 pm UTC
by Viech
Unregistered wrote:

map-Eden-b3.pk3Â*

This looks like some form of encoding bug. I'll redirect this to someone hwo might know how to fix it.


Re: Here's Alpha 18!

Posted: Mon Aug 12, 2013 1:51 pm UTC
by Anomalous

Doesn't happen here… random thought – what locale are you using? Could you try sudo bash -x /usr/sbin/unvanquished-download-paks? (That will output what commands are being executed.) Could you then retry, prefixing the command with LANG=C?


Re: Here's Alpha 18!

Posted: Mon Aug 12, 2013 2:52 pm UTC
by Viech

It is also possible that the display bug has nothing to do with the file not found error you get. Are you in france? The french sourceforge mirrors have been out-of-sync in the past. So you might want to try downloading and installing the pk3 files to /var/games/unvanquished/main/ manually. You can find them here.


Re: Here's Alpha 18!

Posted: Mon Aug 12, 2013 3:21 pm UTC
by Unregistered
&quot wrote:

Doesn't happen here… random thought – what locale are you using? Could you try sudo bash -x /usr/sbin/unvanquished-download-paks? (That will output what commands are being executed.) Could you then retry, prefixing the command with LANG=C?

This works :
$ LANG=C sudo bash -x /usr/sbin/unvanquished-download-paks

Seems there is indeed an issue with using ubuntu with the french locale as I do. Thank you !