Jump to content
Sign in to follow this  
usamarine6600

Server error code

Recommended Posts

Hi My name is Austin!

Im currently trying to start my exile server but I'm having some technical difficulties and well its going good but bad at the same time and its just me working on this lol and its really hard. Does anyone know what those means in the web console and how to fix this?

diag_log >

20:08:04 Error Undefined variable in expression: fnc_a3_customlog

20:08:04 File x\addons\a3_exile_occupation\scripts\occupationLog.sqf..., line 10

20:08:04 Error in expression <N")) then

{

[_fileName,_logDetail] call FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error position: <FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error Undefined variable in expression: fnc_a3_customlog

20:08:04 File x\addons\a3_exile_occupation\scripts\occupationLog.sqf..., line 10

20:08:04 Error in expression <N")) then

{

[_fileName,_logDetail] call FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error position: <FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error Undefined variable in expression: fnc_a3_customlog

20:08:04 File x\addons\a3_exile_occupation\scripts\occupationLog.sqf..., line 10

20:08:04 Error in expression <N")) then

{

[_fileName,_logDetail] call FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error position: <FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error Undefined variable in expression: fnc_a3_customlog

20:08:04 File x\addons\a3_exile_occupation\scripts\occupationLog.sqf..., line 10

20:08:04 Error in expression <N")) then

{

[_fileName,_logDetail] call FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error position: <FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error Undefined variable in expression: fnc_a3_customlog

20:08:04 File x\addons\a3_exile_occupation\scripts\occupationLog.sqf..., line 10

20:08:04 Error in expression <N")) then

{

[_fileName,_logDetail] call FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error position: <FNC_A3_CUSTOMLOG;

}

else

{

diag_log >

20:08:04 Error Undefined variable in expression: fnc_a3_customlog

20:08:04 File x\addons\a3_exile_occupation\scripts\occupationLog.sqf..., line 10

20:08:06 CallExtension 'vision' could not be found

20:08:09 CallExtension 'vision' could not be found

20:08:12 CallExtension 'vision' could not be found

20:08:15 CallExtension 'vision' could not be found

20:08:18 CallExtension 'vision' could not be found

20:08:21 CallExtension 'vision' could not be found

20:08:22 CallExtension 'vision' could not be found

20:08:22 CallExtension 'vision' could not be found

20:08:24 CallExtension 'vision' could not be found

20:08:27 CallExtension 'vision' could not be found

20:08:30 CallExtension 'vision' could not be found

20:08:33 CallExtension 'vision' could not be found

20:08:36 CallExtension 'vision' could not be found

20:08:39 CallExtension 'vision' could not be found

20:08:42 CallExtension 'vision' could not be found

20:08:42 CallExtension 'vision' could not be found

20:08:42 CallExtension 'vision' could not be found

20:08:45 CallExtension 'vision' could not be found

20:08:48 CallExtension 'vision' could not be found

20:08:51 CallExtension 'vision' could not be found

20:08:54 CallExtension 'vision' could not be found

20:08:57 CallExtension 'vision' could not be found

 

 

and maybe someone can help me with the infistar too lol that's be nice 🙂

 

Thanks!

Share this post


Link to post
Share on other sites
1 hour ago, usamarine6600 said:

a3_exile_occupation\scripts\occupationLog.sqf..., line 10

 

 

so at either line 9 or 10 in that script a value is being expected for a variable that has not yet been defined

so something like

_a = _b;

and _b has not been defined so _a has no value

 

You may be better asking the question in the scripting forums or on the exile mission thread

  • Like 1

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
Sign in to follow this  

×