Jump to content
Dante Unbound: Known Issues ×
Dante Unbound: Share Bug Reports and Feedback Here! ×

Stuck on loading screen - Endless loop due to inproper backend response


MaxiTB
 Share

Recommended Posts

Issue:

After transitioning from a mission/hub area into another hub area/orbiter the game gets stuck on the loading screen.

Workaround:

ProcessExplorer -> kill process.

Observation:

The game logs errors about not well formed responses from the backend (worldState.php) in the case of relay to orbiter - see here:

log_loading_bug.png

Conclusion:

I don't have access to the code repository, so my speculation for the cause is as following:

  • The game requests a world state from the backend.
  • The backend responses with a not well formed response.
  • The client doesn't handle the fault and gets stuck without retry.

So there is first an issue that the client doesn't handle faults correctly (as those can always happen, f.e. in case of timeouts or contract changes) and/or there is a problem with worldState.php delivering the requested data in an expected format.

//Edit:

This is just a concrete example. I had numerous other issues with similar outcome over the last months (even in the other direction, joining a game or entering a hub location, entering clan dojo,...), hence there seems to be a general lack of client-side fault handling when it comes to bad responses that result in the game being stuck on loading screen.

Edited by MaxiTB
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
 Share

×
×
  • Create New...