Jump to content
  • 0

Waiting for Server to start authentication


SinisterXylene

Question

Hi,

 

i just set up my server and i get this error when logging in 'Waiting for Server to start authentication'.

After around 60 - 120 seconds it stops and puts me back into the connection screen.

I don't really understand my server log, but here it is:

 

http://pastebin.com/TnucFenL

 

If anyone can help me i would really appreciate it, thanks!

Link to comment
Share on other sites

21 answers to this question

Recommended Posts

  • 0

looks to me that it isn't even reading server pbo file for some reason

20:22:04 Warning Message: Script z\addons\dayz_server\init\server_functions.sqf not found
20:22:04 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf not found
20:22:04 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf not found
20:22:04 Warning Message: Script z\addons\dayz_server\system\server_monitor.sqf not found

Could be due to this, whatever it is

Conflicting addon dayz_server in 'backup1\', previous definition in 'backup\'
Conflicting addon dayz_server in 'dayz_server\', previous definition in 'backup\'
Link to comment
Share on other sites

  • 0

Quite frankly i have no idea but i'd rename them so their filenames end with .bak and .bak2 and see what happens, also check mission side in your init.sqf and compiles.sqf (i think) to see if those files that are "missing" actually are pointed in the right direction

Link to comment
Share on other sites

  • 0

Unfortunately this did not solve my problem.

 

Quite frankly i have no idea but i'd rename them so their filenames end with .bak and .bak2 and see what happens, also check mission side in your init.sqf and compiles.sqf (i think) to see if those files that are "missing" actually are pointed in the right direction

 

I appreciate the help though!

 

Still looking for a solution.

Link to comment
Share on other sites

  • 0

I read something about a $PREFIX$ file in your server pbo, however i don't seem to have it in there, is this a problem?

 

If it is then does anyone know a way of acquiring one?

 

EDIT: i installed a different pbo packer and packed my pbo, i know see the units screen flash, however i still get the error.

 

Here is a screen shot of the error: http://gyazo.com/48aa329a5c6c629067807f1f557ed2ea

 

Here is my console at the time: http://gyazo.com/494bfd9f5ab3d06037cd32380b2b9778

Link to comment
Share on other sites

  • 0

I read something about a $PREFIX$ file in your server pbo, however i don't seem to have it in there, is this a problem?

 

If it is then does anyone know a way of acquiring one?

 

EDIT: i installed a different pbo packer and packed my pbo, i know see the units screen flash, however i still get the error.

 

Here is a screen shot of the error: http://gyazo.com/48aa329a5c6c629067807f1f557ed2ea

 

Here is my console at the time: http://gyazo.com/494bfd9f5ab3d06037cd32380b2b9778

 

It looks like your server.pbo is missing the Prefix. This erros i would bet my cash that hey come from the missing prefix:

20:22:04 Warning Message: Script z\addons\dayz_server\init\server_functions.sqf not found
20:22:04 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf not found
20:22:04 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf not found
20:22:04 Warning Message: Script z\addons\dayz_server\system\server_monitor.sqf not found

Doubleclick on your server.pbo and if it dont look like this you need to add the prefix:

d814133dd6.png

 

If your Prefix is missing symply create a .txt document inside your server.pbo called "$PREFIX$" and then open it with notepad and type this in it: z\addons\dayz_server save it and remove the .txt fileextension, repack your pbo, done.

Link to comment
Share on other sites

  • 0

Just thought you guys might like to take a look at this to help me out: http://pastebin.com/uZWATEgc

 

There are a lot of errors in that that i don't understand

 

No, that all looks normal.

We need you to delete the serverlog which is the same you posted in the first post, then start the server, connect to it, copypasta the log on pastebin, done.

 

Also to your startparameters, you have:

"Expansion\beta\arma2oaserver.exe"  -port=2302 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=@DayZ_Epoch;@DayZ_Epoch_Server;"

 

You might wanna try use this:

"arma2oaserver.exe"  -port=2302 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=@DayZ_Epoch;@DayZ_Epoch_Server;"

 

copypasta this into a batfile in your server root directory, you were using a beta server.exe to start the server, which is soooo outdated.

Link to comment
Share on other sites

  • 0

Unfortunately the parameters didn't solve this.

 

However, i did notice that it cant find files from my server pbo, which means it is not accessing it, and to me, the pbo looks fine:

 

This is the folder it is inside of: http://gyazo.com/13462187b6da987f279767d4192936eb

 

Here is my pbo packed: http://gyazo.com/ed0d3912a199082a348585c7c73cf4e8

 

Here it is unpacked: http://gyazo.com/349b620464906c4742951e36c10955e8

 

Thanks for the help!

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

×
×
  • Create New...