Jump to content
HurriCnz

error in expression

Recommended Posts

Hey guys, im trying to get infistar to work but i'f came across a problem wich I have no clue what to do.

the error message that comes up is the following

Spoiler

14:32:10 Error in expression <S_P','BMCloos'
];
_blacklistedVariables append ['fnc_infiAdminKeyDown'];
 
 
_UMH_>
14:32:10   Error position: <append ['fnc_infiAdminKeyDown'];
 
 
_UMH_>
14:32:10   Error append: Type Bool, expected Array
14:32:10 File a3_infiSTAR\A3AH.sqf, line 238
14:32:10 Error in expression <S_P','BMCloos'
];
_blacklistedVariables append ['fnc_infiAdminKeyDown'];
 
 
_UMH_>
14:32:10   Error position: <append ['fnc_infiAdminKeyDown'];
 
 
_UMH_>
14:32:10   Error Generic error in expression
14:32:10 File a3_infiSTAR\A3AH.sqf, line 238
14:32:10 Wrong init state

 

wich in the A3AH.sqf directs to this line

Spoiler

_blacklistedVariables append ['fnc_infiAdminKeyDown'];

 

if anyone could help me with this, it would be gladly apreciated

Share this post


Link to post
Share on other sites

They don't respond to instalation problems so I came to seek help here

Share this post


Link to post
Share on other sites

You need to provide more code for check, the Error append: Type Bool, expected Array says that you want to append Boolean instead array.

Share this post


Link to post
Share on other sites
19 minutes ago, davidoss said:

You need to provide more code for check, the Error append: Type Bool, expected Array says that you want to append Boolean instead array.

I don't know what more to provide, Maybe this?

 

Spoiler

_blacklistedVariables append ['fnc_infiAdminKeyDown'];


_UMH_ARRAY = [
	["getText(configfile >> 'RscDisplayInventory' >> 'controls' >> 'EpochBTN1' >> 'onMouseButtonDown')",'RscDisplayInventory >> EpochBTN1','onMouseButtonDown'],
	["getText(configfile >> 'RscDisplayInventory' >> 'controls' >> 'EpochBTN2' >> 'onMouseButtonDown')",'RscDisplayInventory >> EpochBTN2','onMouseButtonDown'],
	["getText(configfile >> 'TapOut' >> 'controls' >> 'tapout' >> 'action')",'TapOut','action'],
	["getText(configfile >> 'TapOut' >> 'controls' >> 'tapout' >> 'onKeyDown')",'TapOut','onKeyDown'],
	["getText(configFile >> 'RscDisplayOptionsVideo' >> 'controls' >> 'G_VideoOptionsControls' >> 'controls' >> 'HideAdvanced' >> 'OnButtonClick')",'RscDisplayOptionsVideo >> HideAdvanced','OnButtonClick'],
	["getText(configFile >> 'RscDisplayOptions' >> 'controls' >> 'BCredits' >> 'OnButtonClick')",'RscDisplayOptions >> BCredits','OnButtonClick'],
	["getText(configFile >> 'RscDisplayOptions' >> 'controls' >> 'ButtonCancel' >> 'OnButtonClick')",'RscDisplayOptions >> ButtonCancel','OnButtonClick'],
	["getText(configFile >> 'RscDisplayOptions' >> 'controls' >> 'ButtonCancel' >> 'action')",'RscDisplayOptions >> ButtonCancel','action'],
	["getText(configFile >> 'RscDisplayOptions' >> 'controls' >> 'BGameOptions' >> 'action')",'RscDisplayOptions >> BGameOptions','action'],
	["getText(configFile >> 'RscDisplayOptions' >> 'controls' >> 'BConfigure' >> 'action')",'RscDisplayOptions >> BConfigure','action'],
	["getText(configFile >> 'RscDisplayMPInterrupt' >> 'controls' >>'ButtonAbort' >> 'action')",'RscDisplayMPInterrupt >> ButtonAbort','action'],
	["getText(configFile >> 'RscDisplayMPInterrupt' >> 'controls' >>'ButtonAbort' >> 'OnButtonClick')",'RscDisplayMPInterrupt >> ButtonAbort','OnButtonClick']
];
_UMH_ARRAYSERVER = [];
{
	_string = call compile (_x select 0);
	_sarray = toArray _string;
	_UMH_ARRAYSERVER pushBack _sarray;
} forEach _UMH_ARRAY;

This is the funtion itself
http://pastebin.com/4umeEYnV

 

Share this post


Link to post
Share on other sites
2 hours ago, HurriCnz said:

They don't respond to instalation problems

 

Then ask for your money back

  • Like 1

Share this post


Link to post
Share on other sites

HurriCnz your infiSTAR_config.sqf should define the _blacklistedVariables array, you might have deleted/broken it in that file?
But just write an email directly to support@infistar.de 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×