You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
FwESI seems to load indefinetly when trying to load a (sub-)save file.
The API call sequence seems to be:
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:
The text was updated successfully, but these errors were encountered: