Davinel 0 Posted April 27, 2020 First i found a bug , dont know why but i got this : 20:32:16 File exile_server\code\ExileServer_system_database_query_insertSingle.sqf..., line 16 in-game thats create a Error: bambie creation timeout. you fix it to into the file : ExileServer_system_database_query_insertSingle.sqf you changing that : private["_parameters", "_query", "_result"]; _parameters = _this; _query = [0, ExileServerDatabaseSessionId, _parameters] joinString ":"; _result = call compile ("extDB2" callExtension _query); (_result select 1) select 0 By that : private["_parameters", "_query", "_result"]; _parameters = _this; _query = [0, ExileServerDatabaseSessionId, _parameters] joinString ":"; _result = call compile ("extDB2" callExtension _query); (_result select 1) select 0> (not true thats dont fix the problem but after that it let me spawn) and it work. second problem , i cannot play the game with battleye. when BE is activated i got (my friend too) player without identity or we are just kick. Im on linux ubuntu server with a docker , im using a webpanel manager (pterodactyl) somoene can help me ? Share this post Link to post Share on other sites
z80cpu 37 Posted April 28, 2020 Hello @Davinel - BE produces a log of all errors. This must be viewed before anyone can help you. And if you view them, you should see what is causing the error too. 🙂 1 Share this post Link to post Share on other sites
Davinel 0 Posted April 28, 2020 Hello thank you The problem its i dont find any RPT log or BE log into all the panel A idea where it can be located ? Share this post Link to post Share on other sites
Davinel 0 Posted April 28, 2020 BE Problem Fixed A problem with the connexion A port was not allocated to my docker Share this post Link to post Share on other sites