liamR Posted October 12, 2017 Report Share Posted October 12, 2017 when i log into my server, i get a white screen or a crash, this gyazo shows the errors. https://gyazo.com/750d3fbef6a4aec16497e0cc21a04cd0 can anyone help? thanks Link to comment Share on other sites More sharing options...
0 BennyD101 Posted October 13, 2017 Report Share Posted October 13, 2017 Is there anything else showing in your log other then a Warning Message? Link to comment Share on other sites More sharing options...
0 salival Posted October 13, 2017 Report Share Posted October 13, 2017 8 hours ago, liamR said: when i log into my server, i get a white screen or a crash, this gyazo shows the errors. https://gyazo.com/750d3fbef6a4aec16497e0cc21a04cd0 can anyone help? thanks I don't think that's the full reason you're not loading in. Please post a complete server RPT and client RPT to dropbox or similar. To find this logfile: C:\users\<YOUR WINDOWS USERNAME>\AppData\Local\Arma 2 OA\ArmA2OA.RPT Link to comment Share on other sites More sharing options...
0 liamR Posted October 13, 2017 Author Report Share Posted October 13, 2017 Here is the dropbox link: https://www.dropbox.com/s/v8hccd2trihjoj7/RPT.txt?dl=0 Link to comment Share on other sites More sharing options...
0 salival Posted October 13, 2017 Report Share Posted October 13, 2017 1 hour ago, liamR said: Here is the dropbox link: https://www.dropbox.com/s/v8hccd2trihjoj7/RPT.txt?dl=0 Hi, I think it's because your infistar is disconnecting you. Find where you are storing your infistar files and find AH.sqf Find this code block and delete it: [] spawn { _INIT_OBJECT ='HeliHEmpty' createVehicle [0,0,0]; _INIT_OBJECT setVehicleInit " if(!isServer)then{ [] spawn { while {1 == 1} do { waitUntil {hintSilent str time; !isNull findDisplay 46}; diag_log '<infiSTAR.de> connected too early, server is still starting..!'; findDisplay 46 closeDisplay 0; sleep 0.3; }; }; }; "; processInitCommands; waitUntil {!isNil "BIS_MPF_remoteExecutionServer" && !isNil "BIS_MPF_InitDone" && !isNil "BIS_fnc_init" && !isNil "infiSTAR_INIT"}; clearVehicleInit _INIT_OBJECT; deleteVehicle _INIT_OBJECT; }; Because I can see this line in your client RPT: "<infiSTAR.de> connected too early, server is still starting..!" Link to comment Share on other sites More sharing options...
0 Airwaves Man Posted October 13, 2017 Report Share Posted October 13, 2017 Another thought on that, you are loading the DayZ Mod and the Epoch mod? Because your startparameter line loads the the Dayz Mod as well. You should disable the loading of the DayZ Mod. == "C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead\ArmA2OA.exe" -connect=89.35.29.34 -port=2302 "-name=LiamR" "-mod=D:\Steam Libary\steamapps\common\Arma 2;Expansion;C:\Users\LiamR\Documents\mods\@DayZ_Epoch" -password=************ -nopause -nosplash -mod-@DayZ -Nosplash Link to comment Share on other sites More sharing options...
Question
liamR
when i log into my server, i get a white screen or a crash, this gyazo shows the errors. https://gyazo.com/750d3fbef6a4aec16497e0cc21a04cd0
can anyone help? thanks
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now