Jump to content

Setting up client error with extDB3


Daniel Sanchez
 Share

Recommended Posts

So im trying to install a fresh version of altis life 5.0 with extDB3 since i want to be able to run 64 bit. I have followed the many tutorials out there but every time i connect to the server i get "Setting up Client" screen. For some reason it does not want to connect to the database. I have checked all the names to make sure its trying to connect to the right database but still no luck. My logs really don't help much so any help would be nice. 

Here is the extdb3-conf file

[Main]
Version = 1

Randomize Config File = false
;; Randomizes Config File after loading.
;;   Recommend to turn on, if you have enabled filepatching on arma.

Allow Reset = false
;; Allows 9:RESET, usefull for development work

Thread = 0;
;; Option to force number of worker threads for extDB3.
;;   Auto = 0, Min = 2, Max = 6

[Log]
Flush = true;
;; Flush logfile after each update.
;;    Option really only usefull if running DEBUG BUILD


[altislife]
IP = 127.0.0.1
Port = 3306
Username = root
Password =  hidden
Database = altislife

Here is the Log

 

extDB3: https://bitbucket.org/torndeco/extdb3/wiki/Home
extDB3: Version: 1.028
extDB3: Windows Version
Message: All development for extDB3 is done on a Linux Dedicated Server
Message: If you would like to Donate to extDB3 Development
Message: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2
Message: Also leave a message if there is any particular feature you would like to see added.
Message: Thanks for all the people that have donated.
Message: Torndeco: 18/05/15


extDB3: Found extdb3-conf.ini
extDB3: Detected 4 Cores, Setting up 4 Worker Threads
extDB3: ...
extDB3: ...
extDB3: ...
extDB3: ...

 

Link to comment
Share on other sites

6 hours ago, Daniel Sanchez said:

I found 1 warning and 1 error, but never seen them before.

 

1) The first one is:

Quote

Warning Message: Script \life_server\init.sqf not found

Make sure you have the file init.sqf inside life_server folder and if its like as: https://github.com/AsYetUntitled/Framework/blob/master/life_server/init.sqf

 

2) There are some error on spyglass file:

Quote
  1. 10:02:00 Error in expression <ass\fn_initSpy.sqf"
  2.  
  3. exitWith {};
  4. if (isServer && !hasInterface) exitW>
  5. 10:02:00   Error position: <{};
  6. if (isServer && !hasInterface) exitW>
  7. 10:02:00   Error Missing ;
  8. 10:02:00 File mpmissions\__CUR_MP.Altis\SpyGlass\fn_initSpy.sqf, line 12
  9. 10:02:00 Error in expression <tis\SpyGlass\fn_initSpy.sqf"
  10.  
  11. exitWith {};
  12. if (isServer && !hasInterfa>
  13. 10:02:00   Error position: <exitWith {};
  14. if (isServer && !hasInterfa>
  15. 10:02:00   Error Undefined variable in expression: exitwith
  16. 10:02:00 File mpmissions\__CUR_MP.Altis\SpyGlass\fn_initSpy.sqf, line 12

Make a backup of the file: Altis_Life.ALtis\Spyglass\fn_initSpy.sqf and replace for those: https://github.com/AsYetUntitled/Framework/blob/master/Altis_Life.Altis/SpyGlass/fn_initSpy.sqf

Link to comment
Share on other sites

22 hours ago, joew said:

I found 1 warning and 1 error, but never seen them before.

 

1) The first one is:

Make sure you have the file init.sqf inside life_server folder and if its like as: https://github.com/AsYetUntitled/Framework/blob/master/life_server/init.sqf

 

2) There are some error on spyglass file:

Make a backup of the file: Altis_Life.ALtis\Spyglass\fn_initSpy.sqf and replace for those: https://github.com/AsYetUntitled/Framework/blob/master/Altis_Life.Altis/SpyGlass/fn_initSpy.sqf

i did what you have said and still no luck now im getting spyglass sees you type of error and i cant seem to whitelist the functions it needs because im getting this error

 

15:09:51 Error in expression < !hasInterface) exitWith {}; 
if ((call life_adminlevel) < 1) exitWith {};
hint >
15:09:51   Error position: <life_adminlevel) < 1) exitWith {};
hint >
15:09:51   Error Undefined variable in expression: life_adminlevel
15:09:51 File SpyGlass\fn_notifyAdmins.sqf [SPY_fnc_notifyAdmins], line 66

 

have you seen this type of error before?

Link to comment
Share on other sites

17 minutes ago, Daniel Sanchez said:

i did what you have said and still no luck now im getting spyglass sees you type of error and i cant seem to whitelist the functions it needs because im getting this error

 

15:09:51 Error in expression < !hasInterface) exitWith {}; 
if ((call life_adminlevel) < 1) exitWith {};
hint >
15:09:51   Error position: <life_adminlevel) < 1) exitWith {};
hint >
15:09:51   Error Undefined variable in expression: life_adminlevel
15:09:51 File SpyGlass\fn_notifyAdmins.sqf [SPY_fnc_notifyAdmins], line 66

 

have you seen this type of error before?

Just add the command to spy glass ini

Link to comment
Share on other sites

  • 1 month later...

You aren't the only one with this issue I've tried everything suggested it refuses to work. I'm gonna get some shut eye it's 5:30am and my brain is fried if nobody has found a solution to it when I return I'll try and look into fiddling with it some more. The only error I have is it isn't finding the init.sqf file in life_server everything else is perfectly fine on my end, I'm thinking it has something to do with extDB3 itself or possibly somewhere in the mountain of lines......

Link to comment
Share on other sites

On 7/6/2017 at 9:46 AM, Daniel Sanchez said:

bump

Okay my brain was so fried that I didn't even realize what was happening, I had this exact same issue and I found that I didn't make my life_server folder a .pbo so I made it a  .pbo and it fixed the issue so if you don't have the folders like this (@life_server>addons>life_server.pbo) it will give you the error you are getting. This is what fixed it for me.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.