Jckz (Youtube) 1 Report post Posted February 1, 2016 As title suggests, When I have CBA enabled I get "Bambi Creation Timeout" causing no one to play, does anyone have a fix for this? Would be amazing Share this post Link to post Share on other sites
Jckz (Youtube) 1 Report post Posted February 2, 2016 anyone? Share this post Link to post Share on other sites
Jckz (Youtube) 1 Report post Posted February 3, 2016 please Share this post Link to post Share on other sites
John 540 Report post Posted February 3, 2016 CBA and EXILE do not mix, suggest you don't use CBA. Share this post Link to post Share on other sites
Jerry_ 1 Report post Posted February 4, 2016 We have CBA working just fine on our server... Share this post Link to post Share on other sites
Jckz (Youtube) 1 Report post Posted February 4, 2016 19 hours ago, John said: CBA and EXILE do not mix, suggest you don't use CBA. What to use instead? 16 hours ago, Jerry_ said: We have CBA working just fine on our server... Did you get the error? Share this post Link to post Share on other sites
Jerry_ 1 Report post Posted February 4, 2016 We've never had an issue with CBA, never had to do anything to get it running smooth, just some BE filters. Share this post Link to post Share on other sites
F1Schu 45 Report post Posted February 5, 2016 22 hours ago, Jerry_ said: We've never had an issue with CBA, never had to do anything to get it running smooth, just some BE filters. John is correct, It is a well known fact that CBA and Exile don't play well together due to differences in the code for 'onPlayerConnected/Disconnected'. This causes database issues. CBA + Exile also introduces security risks from what I have read and been told by others. Until its been confirmed fixed my advise would be the same as John. Just bin CBA and any mods that require it then use ASDG Joint Rails stand alone for weapon scopes and attachments instead. Quote from Killswitch... The reason it appears that CBA "breaks" Exile is that CBA uses the stacked event system and the BIS stacked event system makes use of the onPlayerConnected andonPlayerDisconnected commands to handle the stacking system. When Exile starts, it actually disables the BIS stacked event system, which, as mentioned, CBA needs. CBA calls theBIS_fnc_addStackedEventHandler (for the onPlayerConencted event) after Exile has initialized, which restores the BIS system and, at the same time, disables the Exile onPlayerConnected event handler. The account creation step happens in the Exile onPlayerConnected handler which is disabled whenBIS_fnc_addStackedEventHandler"restores the order", so to speak. That's why the account isn't created. The solution to the problem is for Exile to change theExileServer_system_process_preInit.sqf file to use the BIS_fnc_addStackedEventHandlercommand to hook into theonPlayerConnected andonPlayerDisconnected events instead of calling onPlayerConnected andonPlayerDisconnected directly. That way, the Exile mod will work not only with CBA but with all other mods and missions that make use of the new system: Instead of onPlayerConnected {[_uid, _name] call ExileServer_system_network_event_onPlayerConnected}; onPlayerDisconnected {[_uid, _name] call ExileServer_system_network_event_onPlayerDisconnected}; they could use ["ExileOPC", "onPlayerConnected", {[_uid, _name] call ExileServer_system_network_event_onPlayerConnected}] call BIS_fnc_addStackedEventHandler; ["ExileOPD", "onPlayerDisconnected", Share this post Link to post Share on other sites
BrandonK 0 Report post Posted February 27, 2016 Hey guys, disclaimer: I am new to the Exile server scene. I too am having the "Bambi Creation" issue when using CBA. I've already looked into the DB solutions posted else where which did not resolve the issue. I'd really like to get this resolved as a handful of mods that I'd like to include on our server require CBA (Hollows Vehicle Pack, and almost all CUP mods). F1Schu, your post above mentions a quote from Killswitch that identifies the problem and potential solution. Is this something that server admins can implement or is this something that only the Exile devs can do? Thanks in advance for your help! Share this post Link to post Share on other sites
DeathInc 17 Report post Posted February 27, 2016 I beg to differ on the security hole part. I have run/played Wasteland servers that use CBA and we did not have these issues that supposedly exist. Share this post Link to post Share on other sites