FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.97k stars 2.29k forks source link

Bug Report: Save file dialog box window Halts/Locks the entire Game #3794

Open Blue2359 opened 2 weeks ago

Blue2359 commented 2 weeks ago

Issue Checklist

Platform

Itch.io (Downloadable Build) - Windows

Browser

None

Version

0.5.3

Description (include any images, videos, errors, or crash logs)

Trying to save any kind of metadata seems to be halting/locking the game whenever the native "Save File|As / File Browse Window" dialogue box window opens up, this issue might have a correlation with newer versions of OpenFL's FileReference class/instances, other people have also been complaining about this problem happening on their own projects recently.

image image image

Issue happening: image

Steps to Reproduce

  1. Boot-up the game,
  2. Go to the debugging menu, then proceed to open a state in which you can save metadata files (Basically all of 'em lol),
  3. Try to save the metadata file by either using CTRL+S hotkey or any other save input available,
  4. Once the "Save File|As / File Browse Window" dialogue box window opens up, wait a short while then the game should proceed to halt/lock itself..!
Hundrec commented 2 weeks ago

Is this the same issue as https://github.com/FunkinCrew/Funkin/issues/3746?