Page MenuHomeFeedback Tracker

allowedLoadFileExtensions -> Snakes scripts
Closed, ResolvedPublic

Description

20:40:40 Could not load '\A3\animals_f\Snakes\scripts\randomize.sqf'. Extension not listed in allowedLoadFileExtensions

allowedPreprocessFileExtensions[] = {"sqf"};

Details

Legacy ID
648113945
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Error Message
Steps To Reproduce

If set allowedLoadFileExtensions[] = {"sqf"}; in Server.cfg

Client Spams in the Client-rpt: Could not load '\A3\animals_f\Snakes\scripts\randomize.sqf'. Extension not listed in allowedLoadFileExtensions

Event Timeline

Lotus edited Steps To Reproduce. (Show Details)Jun 13 2015, 8:51 PM
Lotus set Category to Error Message.
Lotus set Reproducibility to Always.
Lotus set Severity to None.
Lotus set Resolution to No Bug.
Lotus set Legacy ID to 648113945.May 8 2016, 12:13 PM

Have you also got

allowedLoadFileExtensions[] = {"sqf"};

?

Lotus added a subscriber: Lotus.May 8 2016, 12:13 PM

If set allowedLoadFileExtensions[] = {"sqf"}; in Server.cfg

Client Spams in the Client-rpt: Could not load '\A3\animals_f\Snakes\scripts\randomize.sqf'. Extension not listed in allowedLoadFileExtensions

Cannot reproduce it.

allowedLoadFileExtensions[] = {0}; //disable any loadfile

indeed produces:

Could not load '\A3\animals_f\Snakes\scripts\randomize.sqf'. Extension not listed in allowedLoadFileExtensions

but

allowedLoadFileExtensions[] = {"sqf"};

works as intended.

please use recommended security settings in your server.cfg
https://community.bistudio.com/wiki/server.cfg#Server_Security
note: works fine at 1.46.131175 server & client

1 week without response, considering resolved.