bFe 16 Report post Posted September 16, 2015 Even though I have set up the MySQL server properly and entered the right info in the config, it still gives me this error.Also the logs folder isn't there or isn't being compiled.23:15:24 "ExileServer - Server is loading..."23:15:24 Client: Nonnetwork object 245bf400.23:15:24 "ExileServer - MySQL connection error!"23:15:24 "ExileServer - Please have a look at @ExileServer/extDB/logs/ to find out what went wrong."23:15:24 "ExileServer - MySQL Error: Unable to locate extDB2 extension!"23:15:24 "ExileServer - Server will shutdown now :("23:15:24 "SC/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (70.0035 ms)"Any ideas? Share this post Link to post Share on other sites
Dwarfer 50 Report post Posted September 16, 2015 @bFeProblem sounds like you are missing the Visual C++ Redistributable Packages for Visual Studio 2010/2013. You need to make sure you have the 32bit not 64.. Or just install both :-) Share this post Link to post Share on other sites
bFe 16 Report post Posted September 16, 2015 (edited) Though I see now that I haven't altered any of the extDB settings. Should I leave it as default?I'll try and install the redis packages also, thanks for the tip.By extDB settings, I mean this:[RemoteAccess];; Remote TCP Access to extDB2Enable = falsePort = xxxxMaxThreads = 4MaxQueued = 4IdleTime = 120Password = xxxx Edited September 16, 2015 by bFe Share this post Link to post Share on other sites
EDG 47 Report post Posted September 17, 2015 Redis is not needed sounds like you did not change you data base info to match the config of the game. Share this post Link to post Share on other sites
Flow 252 Report post Posted September 17, 2015 did you copy the two dlls into arma root folder (tbbmalloc, etc.). Also unblock it on windows server Share this post Link to post Share on other sites
Mezo 1264 Report post Posted September 17, 2015 Another thing to try is allowing the DLL files through the windows firewall. Had some problems with that but it seemed to fix it. Share this post Link to post Share on other sites
bFe 16 Report post Posted September 17, 2015 Thanks for the replies.The DLL files are unblocked and I have installed the Visual C+ packs required, still no dice.I'll give the firewall thing a try tomorrow. Share this post Link to post Share on other sites
Lenymo 12 Report post Posted September 17, 2015 Obviously make sure the username/pass are correct for your sever and if you are using infistar make sure you are on the latest version. I was getting the same issue until I updated infistar and everything synced up correctly. Share this post Link to post Share on other sites
Torndeco 233 Report post Posted September 18, 2015 If you have no extDB2 logsThat means either you have dlls blocked, vs2013 x86 (x86 not the 64bit version) redist is not installed.Or you have place the dlls in the wrong location Share this post Link to post Share on other sites
Rythron 25 Report post Posted September 18, 2015 (edited) i think it has something to do with the config.cpp files in the pbo server files like in infistar and the custom traders ACiDy Configurable Spawn & Trade. They use the same class preInit.class CfgFunctions { class a3_infiSTAR_Exile { class main { file = "a3_infiSTAR_Exile"; class preInit { preInit = 1; // postInit = 1; }; }; }; }; and ACIDy class CfgFunctions { class acdsz { class Bootstrap { file = "custom\acd_sz\bootstrap"; class preInit { preInit = 1; }; class postInit { postInit = 1; }; }; class FiniteStateMachine { file = "custom\acd_sz\fsm"; class main { ext = ".fsm"; }; }; class fileExists { file = "custom\acd_sz\functions"; class fileExists {}; }; }; };when I don't boot with ACIDy no problems.When I don't boot with infistar same problem so something in ACIDy causing the problem? Edited September 18, 2015 by Rythron Share this post Link to post Share on other sites