Jump to content
  • 0

rpt question


lonewolfgaming

Question

I am trying to figure out what is causing an issue with my test server running on my personal computer. I can run the server when the mission side files have to load in first, but when I try to get back on later or the next day since I have not made any changes to the mission side and it does not have to load up, the server stays on the splashscreen and doesn't allow play. I noticed a line that comes up several in a row in my rpt that I am trying to figure out what is causing it. the line in question is:

20:32:43 Server error: Player without identity Lonewolf (id 472247178)

If I make just a simple change to anything in mission files and it has to load up I am able to play.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
1 hour ago, lonewolfgaming said:

oldmatechoc, I tried removing the files in my MPMissionsCache and it loads the mission, but sits on the splashscreen.

you already make the changes in your custom compiles?

 // 120 sec timeout (12000 * 0.01)
        while { _timeOut < 12000 } do {
            if (dayz_clientPreload && dayz_authed) exitWith {
                    diag_log "PLOGIN: Login loop completed!";
                   endLoadingScreen;
                 };

 

Link to comment
Share on other sites

  • 0
1 hour ago, juandayz said:

you already make the changes in your custom compiles?


 // 120 sec timeout (12000 * 0.01)
        while { _timeOut < 12000 } do {
            if (dayz_clientPreload && dayz_authed) exitWith {
                    diag_log "PLOGIN: Login loop completed!";
                   endLoadingScreen;
                 };

 

haven't tried that , will give that a go and see. Thanks Juandayz

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