cracyc
cracyc
For me it works but at 77% it shows an elevation prompt which is required for the 32bit installer to work. If you aren't seeing that then when you exit...
Try https://github.com/otya128/winevdm/pull/916 . It might not help since it does show an elevation prompt but it's worth a shot.
Maybe try deleting C:\\Users\\boly4\\AppData\\Local\\Temp\\_ins0432._mp then running it again.
This tries to set an int 1 handler in dpmi which isn't currently supported but even if it was it accesses hardware we don't emulate at a low level as...
Need a trace. Edit Just noticed `version: 1056`. Please try the newest version first from https://ci.appveyor.com/project/otya128/winevdm/.
Get the zip from https://ci.appveyor.com/project/otya128/winevdm/build/job/eavdbdq6kkd8rekv/artifacts.
You need to make a trace with the instructions from https://github.com/otya128/winevdm/blob/master/.github/ISSUE_TEMPLATE/bug_report.md and try whpx, https://github.com/otya128/winevdm/issues/699, which should help performance.
This is fixed in https://github.com/otya128/winevdm/pull/894 which was pulled after the version you're using.
A glance at the microcode says that out byte and out word both put all of AX on the bus so seems okay.
You're using both "-plugin gdbstub" and "-debugger gdbstub" they don't work together. This error is from the debugger which is more complete and preferred but only has support for a...