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
The enfuseAdvanced lua script causes the latest version of Darktable on my Windows 10 to hard crash, giving this error: Magick: caught exception 0xC0000005 "Access violation".....
Debugging through the code, it seems to be caused by the initialize function (named "initial" in the script) used in db.register_storage. If this function returns an empty table or the passed images, the crash occurs.
I'm new to Darktable and don't really understand how everything fits together but if the function is changed to always return nil then the script works and I get good results.
The text was updated successfully, but these errors were encountered:
The enfuseAdvanced lua script causes the latest version of Darktable on my Windows 10 to hard crash, giving this error: Magick: caught exception 0xC0000005 "Access violation".....
Debugging through the code, it seems to be caused by the initialize function (named "initial" in the script) used in db.register_storage. If this function returns an empty table or the passed images, the crash occurs.
I'm new to Darktable and don't really understand how everything fits together but if the function is changed to always return nil then the script works and I get good results.
The text was updated successfully, but these errors were encountered: