

Config:

Even changed [Database2] to [AltisLife]
Tried changing the database name to Altis Life.
Also tried changing the IP to localhost and the servers IP.
Thanks for taking a look

Code: Select all
15:43:40 Error in expression <F={_z=_z-_c;_f setpos [_x,_y,_z];_z};[0,0,0]>
15:43:40 Error position: <_f setpos [_x,_y,_z];_z};[0,0,0]>
15:43:40 Error Undefined variable in expression: _f
Code: Select all
private ["_PrivateVariable"];
You know how I could find the error and correct it?Caliban55 wrote:Nice that i worked with the extDB also.
The error you are seeing there is because of an undefined private variable in a function (the logfile will tell you in which a bit further down). Whoever wrote that function did not define the variable correctly through adeclaration. If it is a function that is used frequently, the error will be reported in the .RPT file each time. And it is also using a slow setPos command instead of a faster setPosATL, or setPosASL...Code: Select all
private ["_PrivateVariable"];
You can try to report this error to the person who wrote this function, or in the Github bugtracker.
Code: Select all
private ["_f"];
Code: Select all
https://mega.co.nz/#!N15FVYSJ!NsHAnIRW0a717t_rR7vRmx0dFk_xyygvofaMm6boaHg
Code: Select all
"arma3server.exe" -config=servercfg\A3server.cfg -cfg=servercfg\Users\Administrator\Arma3Alpha.cfg -profiles=servercfg -port=2366 -enableHT -cpuCount=8 -mod=@extDB;@life_server -maxMem=7512 -noSound -exThreads=8 -nosplash server=server netlog=true
Code: Select all
arma3server.exe -config=servercfg\A3server.cfg -cfg=servercfg\Users\Administrator\Arma3Alpha.cfg -profiles=servercfg -port=2366 -enableHT -loadMissionToMemory -autoInit -mod=@extDB;@life_server;
EDIT:SlickNick wrote:Yeah, I didn't configure the launch parameters but ill use those![]()
![]()
Below is a link to the .pbo Thank you for all your help man![]()