Jump to content
HazJ

[SOLVED] callExtension - Insufficient system resources

Recommended Posts

Hi all,

Having issue with .dll extension for database. I get this error in RPT:

Call extension 'ArmaSQL' could not be loaded: Insufficient system resources exist to complete the requested service.

Any ideas? Don't think it is the .dll extension itself but then again don't know what else it could be. Rig:

i7 8700k

1080 Ti

64 GB DDR4

Should be enough "resources" lol.

@PixeL_GaMMa

Share this post


Link to post
Share on other sites

Can you show the sql statement you are passing? Or is this from first initialization of the library? Have you also placed the libmariadb files into Arma 3 directory? (required by the addon initialization process)

Share this post


Link to post
Share on other sites
[] call server_fnc_mysql_init; // this causes the message output

wastelandDB = ["XXX", "XXX", "XXX", "XXX", XXX] call server_fnc_mysql_connect;

 

Share this post


Link to post
Share on other sites

Solved.

Updated all DLLs. I also put the library DLLs in the server mod folder, these must be in the root as they aren't ArmA DLL extensions. Also remember to unblock DLLs, you have to do it again if you re-download it seems too.

  • Like 2

Share this post


Link to post
Share on other sites
On 8.6.2018 at 6:46 AM, HazJ said:

Insufficient system resources exist to complete the requested service.

== Blocked by Battleye. But shouldn't be happening on a Server.

Share this post


Link to post
Share on other sites

If anyone else freshly installed, has this problem and is looking for a simple solution:
Restarting the PC after installing helped me resolve this.

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×