2.0 Worldspace Save Issu

Finest

Well-Known Member
Hello Guys,
we Working with Reality and 2.0
The problem ist.
My Server is saving the Inventory / Backpack / Medical status all is fine.

But every 5th logout my worldspace would not be saved.
that mean i log off and Spawn in another Town or Wilderniss ...

Anyone got the same problem ?
 
Sorry but you're gonna have to provide a little more info for me to be able to help.

- Is this "every 5th logout" really consistent? Does it happen to other players? Does it happen when you do different things?
- Are you logging off correctly?
- Are there any errors in the HiveExt log?
 
in our log files i cant find any errors.
The Problem is that me an other player get radome spawns on logout that means around every 5th logout
i got all my gear but my worldspace i randome
its not a worldpsace ive been a few horse before its a randome worldspace ...:/
 
Can you see IF it saves the worldspace value correctly in the database before you get the random spawn? (So keep checking every time you logout to see if therr's any abnormalities)
 
Here are some issus in my .rpt file

i use reality !

Code:
19:20:32 Error in expression <ata"];
_key = _this;
 
_data = "HiveExt" callExtension _key;
 
_resultArray = call>
19:20:32  Error position: <callExtension _key;
 
_resultArray = call>
19:20:32  Error callextension: Type Array, expected String
19:20:32 File z\addons\dayz_server\init\server_functions.sqf, line 102
19:20:32 Error in expression <ata"];
_key = _this;
 
_data = "HiveExt" callExtension _key;
 
_resultArray = call>
19:20:32  Error position: <callExtension _key;
 
_resultArray = call>
19:20:32  Error Generic error in expression
19:20:32 File z\addons\dayz_server\init\server_functions.sqf, line 102

Code:
_character =    _this select 0;
_magazines =    _this select 1;
_>
19:22:32  Error position: <select 0;
_magazines =    _this select 1;
_>
19:22:32  Error select: Type Object, expected Array,Config entry
19:22:32 File z\addons\dayz_server\compile\server_playerSync.sqf, line 20
19:22:32 Error in expression <;
 
_character =    _this select 0;
_magazines =    _this select 1;
_>
19:22:32  Error position: <select 0;
_magazines =    _this select 1;
_>
19:22:32  Error Generic error in expression
19:22:32 File z\addons\dayz_server\compile\server_playerSync.sqf, line 20
19:22:32 "CLEANUP: DELETED 1 LOOT BAGS"
19:22:33 Error in expression <;
 
_character =    _this select 0;
_magazines =    _this select 1;
_>
19:22:33  Error position: <select 0;
_magazines =    _this select 1;
_>
19:22:33  Error select: Type Object, expected Array,Config entry
19:22:33 File z\addons\dayz_server\compile\server_playerSync.sqf, line 20
19:22:33 Error in expression <;
 
Hm, I thought I fixed those errors already.. Must've forgot to push them to the Reality repo.

However, I am currently quite busy, but I think I'll have some time to apply the fixes maybe at the end of the week.
 
I've uploaded some fixes to the Reality repo after finally having some time. You're either gonna have to wait for thevisad to merge them or put them in yourself :)

Edit: they're merged now :)
 
Code:
10:50:59 Error in expression <ata"];
_key = _this;
 
_data = "HiveExt" callExtension [_key];
 
_resultArray = ca>
10:50:59  Error position: <callExtension [_key];
 
_resultArray = ca>
10:50:59  Error callextension: Type Array, expected String
10:50:59 File z\addons\dayz_server\init\server_functions.sqf, line 102
10:50:59 Error in expression <ata"];
_key = _this;
 
_data = "HiveExt" callExtension [_key];
 
_resultArray = ca>
10:50:59  Error position: <callExtension [_key];
 
_resultArray = ca>
10:50:59  Error Generic error in expression
10:50:59 File z\addons\dayz_server\init\server_functions.sqf, line 102

change [_key] back to _key
 
year allways done !
here is a good rpt log!

11:12:01 "ERROR: server_playerSync: Cannot Sync Player wodan [13751]. Position in debug! [3048.92,6303.63,1.44925]"
11:12:15 "ERROR: server_playerSync: Cannot Sync Player wodan [13751]. Position in debug! [2869.26,6287.43,1.43564]"
 
Back
Top