Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading save file causes indefinite loading #2

Open
dieser-niko opened this issue Aug 11, 2024 · 1 comment
Open

Loading save file causes indefinite loading #2

dieser-niko opened this issue Aug 11, 2024 · 1 comment

Comments

@dieser-niko
Copy link
Owner

FwESI seems to load indefinetly when trying to load a (sub-)save file.

The API call sequence seems to be:

  • load save
  • update active
  • update saves list

The application seems to freeze on the second call, which also never finishes.
When implementing a delay after load save it doesn't seem to cause any troubles.
The Frontend created by the team behind FwESI doesn't seem to refresh/update either the active value nor the saves list, but transfers that decision to the user.

Possible solutions for this problem would be:

  • implement a way to detect if the application has finished loading
  • remove the autoreload ability
  • wait. (sleep time could be set by the programmer)
@dieser-niko
Copy link
Owner Author

A 1 second delay already does the trick. However, this needs to be tested on slower (and faster) hardware to confirm.

@dieser-niko dieser-niko changed the title Loading save file causes inifinite loading Loading save file causes indefinite loading Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant