Jump to content
Sign in to follow this  
Scopetime

Loading Character Data. Please Wait...(Forever)

Recommended Posts

Basically after attempting to install a mod on the sever, it messed up

I've been through and reversed everything and now I have 3 problems.

Basically, I can't join the server it goes to the "DAYZ EPOCH" screen and hangs there until the numbers in the bottom right get to 120. Then it kicks me to the lobby with a "Login failed" message...

Sometimes it brings up a "Character Loading. Please wait" sentence under EPOCH sometimes it doesn't...

 

I did try and search the other forums ect but after 2 days I decide to admit defeat and ask for help!!  =(  =)

First this script doesn't work despite everything being correct to the best of my knowledge...



15:13:21 "[AGN] Starting Trader City Safezone Commander!"
15:13:21 "Error: Attempting to start AGN products on a server where it should not be!"


 

Second I get this message every time I try and log in, however I got this message while I could still join the server



15:12:21 Warning Message: Cannot load mission


 

This is a new error in my RPT file, and I believe it's what is causing me to hang on the black "DayZ Epoch" screen.



15:12:22 Server error: Player without identity Scopetime (id 000000000)


 

I'll be thankful for any help! Sorry for the large writing I find the little text hard to read...

Share this post


Link to post
Share on other sites

Ok, after changing nothing... The server refuses to even attempt to load me in and just gives me the "Wait for Host" box...

Share this post


Link to post
Share on other sites

The error and the "wait for host" indicates that the server can't find the missionfile.

 

What is the content of your "MPMission" folder?

Share this post


Link to post
Share on other sites

The error and the "wait for host" indicates that the server can't find the missionfile.

 

What is the content of your "MPMission" folder?

 

Sorry for the delayed reply as I've had exams :s 

 

I'm on Vilayer is the MPMissions Folder the "dayz_epoch\missions" one??

 

Sorry for blank post don't know what happened.... 

 

New RPT: http://pastebin.com/SYn8gi7X

Share this post


Link to post
Share on other sites

It seems you're not loading the correct addons, which is why you can't join the server. Make sure you have all necessary addons / mods loaded, i.e. Epoch:

 

		13:23:57 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.			mbg_buildings_3			13:23:59 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.			mbg_killhouses			13:24:04 UH1Y_DZE: ObsTurret - unknown animation source ObsTurret			13:24:04 UH1Y_DZE: ObsGun - unknown animation source ObsGun			13:24:07 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.			mbg_african_buildings			13:24:07 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.			mbg_buildings_3

Share this post


Link to post
Share on other sites

Ok, making quick post before work!

 

It's not the addons that's the problem as I seem to be able to join other epoch servers... I tried a clean install and have fixed many problems

But now I'm stuck with the server "Waiting for server to start authentication"

10:25:44 "DayZ Epoch: PRELOAD Functions\init [[<No group>:0 (FunctionsManager)],any]"10:25:44 "DayZ Epoch: MPframework inited"10:25:44 Warning Message: Script z\addons\dayz_server\init\server_functions.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\aicamp.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\klen.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\large.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\stary.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\nwaf.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\green.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\elec.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\ber.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\cherno.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\devils.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\ChernoQuarantine_Zone.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\custom\Tikhaya_City.sqf not found10:25:44 Warning Message: Script z\addons\dayz_server\system\server_monitor.sqf not found10:25:45 "Res3tting B!S effects..."10:25:45 "\z\addons\dayz_code\system\REsec.sqf:Monitoring Remote Exe..."10:28:06 Client: Remote object 2:9 not found

That's my RPT error... Obviosuly it can't find the map addons but as far as I can tell my init.sqf is fine...

		// Add trader citys	_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\aicamp.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\klen.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\large.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\stary.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\nwaf.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\green.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\elec.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\ber.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\cherno.sqf";	_nil = [] execVM "\z\addons\dayz_server\custom\devils.sqf";        _nil = [] execVM "\z\addons\dayz_server\custom\ChernoQuarantine_Zone.sqf";        _nil = [] execVM "\z\addons\dayz_server\custom\Tikhaya_City.sqf";	_serverMonitor = 	[] execVM "\z\addons\dayz_server\system\server_monitor.sqf";};

I had a backup from an old database so I'm using mostly custom code from there, so it should work, but it doesn't...

 

I won't be able to reply as I'm at work all day -.-

But thank you for any replies!!! As I really need help!!

Share this post


Link to post
Share on other sites

Can anyone help with my "Waiting for server to start authentication" problem?

Share this post


Link to post
Share on other sites

Sorry, wasn't in town over the weekend.

 

You are missing files in your dayz_server.pbo

 

The .rpt is extremely descriptive and shows you above. It appears the files you're missing are customfiles (i.e. buildings)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×