• 0
The Walking Bread

[FIXED][LINUX]Call extension 'extDB2' could not be found

Question

Hey guys, having massive problems after updating my Server, the binary file is 32 bit but the extDB2 still cant be loaded.

extDB2 logs are not generated because well, how if its not loading :D

16:18:36 "ExileServer - Example: Use arifle_Katiba_F instead of arifle_Katiba_ACO_pointer_snds_F."
Call extension 'extDB2' could not be found
16:18:36 "ExileServer - MySQL connection error!"
16:18:36 "ExileServer - Please have a look at @ExileServer/extDB/logs/ to find out what went wrong."
16:18:36 "ExileServer - MySQL Error: Unable to locate extDB2 extension!"
16:18:36 "ExileServer - Server will shutdown now :("
Call extension 'extDB2' could not be found
16:18:36 "Player/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (126.999 ms)"
16:18:36 "[SNEAK_BUILDINGS] Loading sneak_buildings_server addon."
16:18:36 "Player/BIS_fnc_log: [preInit] SneakBuildingsServer_fnc_SneakBuildings_preInit (0.999451 ms)"
16:18:36 "[SNEAK_CUSTOMS] Loading sneak_server addon."
16:18:36 "Player/BIS_fnc_log: [preInit] SneakServer_fnc_Sneak_preInit (0.999451 ms)"
16:18:36 "DMS :: Initializing Static Mission Variables"
16:18:36 "DMS :: Initializing Dynamic Mission Variables"
16:18:36 "Player/BIS_fnc_log: [preInit] DMS_fnc_DMS_preInit (21.9994 ms)"
16:18:36 Connected to Steam servers
Call extension 'ARMA_LOAD' could not be found
16:18:36 "<infiSTAR.de> 0 - Thread #1: Server Loop #1 starting"
16:18:36 "<infiSTAR.de> 0 - Thread #1: Server Loop #1 looping now!"
16:18:36 "Player/BIS_fnc_log: [script] initServer.sqf"
16:18:36 "Player/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"
16:18:36 "Player/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"
16:18:36 "Player/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"
16:18:36 "Player/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"
16:18:36 "Player/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"
16:18:36 "ExileServer - Job with handle 10000 added."
16:18:36 "ExileServer - Job with handle 10001 added."
16:18:36 "ExileServer - Job with handle 10002 added."
16:18:36 "ExileServer - Job with handle 10003 added."
16:18:36 Weather was forced to change
16:18:36 "ExileServer - Job with handle 10004 added."
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
Call extension 'extDB2' could not be found
16:18:36 "ExileServer - Job with handle 10005 added."
16:18:36 "ExileServer - Initializing game world..."
16:18:36 "ExileServer - Loading families from database..."
Call extension 'extDB2' could not be found

 

Edited by The Walking Bread

Share this post


Link to post
Share on other sites

10 answers to this question

  • 1

Its not mine idea, but it works! How we fix it:

1. copy extDB2.so to root arma folder

2. rename it to @ExileServer\extDB2.so

dont forget to escape '\'

type it in linux console

cp extDB2.so @ExileServer\\extDB2.so

3. restart server

4. Now new directory extDB w'll be created in root folder. Copy folder sql_custom_v2 from \@ExileServer\extDB to \extDB

 5. restart server

it looks very bad (slash in name) but it works.

 

Screenshot_1.jpg.fe657a9a7d0ae5f3ff77d7dfc29ade67.jpg

  • Like 2

Share this post


Link to post
Share on other sites
  • 0

Seems like there is a work around found for it, there is a post on this already in the mega  bug thread 1.68 

use this performance build version for linux, fixes the extdb2 error, call extension ARMA_LOAD not found is not fixed yet..

 

https://www.dropbox.com/sh/582opsto4mmr8d8/AABGmPFGJUK1a0ZmKi_4Tst7a/168perf/perf01?dl=0&preview=arma3server_performance_168_140940_v01_linux.zip

edit:
This file came straight from the BIS Arma 3 Forum and is a official build. 
This build: 1.68.190940 works with the current client 1.68.190908
 

Edited by flyingdutchmen
  • Like 2

Share this post


Link to post
Share on other sites
Advertisement
  • 0
8 hours ago, NIkita Bel said:

Its not mine idea, but it works! How we fix it:

1. copy extDB2.so to root arma folder

2. rename it to @ExileServer\extDB2.so

dont forget to escape '\'

type it in linux console


cp extDB2.so @ExileServer\\extDB2.so

3. restart server

4. Now new directory extDB w'll be created in root folder. Copy folder sql_custom_v2 from \@ExileServer\extDB to \extDB

 5. restart server

it looks very bad (slash in name) but it works.

 

Screenshot_1.jpg.fe657a9a7d0ae5f3ff77d7dfc29ade67.jpg

Tried this first and it worked, thanks everyone for the help!

Share this post


Link to post
Share on other sites
  • 0
3 hours ago, Fin ¯\_(ツ)_/¯ said:

This isnt working for me it is saying:

cp: cannot stat 'extDB2.so': No such file or directory

What idiot mistake have i made?

Thanks

 

You probably didn't copy the .so file first do this 

 

Navigate to the folder @ExileServer then execute the following commands.  

 

cp -rf extDB/ extdb-conf.ini extDB2.so ../ 

then execute the following 

cd ../ 

then

mv extDB2.so  @ExileServer\\extDB2.so

Then try starting the server again.

 

 

Share this post


Link to post
Share on other sites
  • 0
14 minutes ago, [SeC8] ArchNemesis said:

You probably didn't copy the .so file first do this 

 

Navigate to the folder @ExileServer then execute the following commands.  

 

cp -rf extDB/ extdb-conf.ini extDB2.so ../ 

then execute the following 

cd ../ 

then

mv extDB2.so  @ExileServer\\extDB2.so

Then try starting the server again.

 

 

Thanks alot, this worked however, now i get this error:

Arma server error 3.png

Share this post


Link to post
Share on other sites
  • 0
5 minutes ago, Fin ¯\_(ツ)_/¯ said:

Thanks alot, this worked however, now i get this error:

Arma server error 3.png

 

Not real sure about that one,  mine didn't throw any of those errors,  mine doesn't have a lot of addons though so, venturing a guess that it is addon related

Share this post


Link to post
Share on other sites
  • 0
7 minutes ago, [SeC8] ArchNemesis said:

Not real sure about that one,  mine didn't throw any of those errors,  mine doesn't have a lot of addons though so, venturing a guess that it is addon related

Thankyou though, you really helped fix one issue!

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.