cracyc
cracyc
Please get a trace with "set WINEDEBUG=+all,-snoop,-ldt,-fixup,-module,-global,-local,-disasm,-syslevel,-thunk". More detailed instructions are at https://github.com/otya128/winevdm/issues/226#issuecomment-779702542
You need the 32bit whpx wrapper dlls. Unzip this to the dir with whpxvm.dll. [whpx.zip](https://github.com/otya128/winevdm/files/4798876/whpx.zip)
Can you try something else? Does qemu work with whpx?
There is no 32bit WinHvEmulation.dll because whpx is 64bit only and winevdm doesn't use it anyway. The dlls in the zip load the WinHvPlatform.dll 64bit dll into a 32bit process....
My thought was that you've got win10 pro and whpx might behave differently than win10 home. I'm out of things to suggest.
The uninstall file removes it from the registry. You can just delete winevdm after running it.
Do you get an elevation prompt? Also see https://github.com/otya128/winevdm/issues/226 .
Need a trace. See https://github.com/otya128/winevdm/issues/226#issuecomment-779702542
Is the program downloadable somewhere?
Seeing the program running won't help. It's accessing memory past the segment limit of a segment in the module which probably means the program isn't being loaded correctly. Examining the...