http://bugs.winehq.org/show_bug.cgi?id=24387
--- Comment #17 from Andrea Vai andrea.vai@unipv.it 2010-09-15 17:18:08 CDT --- (In reply to comment #16)
Juan, does it definitely means that this is a regression?
No. See your input below:
...
Basically what you're saying is that this crash doesn't exist without this patch because you can't get far enough in the application without the patch applied. In that case, this really isn't a regression: the patch appears to allow the app to get further than it did before, and this is really a new crash.
ok, got it, supposing that here you refer to "this patch" as c5a6b7b36674e8b7f7dc687b01773b88fa7d7312, and not as the patch that reverts it, am I right? Just to be sure I understand
On a hunch, I did the following: I used unpatched Wine (latest git), then I installed dcom98 with winetricks. I removed the DLL overrides for ole32 and rpcrt4, leaving only oleaut32. With this workaround in place, it no longer crashes for me. Can you confirm this works for you?
Yes, it works! Thank you! Does it means something useful for getting the bug fixed?