Hello again, I'm encountering an issue with my plugin only on windows ([source code](https://git.altaiar.dev/ahmed/acousticbrainz-ng) ). The plugin needs to run some binaries and they work fine on Linux but on windows all of them error with an exit code of 3221225477, any idea why?
2025-08-13 22537, 2025
cy1der[m]
* idea why? Running them in the terminal work okay
2025-08-13 22502, 2025
outsidecontext[m has quit
2025-08-13 22501, 2025
rdswift[m] has quit
2025-08-13 22512, 2025
rdswift[m] joined the channel
2025-08-13 22513, 2025
rdswift[m]
My (limited) understanding is that's an access violation error. My guess is that it has something to do with the threading, but that's very much an UNEDUCATED guess.
2025-08-13 22512, 2025
cy1der[m]
If I recall correctly an access violation error means its trying to access something in memory it shouldn't (highly unlikely) or a DLL loading error
2025-08-13 22527, 2025
cy1der[m]
I want to say it could be because I have QT5core.dll in the bin folder of my plugin for Gaia analysis but that doesnt explain the error happening on the musicnn binary as well, which needs tensorflow dll