https://bugs.winehq.org/show_bug.cgi?id=57306
--- Comment #45 from Fabian Maurer dark.shadow4@web.de --- (In reply to GDD71 from comment #43)
I don't know if it's correct, (I have no experience writing code.)but I changed the file dlls/win32u/dibdrv/objects.c Line 812 assert( num >= 2 ); to be: assert( num >= 0 );
I'm 99% sure it's wrong, there is still corruption, just unnoticed. For those who experience still crashes on wine-9.22, can you link a download (if possible) so we can test this?