Jump to content
  • 0

white screen error


liamR

Question

5 answers to this question

Recommended Posts

  • 0
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

  • 0
1 hour ago, liamR said:

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

  • 0

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

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...