Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Meow

Members
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1
  1. Just wanted to provide an update. These issues have been corrected by the support team. Thanks!
  2. #Mee2 - exact same issue. I submitted a ticket 12 hours ago. I had just to stop the server altogether. I was thinking of moving the server site but came here first before following up with another ticket. I see that moving sites does not fix the issue either so I will wait n see.
  3. @PSN_steven1230, Did just that.. Thanks for the quick responses to this issue...
  4. @PSN_steven1230, Did just that.. Thanks for the quick responses to this issue...
  5. Here is the culprit "MeleeHatchet_DZE". If I go in to the inventory system, there no listing for "MeleeHatchet_DZE". I did find and added "ItemHatchet_DZE" to the custom loadout.. But when i respawn, I have the same issue.. Gray_Screen that requires ALT-F4 to restart the game... When I use "ItemHachet" in the place of "MeleeHatchet_DZE", i can respawn without any issue. BUT... I cannot use the hatchet as a weapon.. it tells me its out of ammo. No swings left. Its nice to have pin-point the issue... now to figure out to spawn with the Custom Loadout with a hatchet that is usable.. Meow =*.*=
  6. Here is the culprit "MeleeHatchet_DZE". If I go in to the inventory system, there no listing for "MeleeHatchet_DZE". I did find and added "ItemHatchet_DZE" to the custom loadout.. But when i respawn, I have the same issue.. Gray_Screen that requires ALT-F4 to restart the game... When I use "ItemHachet" in the place of "MeleeHatchet_DZE", i can respawn without any issue. BUT... I cannot use the hatchet as a weapon.. it tells me its out of ammo. No swings left. Its nice to have pin-point the issue... now to figure out to spawn with the Custom Loadout with a hatchet that is usable.. Meow =*.*=
  7. EUREKA MOMENT! So the problem that I first reported showed up again. Here is what i have discovered as the culprit... //Customize fresh spawn loadout DefaultMagazines = ["ItemBandage","ItemBandage","ItemMorphine","ItemPainkiller","ItemWaterbottleBoiled","FoodSteakCooked"]; DefaultWeapons = ["ItemMap","ItemFlashlight","MeleeHatchet_DZE","ItemCompass","Itemtoolbox"]; DefaultBackpack = ["DZ_Patrol_Pack_EP1"]; DefaultBackpackWeapon = [""]; When I remove this line in the mission/init.sqf, repack, upload, die in a mission = no issues... Place said loadout in init.sqf = die, respawn to Gray Screen. have to Alt-F4 to come back in with said loadout... Remove the above loadout and everything works fine - minus the loadout of course.... Any Ideas? Meow =*.*=
  8. EUREKA MOMENT! So the problem that I first reported showed up again. Here is what i have discovered as the culprit... //Customize fresh spawn loadout DefaultMagazines = ["ItemBandage","ItemBandage","ItemMorphine","ItemPainkiller","ItemWaterbottleBoiled","FoodSteakCooked"]; DefaultWeapons = ["ItemMap","ItemFlashlight","MeleeHatchet_DZE","ItemCompass","Itemtoolbox"]; DefaultBackpack = ["DZ_Patrol_Pack_EP1"]; DefaultBackpackWeapon = [""]; When I remove this line in the mission/init.sqf, repack, upload, die in a mission = no issues... Place said loadout in init.sqf = die, respawn to Gray Screen. have to Alt-F4 to come back in with said loadout... Remove the above loadout and everything works fine - minus the loadout of course.... Any Ideas? Meow =*.*=
  9. @PSN_steven1230: Problem fixed. After a few hours of research, it was determined that InifiSTAR was the issue. Removed the InfiSTAR and everything worked. This issue started two days ago and with the new InfiSTAR update, all is well again. I think it had to do with the Trade From Vehicle script i was trying to add. Anyways, it was corrected with removing the _canBuild statements and then updating InfiSTAR. leason learned.... Meow =*.*=
  10. @PSN_steven1230: Problem fixed. After a few hours of research, it was determined that InifiSTAR was the issue. Removed the InfiSTAR and everything worked. This issue started two days ago and with the new InfiSTAR update, all is well again. I think it had to do with the Trade From Vehicle script i was trying to add. Anyways, it was corrected with removing the _canBuild statements and then updating InfiSTAR. leason learned.... Meow =*.*=
  11. Running Epoch 1.0.5.1 - InfiSTAR updated to 2014/10/09 After a players death, they are given the gender selection. After the gender selection made, the player will spawn for a split second will see the coastline, but then will go straight to a grey screen. nothing works and they have to Alt-F4 on order to rejoin the game.. No errors on RPT. I tried the death to Grey Screen and this is what i see in my Local RPT file. if (_unit dista> Error Undefined variable in expression: bis_fnc_findsafepos File z\addons\dayz_code\compile\zombie_loiter.sqf, line 19 Error in expression _unit moveTo _pos; } else { _unit domove _pos; }; > Error position: <_pos; } else { _unit domove _pos; }; > Error Undefined variable in expression: _pos File z\addons\dayz_code\compile\zombie_loiter.sqf, line 28 Error in expression _unit setVariable ["myDest",_pos]; > Error position: <_pos]; > Error Undefined variable in expression: _pos File z\addons\dayz_code\compile\zombie_loiter.sqf, line 33 "DayZ Epoch: PRELOAD Functions\init [[:0 (FunctionsManager)],any]" "DayZ Epoch: MPframework inited" Error in expression <; _recompile = (count _this) > 0; if (BIS_fnc_init && !_recompile) exitwith {t> Error position: Error Undefined variable in expression: bis_fnc_init File ca\Modules\Functions\init.sqf, line 28 Any Ideas?
  12. Running Epoch 1.0.5.1 - InfiSTAR updated to 2014/10/09 After a players death, they are given the gender selection. After the gender selection made, the player will spawn for a split second will see the coastline, but then will go straight to a grey screen. nothing works and they have to Alt-F4 on order to rejoin the game.. No errors on RPT. I tried the death to Grey Screen and this is what i see in my Local RPT file. if (_unit dista> Error Undefined variable in expression: bis_fnc_findsafepos File z\addons\dayz_code\compile\zombie_loiter.sqf, line 19 Error in expression _unit moveTo _pos; } else { _unit domove _pos; }; > Error position: <_pos; } else { _unit domove _pos; }; > Error Undefined variable in expression: _pos File z\addons\dayz_code\compile\zombie_loiter.sqf, line 28 Error in expression _unit setVariable ["myDest",_pos]; > Error position: <_pos]; > Error Undefined variable in expression: _pos File z\addons\dayz_code\compile\zombie_loiter.sqf, line 33 "DayZ Epoch: PRELOAD Functions\init [[:0 (FunctionsManager)],any]" "DayZ Epoch: MPframework inited" Error in expression <; _recompile = (count _this) > 0; if (BIS_fnc_init && !_recompile) exitwith {t> Error position: Error Undefined variable in expression: bis_fnc_init File ca\Modules\Functions\init.sqf, line 28 Any Ideas?