Error code: -1073741819

Started by alderman2, December 10, 2024, 03:19:35 AM

Previous topic - Next topic

sunshine

This seems to be a memory address alignment related error that appeared after Windows 11 24H2.  We can patch pocc.exe and poasm.exe to solve this problem.

You can read https://forum.pellesc.de/index.php?topic=11474.msg40313#msg40313 for more details.

And try my patched pocc.exe https://forum.pellesc.de/index.php?topic=11474.msg40644#msg40644 and poasm.exe https://forum.pellesc.de/index.php?topic=11474.msg40649#msg40649.

TimoVJL

#91
@alderman2
Here a your example compiled in V13

Few this kind of changes:
SetClassLongPtr(hwnd, GCLP_HBRBACKGROUND, (LONG_PTR)hpensel);
May the source be with you

alderman2

I don't really understand. Is there something wrong with that line?

TimoVJL

Quote from: alderman2 on May 22, 2025, 09:50:20 PMI don't really understand. Is there something wrong with that line?
Just an example for x64 version.

May the source be with you

alderman2