Sign in to follow this  
Wang Coffin

Database issue

21 posts in this topic

This is the error that is scroll repeating when I boot my fresh install of exile 1.0.0 on Ubuntu 16.04.

if anyone can shed a light that would be helpful.

Spoiler

 0:15:27 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 20
 0:15:27 Error in expression <"extDB2" callExtension _query);
switch (_result select 0) do
{
case 0:
{
(format>
 0:15:27   Error position: <_result select 0) do
{
case 0:
{
(format>
 0:15:27   Error Undefined variable in expression: _result
 0:15:27 File exile_server\code\ExileServer_system_database_query_selectFull.sqf, line 16
 0:15:27 Error in expression <uery_selectFull;
_numberOfClans = count _clanIDs;
if (_numberOfClans > 0) then
>
 0:15:27   Error position: <_clanIDs;
if (_numberOfClans > 0) then
>
 0:15:27   Error Undefined variable in expression: _clanids
 

 

Share this post


Link to post
Share on other sites
Advertisement
Guest

I had this problem on Windows, When i copied server files etc to local PC, make sure the extdb.conf is set correctly with database.

Share this post


Link to post
Share on other sites
Guest

So if your using Windows, make sure the dll files you upload are unblocked, if you right click on them then properties and tick unblock.

 

Share this post


Link to post
Share on other sites
Guest

Where is the extdb2.so file? go to the location and on putty or what ever program your using do ldd extdb2.so

 

Share this post


Link to post
Share on other sites
7 minutes ago, AshleyIn1080p said:

Where is the extdb2.so file? go to the location and on putty or what ever program your using do ldd extdb2.so

 

just out of curiosity what is ldd

 

Share this post


Link to post
Share on other sites
Guest

Basicly find out the dymanic libraries executables load in the file, im gussing you dont have tbb or something installed hence why is said do ldd extd2.so, so we can see what one you dont have installed.

Share this post


Link to post
Share on other sites
19 minutes ago, AshleyIn1080p said:

Basicly find out the dymanic libraries executables load in the file, im gussing you dont have tbb or something installed hence why is said do ldd extd2.so, so we can see what one you dont have installed.

Spoiler

linux-gate.so.1 =>  (0xf77f0000)
        libtbbmalloc.so.2 => not found
        libdl.so.2 => /lib32/libdl.so.2 (0xf6cb1000)
        libm.so.6 => /lib32/libm.so.6 (0xf6c5c000)
        libpthread.so.0 => /lib32/libpthread.so.0 (0xf6c3f000)
        libc.so.6 => /lib32/libc.so.6 (0xf6a8c000)
        /lib/ld-linux.so.2 (0x56636000)
 

this is what i get when I run the ldd

and my extdb2.so is extDB2.so

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.