Closed jindili closed 1 year ago
you are right, it seems to crash at:
https://github.com/TheCrazyT/x64dbg-plugin-quickaccess/blob/3d0c3e1f7482be96976f16829feef2e21a844efa/pluginmain.cpp#L98
Maybe some libs inside pluginsdk
are outdated.
I will try to figure it out ...
hm, a reason for this is a returned null-pointer at: https://github.com/TheCrazyT/x64dbg-plugin-quickaccess/blob/3d0c3e1f7482be96976f16829feef2e21a844efa/pluginmain.cpp#L97
Wonder why it suddenly can't get an active window.
Just build with appveyor and successfully get a new release of quickaccess.dp64 but still it cause x64dbg to crash on start.
yes, I already noticed that the libs aren't the problem. Sadly I do not know yet, what else could cause that behaviour.
@mrexodia do you have any idea?
Here is the screenshot of minidump file of the crash open in windbg preview
@jindili try with newest release of the plugin, it should work now.
Glad it was fixed. Not sure if I introduced this issue, but maybe the order of operations at load time was changed?
It works! Like the new fuzzy search.
x64dbg version: snapshot_2022-12-12_15-45.zip (latest version from github release)
I try quickaccess.dp64 with all other plugins removed.
version 1.4.82 work fine.