-
Content count
32 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Breau
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
if you want to send me the files I can host them up on my web server too permanently.
-
-
I've been doing fine so far with filter and using the battleye filter tools on this forums, except this execption here I can't seem to figure out: This is the kick I get: #39 "peName nil}) }}}}) then { _target = nil; };; private["_units"]; _units = playableUnits; _target = if ((isNil {_target} || " and this is what I get from the battle eye filter tool !="["\x\cba\addons\common\fnc_createMarker.sqf",".sqf",0,false,false,false,"CBA","Entities","createMarker"]" I add it to line 41, but it just does not go away. any help ?
-
im going to switch to winblows. Thanks for the help tough appreciate it
-
lol same exact error. The exile server launch and it reconize the ryamzombies as well, just not the exile. I went and re copy it and re ran the command you give earlier and it did the same thing as well.
-
Edit nvm it's not working still doing the same thing if I add \ before the ;. but leaving it the way you put it there it gives me the error below 6:39:34 SteamAPI initialization failed. Steam features wont's be accessible! 6:39:34 Cannot register unknown string STR_MULTI_TITLE_OFFICIAL_SERVERS 6:39:34 Initializing stats manager. 6:39:34 Stats config disabled. 6:39:34 sessionID: 33cbcf8a08ef3d2b9804cfd1771410863b622d0b 6:39:34 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! Cannot open file '/home/dsfsdfdsfs/Steam/steamapps/common/arma/@exile\addons\exile_psycho_ural' 6:39:34 Critical:Destroying running thread! 6:39:34 Critical:Destroying running thread! 6:39:34 Critical:Destroying running thread! 6:39:34 Critical:Destroying running thread! 6:39:34 Critical:Destroying running thread! 6:39:34 Critical:Destroying running thread! ./start.sh: line 1: 9289 Segmentation fault (core dumped) ./arma3server -cfg=basic.cfg -config=config.cfg -name=default -port=2366 -autoinit -mod="@exile;@ryanzombies;" -servermod="@exileserver"
-
Thanks still getting the same message tough
-
Not sure if it's the right part of the forums for this but I setup my linux server then installed arma, copied all my mods into the folder. so in the main Arma 3 server directory I have @Exile, @ExileServer and @RyanZombies here is my start sh line ./arma3server -cfg=basic.cfg -config=config.cfg -name=default "-mod=@Exile\;@RyanZombies\;@ExileServer" -port=2366 -autoinit When I try to launch I get this message spamming my console (rpt): Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.exile_client 19:03:34 Mission Exile.Altis read from bank. Missing addons detected: exile_client Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.exile_client 19:03:34 Mission Exile.Altis read from bank. ^CMissing addons detected: exile_client Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.exile_client Here is what is shown on the rpt on the top 19:08:05 hashShort = 'dad4948e' 19:08:05 name | modDir | default | origin | hash | hashShort | fullPath 19:08:05 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19:08:05 @ExileServer | @ExileServer | false | GAME DIR | b123e5207efd98ff18549f8f356f0e3fbb3c2e05 | 8905a4dc | /home/mysupersecretusername/Steam/steamapps/common/Arma 3 Server/@ExileServer 19:08:05 Ryan's Zombies & Demons | | false | NOT FOUND | | | @RyanZombies/ 19:08:05 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | | 19:08:05 Arma 3 Marksmen | mark | true | GAME DIR | 8a8bc2a7d7ad8251bcc82f29aea6d3f34ebffb3d | 1c11a244 | /home/mysupersecretusername/Steam/steamapps/common/Arma 3 Server/mark 19:08:05 Arma 3 Helicopters | heli | true | GAME DIR | 1614a75b4d3cceb5d296ca4101a589fba596aa5e | 9a800f11 | /home/mysupersecretusername/Steam/steamapps/common/Arma 3 Server/heli 19:08:05 Arma 3 Karts | kart | true | GAME DIR | 41f70c200a668f39e52eedf55e0c6f494aef1903 | c9867676 | /home/mysupersecretusername/Steam/steamapps/common/Arma 3 Server/kart 19:08:05 Arma 3 Zeus | curator | true | GAME DIR | fb1eec1e78a39cd021a71a293ae4ae1e00c98686 | 44f886e | /home/mysupersecretusername/Steam/steamapps/common/Arma 3 Server/curator 19:08:05 Arma 3 | A3 | true | NOT FOUND | | | 19:08:05 ========================================================================================================================================================================================================== I tried the mods line without the "\" and as well by putting them around the mods but no dice. The server launch and I can see it on-line just cannot get it to recognize the mod. Any ideas ?
-
I am using MySQL on linux Debian. When I check the my.cnf I dont have strict mode on sql-mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
-
No it still happens once in a while, when a new person wants to join the server if the server has been or for a while it will error out at bambi creation. I restart and it's fine it adds the record to the database.
-
So I took off CBA and taskforce and it works. But it comes back again if the server is online for too long as well. So when I reboot the server it's fine after for a bit.
-
it seems to be since I updated arma today. It was working fine last night. I am running mysql on debian not windows as well but it should not matter anyways. This is my extdb logs [20:52:17:614210 --3:00] [Thread 3796] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`exile`.`player`, CONSTRAINT `player_ibfk_1` FOREIGN KEY (`account_uid`) REFERENCES `account` (`uid`) ON DELETE CASCADE) [mysql_stmt_errno]: 1452 [mysql_stmt_sqlstate]: 23000 [statemnt]: INSERT INTO player SET account_uid = ?, name = ?[20:52:17:614461 --3:00] [Thread 3796] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session[20:52:17:614500 --3:00] [Thread 3796] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: createPlayer:myplayid:mmyplayernamehere
-
So I had my server setup last night was working fine. I updated arma 3 server today and since then I get stuck on Bambi Creation Timeout ... My Extdb Logs give the error below. I went back and set sqlmode again when I do SELECT @@global.sql_mode I get 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'. Re installed VC 2015 as well rebooted the box it self. Any ideas ? [20:52:17:614210 --3:00] [Thread 3796] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`exile`.`player`, CONSTRAINT `player_ibfk_1` FOREIGN KEY (`account_uid`) REFERENCES `account` (`uid`) ON DELETE CASCADE) [mysql_stmt_errno]: 1452 [mysql_stmt_sqlstate]: 23000 [statemnt]: INSERT INTO player SET account_uid = ?, name = ? [20:52:17:614461 --3:00] [Thread 3796] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session [20:52:17:614500 --3:00] [Thread 3796] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: createPlayer:myplayid:mmyplayernamehere
-
I did your tutorial above and it When I run SELECT @@GLOBAL.sql_mode I get this 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' I am still stuck on requesting bambi creation timeout. Any ideas ?
-
I feel your pain
- 876 replies
-
- 1
-
- mod
- relentless
-
(and 3 more)
Tagged with: