Server report log issues with self actions like bloodbag and opening things

corkingx

Member
Since the new patch i had to remove Suv_col and then the server worked on epoch 1.0.3

Server running , everything bases and cars ported.

Seeems fine, only Players cannot use bloodbag or morphine or open close vehicles, dunno why.
i can on the server, and im admin there with infinistar though, trouble is i really dont see whats wrong?

can anyone help me? i didnt change anything to my server,

here is the rpt file

https://www.dropbox.com/s/t5jvzqpdldhkpg1/arma2oaserver.RPT.txt

here is the init from the server
https://www.dropbox.com/s/5hx7v019trto8nb/init.sqf

the selfactions script
https://www.dropbox.com/s/l9owprkm9d9ao2f/fn_selfActions.sqf

bloodbag script
https://www.dropbox.com/s/u0gohb4kjhy12kj/player_selfbloodbag.sqf

and last the treasure script wich u can see alot of reports in the rpt
https://www.dropbox.com/sm/create/Treasure.sqf FIXED

please help me out, my server and my people need you!
 
You're probably going to have to wait until infistar updates.
The current infistar version is only for 1.0.2.5 and older.
 
I think whatever is causing this error:
Code:
21:21:48 Error in expression <this setpos [12972.899,  12528.679, ];private _pos; _pos = getPos _this; _th>
21:21:48  Error position: <];private _pos; _pos = getPos _this; _th>
21:21:48  Error Missing [

Is erroring the rest of your scripts.

Looking at it, I would assume it's your mission.sqf.
 
getting this in rpt right now

Code:
22:32:23 Error in expression < compile format ["%1",_data];
_status = _result select 0;
 
if (_status == "Objec>
22:32:23  Error position: <_result select 0;
 
if (_status == "Objec>
22:32:23  Error Undefined variable in expression: _result
22:32:23 File z\addons\dayz_server\system\server_monitor.sqf, line 266
22:32:24 Error in expression < compile format ["%1",_data];
_status = _result select 0;
 
if (_status == "Objec>
22:32:24  Error position: <_result select 0;
 
and this
Code:
22:32:30 "DEBUG VEIN: Too many objects at [17076.7,10857]"
22:32:34 "DEBUG: Too many at [10456.9,16865]"
22:35:36 "get: STRING (96656326), sent: STRING (96656326)"
22:35:36 "DISCONNECT: BCAN (96656326) Object: B 1-1-A:2 (BCAN) REMOTE, _characterID: 0 at loc [125.965,158.182,46.1144]"
22:35:36 "ERROR: Cannot Sync Character BCAN as no characterID"
22:35:36 Client: Remote object 5:0 not found
22:35:36 Client: Remote object 3:3 not found
22:37:27 "TIME SYNC: Local Time set to [2013,8,3,16,37]"
 
Back
Top