Jump to content
  • 0

Looking for a lil help w/vilayer server


Mr.Bojangles

Question

Hi folks,

 

I recently rented a server with vilayer and I'm trying to get it running with dayz epoch chernarus. Myself and others have not been able to log in due to getting the message "requesting character data from server" and then the log in hangs. Here is a copy/paste of my log file. Hoping someone might be able to help break this down into english and point me in the right direction:

 

 

# o group>:0 (FunctionsManager)],any]"
1:05:09 "DayZ Epoch: MPframework inited"
1:05:10 Error in expression <ompile\server_playerSetup.sqf"
fprivate ["_characterID","_playerObj","_playerID">
1:05:10 Error position: <["_characterID","_playerObj","_playerID">
1:05:10 Error Missing ;
1:05:10 File z\addons\dayz_server\compile\server_playerSetup.sqf, line 1
1:05:10 Error in expression <ompile\server_playerSetup.sqf"
fprivate ["_characterID","_playerObj","_playerID">
1:05:10 Error position: <["_characterID","_playerObj","_playerID">
1:05:10 Error Missing ;
1:05:10 File z\addons\dayz_server\compile\server_playerSetup.sqf, line 1
1:05:41 "Res3tting B!S effects..."
1:05:41 Warning: z\addons\dayz_communityassets\models\compass.p3d:0 Error while trying to generate ST for points: 863, 853, 852
1:05:42 "HIVE: Starting"
1:05:42 "server_monitor.sqf execution count = 1"
1:05:42 "HIVE: trying to get objects"
1:05:43 "HIVE: found 301 objects"
1:05:43 "HIVE: Commence Object Streaming..."
1:05:48 "HIVE: got 0 Epoch Objects and 301 Vehicles"
1:05:53 "Res3tting B!S effects..."
1:06:17 UH1Y_DZE: ObsTurret - unknown animation source ObsTurret
1:06:17 UH1Y_DZE: ObsGun - unknown animation source ObsGun
1:06:18 AH6X_DZ: FLIR_turret - unknown animation source FLIR_turret
1:06:18 AH6X_DZ: FLIR_gun - unknown animation source FLIR_gun
1:06:23 "HIVE: Vehicle Spawn limit reached!"
1:06:23 "HIVE: Spawning # of Debris: 500"
1:06:23 "HIVE: Spawning # of Ammo Boxes: 3"
1:06:23 "HIVE: Spawning # of Veins: 50"
1:06:23 "Total Number of spawn locations 5"
1:06:24 "EPOCH EVENTS INIT"
1:09:24 "get: STRING (236016582), sent: STRING (236016582)"
1:09:24 "DISCONNECT: Hellfire (236016582) Object: B 1-1-B:1 (Hellfire) REMOTE, _characterID: 0 at loc [-7240.88,19537.8,0.480408]"
1:09:24 "ERROR: Cannot Sync Character Hellfire as no characterID"
1:09:24 Client: Remote object 3:6 not found
1:09:24 WARNING: Function 'name' - 2bfd2040# 1056056: man_survivor.p3d has no unit
1:09:24 - network id 3:5
1:09:24 - person George Smith
1:09:24 - dead
1:09:24 "ERROR: Cannot Sync Character Error: No unit as no characterID"
1:09:44 "CLEANUP: INITIALIZING CLEANUP SCRIPT"
1:10:38 Server: Object 3:15 not found (message 70)
1:14:44 "TIME SYNC: Local Time set to [2013,8,3,1,14]"
1:15:06 "RUNNING EVENT: supply_drop on [2014,5,15,1,15]"
1:15:41 "get: STRING (236016582), sent: STRING (236016582)"
1:15:41 "DISCONNECT: Hellfire (236016582) Object: B 1-1-B:1 (Hellfire) REMOTE, _characterID: 0 at loc [-7245.22,19535.3,1.08075]"
1:15:41 "ERROR: Cannot Sync Character Hellfire as no characterID"
1:15:41 Client: Remote object 3:14 not found
1:18:24 "get: STRING (167229574), sent: STRING (167229574)"
1:18:24 "DISCONNECT: Mr.BoJangles (167229574) Object: B 1-1-B:1 (Mr.BoJangles) REMOTE, _characterID: 0 at loc [-7244.94,19534.5,1.10791]"
1:18:24 "ERROR: Cannot Sync Character Mr.BoJangles as no characterID"
1:18:24 Client: Remote object 4:0 not found
1:18:24 Client: Remote object 4:6 not found
1:19:44 "TIME SYNC: Local Time set to [2013,8,3,1,
19]"

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

File z\addons\dayz_server\compile\server_playerSetup.sqf, line 1

 

Copy/paste your first 5 lines from that file plz. Did you change that file at all ?

 

I see a : fprivate ["_characterID","_playerObj","_playerID">

 

fprivate ?

Link to comment
Share on other sites

  • 0

Vilayer has different directories than the one you listed. I was able to find the file you mentioned in:

 

vilayercodecustom\dayz_epoch\compile

 

The first few lines are:

 

fprivate ["_characterID","_playerObj","_playerID","_dummy","_worldspace","_state","_doLoop","_key","_primary","_medical","_stats","_humanity","_lastinstance","_friendlies","_randomSpot","_position","_debug","_distance","_hit","_fractures","_score","_findSpot","_pos","_isIsland","_w","_clientID","_spawnMC","_namespace"];

//diag_log ("SETUP: attempted with " + str(_this));

_characterID = _this select 0;
_playerObj = _this select 1;
_playerID = getPlayerUID _playerObj;

if (isNull _playerObj) exitWith {
    diag_log ("SETUP INIT FAILED: Exiting, player object null: " + str(_playerObj));

 

 

I haven't messed with this file at all. A few addon scripts for items such as blood bag etc have been added to the server.

 

Any help is very much appreciated. Been stuck on this for days.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...