ItsMods

Full Version: Error : FS_HandleForFile : none free
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, I have this error : "FS_HandleForFile : none free" when I host a mod, but not all the time.
I have put my custom texture in a .iwd on MY web site.
I add dvar :
Code:
seta cl_wwwDownload "1"
seta sv_wwwBaseURL "http://**************/"
seta sv_wwwDlDisconnected "1"
seta sv_wwwDownload "1"

I have tested with a friend and the client dowload the file from my url and no error but with some players, I have an error.
Help please.
mu = multi upload?

you can't do that.....you need your own website/download source
no it's my own web site
Code:
seta sv_wwwDlDisconnected "0"

try that....otherwise i have no idea, mods work fine with my website dl link
I have tried sv_wwwDlDisconnected "0" but I have the error.
please help


EDIT.:

My files on the web site are on the folder :
http://******.com/mp_hitmax/
with
Code:
seta sv_wwwBaseURL "http://******.com/mp_hitmax/"

but I think it is wrong and it must be :
http://******.com/codbo/mods/mp_hitmax/
with
Code:
seta sv_wwwBaseURL "http://******.com/codbo/"
right ?

please help
If it works with one person, there is no problem with your config.

It's most likely a problem with the connection of the players that cannot connect to your fast dl server.
Thank, but what is the value of sv_wwwBaseURL ?
Code:
seta sv_wwwBaseURL "http://******.com/mp_hitmax/"
or
Code:
seta sv_wwwBaseURL "http://******.com/codbo/"
?
And how the players can connect to my fast dl server ? How to fix this ? Please.
(My web site is poor, it's free.fr and I believe there can be only one simultaneous connection)
(06-05-2011, 02:49)hitmax Wrote: [ -> ]Thank, but what is the value of sv_wwwBaseURL ?
Code:
seta sv_wwwBaseURL "http://******.com/mp_hitmax/"
or
Code:
seta sv_wwwBaseURL "http://******.com/codbo/"
?
And how the players can connect to my fast dl server ? How to fix this ? Please.
(My web site is poor, it's free.fr and I believe there can be only one simultaneous connection)

sometimes when the download link is slow or times out it reverts to using your local files on your computer which create the error as it happened to me a few times

(error happens because too many people at once are downloading the files afaik)
Also the url has to be http://troll.com/codbo/
inside /codbo/ you will need a directory called mp_awesomemod and in there the modfiles reside.
(06-05-2011, 03:18)SuperNovaAO Wrote: [ -> ]Also the url has to be http://troll.com/codbo/
inside /codbo/ you will need a directory called mp_awesomemod and in there the modfiles reside.

No. I'm pretty sure it is http://troll.com/codbo/ as base url and then mods/mp_awesomemod in there. At least this has been the case with call of dutys up to codWaw
Pages: 1 2