Help with server

Murphy0789

New Member
Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:37 Server error: Player without identity Murphy0789 (id 2021250525)
22:37:44 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_sidl/
22:37:45 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_PowLines_WoodL/
22:37:46 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_ind/
22:37:46 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_PowLines_ConcL/
22:37:48 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_ind_zebr/
22:37:49 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_sidl_2/
22:37:51 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_sidl_3/
22:38:00 "PRELOAD_ Functions\init [[<No group>:0 (FunctionsManager)],any]"
22:38:00 "MPframework inited"
22:38:00 Error in expression <;
_recompile = (count _this) > 0;


if (BIS_fnc_init && !_recompile) exitwith {t>
22:38:00 Error position: <BIS_fnc_init && !_recompile) exitwith {t>
22:38:00 Error Undefined variable in expression: bis_fnc_init
22:38:00 File ca\Modules\Functions\init.sqf, line 28
22:38:00 Warning Message: Script z\addons\dayz_code\compile\stream_locationFill.sqf not found
22:38:00 Warning Message: Script z\addons\dayz_code\system\server_monitor.sqf not found
22:38:02 No owner
22:38:02 "\z\addons\dayz_code\system\REsec.sqf:Monitoring Remote Exe..."
22:38:02 "Res3tting B!S effects..."
22:38:12 "Max: 20, Spawned: 9, Active: ["infectiousWaterholes\Topolka.sqf","infectiousWaterholes\Nadezdinho.sqf","infectiousWaterholes\Polana.sqf","infectiousWaterholes\Gvozdno.sqf","infectiousWaterholes\Kabanino.sqf","infectiousWaterholes\PobedaDam.sqf","infectiousWaterholes\NorthTopolka.sqf","infectiousWaterholes\Novy.sqf","infectiousWaterholes\Stary.sqf"]"
22:39:31 "get: STRING (76561198007374142), sent: STRING (76561198007374142)"
22:39:31 "Player UID#76561198007374142 CID#? PID#3(Murphy0789) as Survivor1_DZ, logged off at Wilderness [-187:-106]"
22:39:31 "ERROR: Cannot Sync Character Murphy0789 as no characterID"
22:39:31 Client: Remote object 2:4 not found
22:39:31 Client: Remote object 2:5 not found
22:39:31 Client: Remote object 2:6 not found
 
I don't believe that
Code:
22:38:00 Error in expression <;
_recompile = (count _this) > 0;


if (BIS_fnc_init && !_recompile) exitwith {t>
22:38:00 Error position: <BIS_fnc_init && !_recompile) exitwith {t>
22:38:00 Error Undefined variable in expression: bis_fnc_init
22:38:00 File ca\Modules\Functions\init.sqf, line 28

is an issue. I remember debugging this a while ago and it has todo with the way the core arma2 has changed over the last few years. Some of my servers would get this and some wouldn't .

Now this looks strange
Code:
22:38:00 Warning Message: Script z\addons\dayz_code\compile\stream_locationFill.sqf not found
22:38:00 Warning Message: Script z\addons\dayz_code\system\server_monitor.sqf not found

server_monitor.sqf - is part of the dayz_server.pbo
stream_locationFill.sqf - is that a file you downloaded?
 
Have not added anything this is a vilayer hosted server. I plan on adding dzms at some point once i get server running.
 
ugh. I moved away from them due to lack of response and/or code update over a year ago. back in 187, their control panel was rewriting core mysql packages for udpates too. It wasn't a good environment. Anyway, If its vanilla, it should run out of the box or else vilayer should fix it.

btw, you can get me on the dead return discord too. (skigoggles). lol
 
Just want to host my own server that friends can mess around on. And I can make my own changes too. Got discouraged with survivalservers and went to vilayer. Guess I should just move on. I followed your guide to host one from my own PC launched the server last night and error finding BEC.exe and I am unable to find the exe in any of my files. And didn't find the BEC.zip you mention in the guide.
 
Guess I should just suck it up get over and stick with playing on your server.

Have placed 2 tickets now and no response guess I should take the hint.
 
most of the time when you get errors like
Code:
22:38:00 Warning Message: Script z\addons\dayz_code\system\server_monitor.sqf not found
its due to the PBO not being packed properly

make sure your PBO's have the proper files in them (not sure which one so i always put in both)

$PBOPREFIX$
$PREFIX$


hers links to mine
SERVER
$PBOPREFIX$
$PREFIX$


your mission ones copy the above and edit them

EG if your mission is epoch cherno then the file will have just this in it

Dayz_Epoch_11.Chernarus

hope this helps :)
 
Back
Top