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
Hi,
macOS Big Sur User here. I can open a rm2k Project but if I want to add a new map I get this message: The file /private/var/folders/4w/qt32_g8s5ms21nybw0ldrr240000gn/T/AppTranslocation/7167517A-615C-451C-8262-AE684F329C6C/d/EasyRPG Editor.app/Contents/MacOS/templates/Map0001.emu can't be found.
if I click OK I can edit again but there is no new map.
The build date is 21.09.2020 - A release from Ghabry =)
The text was updated successfully, but these errors were encountered:
Currently the templates are hardcoded from application dir, which is bad, when installed.
Instead we should query the appdata location first: auto path = QStandardPaths::locate(QStandardPaths::AppDataLocation, "Map0001.emu");
Hi,
macOS Big Sur User here. I can open a rm2k Project but if I want to add a new map I get this message:
The file /private/var/folders/4w/qt32_g8s5ms21nybw0ldrr240000gn/T/AppTranslocation/7167517A-615C-451C-8262-AE684F329C6C/d/EasyRPG Editor.app/Contents/MacOS/templates/Map0001.emu can't be found.
if I click OK I can edit again but there is no new map.
The build date is 21.09.2020 - A release from Ghabry =)
The text was updated successfully, but these errors were encountered: