server-docker icon indicating copy to clipboard operation
server-docker copied to clipboard

ERROR: Could not download necessary files

Open paulogagliardi opened this issue 9 months ago • 2 comments

niclaslindstedt/nquakesv is giving the error:

============= nQuake server ============== Using settings:

  • HOSTNAME=#Cotemig98 KTX Docker Server
  • PORT=28501
  • SERVER_ADMIN=Paulo [email protected]
  • REPORT_URL=https://badplace.eu
  • REPORT_KEY=askmeag
  • RCON_PASSWORD=************
  • SERVER_IP=paulogiovanni.ddns.net Downloading necessary files... ERROR: Could not download necessary files

I think the https addresses below must be updated to correct in entrypoint.sh file in the image niclaslindstedt/nquakesv

[ ! -f /nquake/id1/pak0.pak ] && { echo -n "Downloading necessary files..." (wget -qO qsw106.zip https://github.com/nQuake/distfiles/raw/master/qsw106.zip
&& wget -qO sv-non-gpl.zip https://github.com/nQuake/distfiles/raw/master/sv-non-gpl.zip) || error "Could not download necessary files" echo "OK"

Please, can you analyze?

paulogagliardi avatar Apr 19 '25 01:04 paulogagliardi

I think the correct adresses are:

https://github.com/nQuake/distfiles/releases/download/snapshot/qsw106.zip

https://github.com/nQuake/distfiles/releases/download/snapshot/sv-non-gpl.zip

paulogagliardi avatar Apr 19 '25 20:04 paulogagliardi

the nquake.ini in client-win32 (which is what all the installers point to) references the correct base url (https://github.com/nQuake/distfiles/releases/download/snapshot) but something in this apparently doesn't, i assume @paulogagliardi knows why.

ciscon avatar Apr 20 '25 19:04 ciscon