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
This appears to have been previously reported and resolved in LDtk 0.10.
Previous bug report: #484
Operating System: Fedora 40
LDtk 1.5.3 Appimage
What I did:
Opened the example project "Entities"
Enabled "Super simple export"
Save As
Chose an empty directory, and used world as the filename
Stack:
LDtk version: 1.5.3-64bits
ENOTDIR: not a directory, mkdir '/home/daniel/Development/gamble/gdtk/world/simplified'
Error
Error: ENOTDIR: not a directory, mkdir '/home/daniel/Development/gamble/gdtk/world/simplified'
at Object.mkdirSync (node:fs:1395:3)
at dn_js_NodeTools.createDirs (file:///tmp/.mount_LDtk%201N2ewhP/resources/app.asar/assets/js/renderer.js:120386:15)
at ui_ProjectSaver.beginState (file:///tmp/.mount_LDtk%201N2ewhP/resources/app.asar/assets/js/renderer.js:286828:22)
at ui_ProjectSaver.beginNextState (file:///tmp/.mount_LDtk%201N2ewhP/resources/app.asar/assets/js/renderer.js:286395:8)
at ui_ProjectSaver.beginState (file:///tmp/.mount_LDtk%201N2ewhP/resources/app.asar/assets/js/renderer.js:286792:10)
at ui_ProjectSaver.beginNextState (file:///tmp/.mount_LDtk%201N2ewhP/resources/app.asar/assets/js/renderer.js:286395:8)
at ui_modal_Progress.onComplete (file:///tmp/.mount_LDtk%201N2ewhP/resources/app.asar/assets/js/renderer.js:286719:13)
at ui_modal_Progress.update (file:///tmp/.mount_LDtk%201N2ewhP/resources/app.asar/assets/js/renderer.js:292611:10)
at dn_Process._doMainUpdate (file:///tmp/.mount_LDtk%201N2ewhP/resources/app.asar/assets/js/renderer.js:405:4)
at dn_Process._doMainUpdate (file:///tmp/.mount_LDtk%201N2ewhP/resources/app.asar/assets/js/renderer.js:432:15)
This seems to be related to how the Appimage mounts ldtk (and example projects) to the /tmp directory. I was able to work around the issue by manually copying the assets and ldtk files from /tmp/.mount_LDtk <hash>/extraFiles to my project folder.
This appears to have been previously reported and resolved in LDtk 0.10.
Previous bug report: #484
Operating System: Fedora 40
LDtk 1.5.3 Appimage
What I did:
world
as the filenameStack:
Processes:
Log:
The text was updated successfully, but these errors were encountered: