Closed Setsugennoao closed 1 year ago
Interesting. The handling of and/or/xor are almost exactly the same, so it's very unlikely there are bugs that only affect xor but not and/or (which are used much more often). I tried a few cases, but couldn't reproduce the crash.
Could you please produce a minimal test case?
Thanks.
Hi! The weird fact is that I wasn't reproduce it without that video and filterchain, so there must be something very strange happening :/ Will look a bit more into it later, some months have passed, after all.
v0.96f seems to have fixed this, thanks!
Hello Akarin, I recently updated one of my functions substituting the old
* 0 <
withxor
(#d9345df). Today, running a filterchain it crashed (can reproduce with this). After some debugging and wasting time isolating filters and functions used, I found out that the edited expr in contra_dehalo was the culprit xdEDIT: Fwiw I'm using the latest build, with dynamic pixel access, though it shouldn't change stuff, I think?