Jump to content
Abd El Rahman

Error with mysql and extDB

Recommended Posts

Hello


 


I create a lakeside server and all files is working but there problem on mysql and extDB v 35


The log of server :



0 setFog [(((_initialFog / _maximumFog) call drn_fnc_fogOdds) * _>
13:51:10 Error position: </ _maximumFog) call drn_fnc_fogOdds) * _>
13:51:10 Error Zero divisor
13:51:10 File mpmissions\ArmA3Life.LakesideValley\weather.sqf, line 285
13:51:13 Unable to get file version size: C:\SERVICES\ni1041856_1_SHARE\ftproot\arma3\@extDB\extDB.dll
13:51:13 "extDB: Version: 35"
13:51:13 "extDB: Connected to the Database"
13:51:13 Warning Message: Script \life_server\initA3L.sqf not found
13:52:06 Client: Local object 2:1073 not found
13:52:06 Server: Object info 2:1073 not found during Changing Owner
13:52:55 Warning Message: Picture images\fahrerlizenz.paa not found
14:00:42 Client: Remote object 3:0 not found
14:18:43 Class destroyed with lock count 2

The problem is not read anything on database or save, i dont know why.


 


extdb-conf.ini:



[Main]
;Threads = 0
; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2)
; Linux Chroot Environment might only Detect 1 CPU Cores i.e bind /proc

Randomize Config File = false
;This is a legacy option to randomize config file for Arma2 Servers.


[Rcon]
;; This is functional, should be working fine. Just needs abit of testing on a live Server

Port = 2303
Password = 2019@Alex


[Steam]
;; This is for VAC Protocol for VAC Bans + Steam Friends.
;; This currently has a bug in it, will be fixed next version.
;; Think of it as tech preview option.
;; https://steamcommunity.com/dev/apikey
API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


[VAC]
;; This feature requires Steam + Rcon to be enabled.
;; Also this feature is called via SQF Code atm, i.e it doesn't auto detect players joining server yet....

Auto Ban = false

;; For Player to get banned ( their total VAC Bans => NumberOfVACBans) AND ( Days Since their Last Ban was <= DaysSinceLastBan)
;; This is also used extDB Protocol VAC:VACBanned returned results
NumberOfVACBans = 1
DaysSinceLastBan = 999999999

BanDuration = 0
;; 0 = Forever, otherwise its x Minutes
BanMessage = Steam VAC Banned


[Log]
;; This is just config options for Rcon Logging + BE Logging
;; Has no effect on extDB Logging
Mode = sync
;; sync / async
;; ASync is just kinder on your Harddrive, may be lose of data in the event of a crash.


[Database1]
;; Example of SQLite
Type = SQLite
Name = sqlite.db

minSessions = 1
; minSession Default Value = 1

;maxSessions = 4
; maxSession Default Value = number of Main->Threads
; You really should leave this value alone
idleTime = 60
; idleTime no Default Value yet, needs to be defined.
; idleTime is the time before a database session is stopped if not used.
; If Database Sessions are greater than minSessions


[AltisLife]
;; Example of MySQL
;; AtlisLifeRPG uses Database2 by default
Type = MySQL
Name = ni1041856_1_DB

Username = ni1041856_1_DB
Password = 2019Alex
IP = ms586.nitrado.net
Port = 3306

minSessions = 1
;maxSessions = 4
idleTime = 60

compress = false
; Should only use this if MySQL server is external. Also only for MySQL

Secure Auth = false
; Recommend you turn this on

Pls if there anyone can help me, help pls


 


Regards, Abd-El-Rahman


Share this post


Link to post
Share on other sites

Judging by your error message I'd say you have to allow filepatching on your server or it wont be able to load those unpacked scripts from the server directory.

Add -filePatching to your arma3server command line, and allowedFilePatching = 1; to your server.cfg.

Oh and you really shouldn't post your mysql login data on here.

  • Like 1

Share this post


Link to post
Share on other sites

Judging by your error message I'd say you have to allow filepatching on your server or it wont be able to load those unpacked scripts from the server directory.

Add -filePatching to your arma3server command line, and allowedFilePatching = 1; to your server.cfg.

Oh and you really shouldn't post your mysql login data on here.

Thank you very much

I use nitrado host for that i cant use arma3server , on nitrado host no accsess windows control , do you have other solve?

Share this post


Link to post
Share on other sites

Judging by your error message I'd say you have to allow filepatching on your server or it wont be able to load those unpacked scripts from the server directory.

Add -filePatching to your arma3server command line, and allowedFilePatching = 1; to your server.cfg.

Oh and you really shouldn't post your mysql login data on here.

Hello,

I bought a dedicated server, However , I do it you say it but problem still, Pls say to me what to you need , To know what the problem.

Regards,Abd-El-Rahman

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

×