cracyc
cracyc
Are you using the whpx cpu support with winevdm? If you aren't I'm surprised that winevdm is so much faster.
This game exercises the local heap quite a bit and there have been multiple bug related to that, see https://github.com/otya128/winevdm/issues/1127 . When you make a trace for these error, remove...
I found a demo of this at https://www.apbenson.com/cyrillic-downloads but I can't reliably repo this problem. It doesn't happen at all when I load the examples and happened only once when...
So far I've found that they disappear if the window is larger than about 2075px width or 915px height. It's likely a bug in the program as very few win16...
It also works in winevdm without the issues in an xp vm but the bug is still in the program itself. Specifially, it uses MM_TWIPS which on large resolution and...
By the way, i see from the trace that you have a 1920x1080 display but how large is it?
I found a fix that works for me that is safer. You can get it to try from https://ci.appveyor.com/project/otya128/winevdm/builds/49450326/job/mqtgdyr60425wo00/artifacts .
Well, it uses windows coordinate transformations, https://learn.microsoft.com/en-us/windows/win32/gdi/coordinate-spaces-and-transformations, to simplify zooming but in some cases, mostly with larger physical displays, the output overflows a 16bit int as win32 uses 32bits for...
It works for me printing a sample report. Does it work with the PDF printer?
That is trying to run the dos version of snes9x. Replace it with the windows version and then it works fine.