cracyc

Results 309 comments of cracyc

Again, i can't reproduce this. It can't get fixed without a detailed trace.

It's described in the issue template which are the steps to take before reporting a bug. https://github.com/otya128/winevdm/blob/master/.github/ISSUE_TEMPLATE/bug_report.md

This one is different. The other traces show winexec returning immediately which I can't explain or reproduce but @robrich82, yours shows that the elevation prompt should be shown. Are you...

What are you trying to install?

Problem is the trace doesn't show anything wrong. The 16bit stub shows the elevation prompt which then runs the 32bit installer. Whatever is causing the problem is in the 32bit...

Try https://ci.appveyor.com/project/otya128/winevdm/builds/43498345/job/nowhj5fygqxx7w63/artifacts which will print a bit more logging.

Procexp https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer would probably be the easiest ways to solve this, easy being relative, you'd still need a decent understanding of win32.

You can already do that. "otvdm.exe \" works fine.

Removing https://github.com/otya128/winevdm/blob/master/user/message.c#L3295 fixes it but breaks the watcom debugger. Windows sends message to the clock window thread which is blocked because the client window thread doesn't yield when peekmessage causes...

Try https://github.com/otya128/winevdm/pull/1182