Jump to content
  • 0

Stuck On loading screen, urgent


TwoBeer1290

Question

Firstly, Hi!

 

Secondly, I cant find a fix anywhere!

 

 

I get stuck on the second loading screen of my server, its brand new with mods recently installed, rather confused. My friend logged in LAST night before the mods were installed. Below you can see screenshots of my exact issue and time of freeze: 
 
Mission file load : OK
mission_file_dayz.png
 
 
Server first loading : OK
first_loading_screen_dayz.png
 
 
Server second loading : STUCK
second_loading_dayz.png
 
Cant anyone help? 
 
- Cannot change map or versions = mod loss
 
 
Thanks!!!
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

I'm use wai\dzms\dzai

Example :

1)OLD 1.0.4.2a

[] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";
[] ExecVM "\z\addons\dayz_server\WAI\init.sqf";
call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";
allowConnection = true;
sm_done = true;
publicVariable "sm_done";
2)New 1.0.5.1
allowConnection = true;
[] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";
[] ExecVM "\z\addons\dayz_server\WAI\init.sqf";
call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";
sm_done = true;
publicVariable "sm_done";
 
Change , and problem solved 
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...