gameboy9 / FF4FabulGauntlet

Final Fantasy IV: Fabul Gauntlet
MIT License
7 stars 1 forks source link

.exe not responding #16

Open Odin-Kaze opened 1 year ago

Odin-Kaze commented 1 year ago

FF4PRFG

I downloaded and extracted the zip and try to open the .exe. what you can see in the attachement is the only result I have. Press yes just close the window and no do the same. I installed .net 7.0 and 6.0 and tried again with no luck.

PS: Sorry if this is not where I should put this but I didn't know where to ask question about this problem.

kento10 commented 1 year ago

FF4FabulGauntlet.runtimeconfig.json need to edit it to { "runtimeOptions": { "tfm": "net7.0", "framework": { "name": "Microsoft.WindowsDesktop.App", "version": "7.0.0" } } } to force the program to use version 7 and not 5 since 5 is end of life