Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enfuseAdvanced crashes on Windows Version 4.4.2 #428

Open
jc101 opened this issue Sep 1, 2023 · 0 comments
Open

enfuseAdvanced crashes on Windows Version 4.4.2 #428

jc101 opened this issue Sep 1, 2023 · 0 comments
Labels
working working on multiple related issues

Comments

@jc101
Copy link

jc101 commented Sep 1, 2023

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.

@wpferguson wpferguson added the working working on multiple related issues label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
working working on multiple related issues
Projects
None yet
Development

No branches or pull requests

2 participants