Problème ACRE
Publié : 29 juil. 2013, 14:15
Nous avons un problème depuis la sortir de la V0.74, c'est un problème avec ACRE.
Visiblement le mod ACRE/Jayarma3lib est cassé, la solution semblerait d'utiliser Jayarma2lib qui serait une version plus ancienne que jayarma3lib et donc avec moins de problème avec de nouvelles fonctions.
si vous êtes au courant merci de partager vos connaissances sur le sujet. Ca aurait éventuellement un lien avec une modification sur la gestion des variables (An
uninitialized variable may cause logic errors in the future - This is due to the changes made to undefined variables in the latest update. Should be breaking craploads of mods and missions.
).
http://forums.bistudio.com/showthread.p ... a-3/page34
Code:
Error in expression <
};
_args = _args + _str;
};
_return = _JERR_ERR_U;
_call = _functionName + ",">
Error position: <_JERR_ERR_U;
_call = _functionName + ",">
Error Undefined variable in expression: _jerr_err_u
File x\jayarma2lib\addons\common\XEH_preinit.sqf, line 24
[1865,66.168,0,"XEH: PostInit Started"]
[1865,66.217,0,"CBA_VERSIONING: cba=1.0.4.198, "]
[1865,66.494,0,"XEH: PostInit Finished. State: _isClient=true, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=false, _playerCheckDone=true, _sp=true, _startInitDone=true, _postInitDone=true, _mpRespawn=false, _machineType=1, _sessionId=1, _level=0, _timeOut=false, _game=3, BIS_functions=L Alpha 1-1:1, group=L Alpha 1-1, player=<NULL-object>, _playerType="", _playerGroup=<NULL-group>"]
"JayArmA2Lib: ACTIVE"
Error in expression <= getPos player;
Anyone else got this? Is there a known fix for it?
This is due to the changes made to undefined variables in the latest update. Should be breaking craploads of mods and missions.
Un gars a apparemment édité un pbo de jayarma2lib ...
To fix the constant jaylib errors:
just need to edit a line in XEH_preijayarma2lib_common.pbo
change line 24 to
_return = 0;//_JERR_ERR_U;
here is a fixed up jayarma2lib_common.pbo you can just copy over your existing one:
mega.co.nz/#!eoIBTKBY!SxVVg1EV-dSW6KEtbgx_UC14Ynw1YCtu3AgmjRTfe8k
Visiblement le mod ACRE/Jayarma3lib est cassé, la solution semblerait d'utiliser Jayarma2lib qui serait une version plus ancienne que jayarma3lib et donc avec moins de problème avec de nouvelles fonctions.
si vous êtes au courant merci de partager vos connaissances sur le sujet. Ca aurait éventuellement un lien avec une modification sur la gestion des variables (An
uninitialized variable may cause logic errors in the future - This is due to the changes made to undefined variables in the latest update. Should be breaking craploads of mods and missions.
).
http://forums.bistudio.com/showthread.p ... a-3/page34
Code:
Error in expression <
};
_args = _args + _str;
};
_return = _JERR_ERR_U;
_call = _functionName + ",">
Error position: <_JERR_ERR_U;
_call = _functionName + ",">
Error Undefined variable in expression: _jerr_err_u
File x\jayarma2lib\addons\common\XEH_preinit.sqf, line 24
[1865,66.168,0,"XEH: PostInit Started"]
[1865,66.217,0,"CBA_VERSIONING: cba=1.0.4.198, "]
[1865,66.494,0,"XEH: PostInit Finished. State: _isClient=true, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=false, _playerCheckDone=true, _sp=true, _startInitDone=true, _postInitDone=true, _mpRespawn=false, _machineType=1, _sessionId=1, _level=0, _timeOut=false, _game=3, BIS_functions=L Alpha 1-1:1, group=L Alpha 1-1, player=<NULL-object>, _playerType="", _playerGroup=<NULL-group>"]
"JayArmA2Lib: ACTIVE"
Error in expression <= getPos player;
Anyone else got this? Is there a known fix for it?
This is due to the changes made to undefined variables in the latest update. Should be breaking craploads of mods and missions.
Un gars a apparemment édité un pbo de jayarma2lib ...
To fix the constant jaylib errors:
just need to edit a line in XEH_preijayarma2lib_common.pbo
change line 24 to
_return = 0;//_JERR_ERR_U;
here is a fixed up jayarma2lib_common.pbo you can just copy over your existing one:
mega.co.nz/#!eoIBTKBY!SxVVg1EV-dSW6KEtbgx_UC14Ynw1YCtu3AgmjRTfe8k