https://bugs.winehq.org/show_bug.cgi?id=48122
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |xerox.xerox2000x@gmail.com Status|UNCONFIRMED |NEW
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com ---
The second crash can be reproduced by moving mouse over "Factory Templates" or clicking into the area. Attached is relay log just before crashing.
That sounds familiar... See https://bugs.winehq.org/show_bug.cgi?id=48432
I tried too and indeed:
grep wine_get_version MIDI\ Control\ Center.exe
Binary file MIDI Control Center.exe matches
So this is too wine-aware program.
I replaced string in binary and the crash is gone:
sed -i 's/wine_get_version/qine_get_version/g' MIDI\ Control\ Center.exe
It looks like many MIDI/Sound/Music programs use a common piece of code, i`ve seen this now for the 4th/5th time i think; we`d be a bit suspicious with bugreports about MIDI programs etc.
Anyway, the other issue (which btw i didn`t see) is what this bugreoprt can be about then. @Roman: how exactly did you get that crash with Call from 0x7bc75cc1 to unimplemented function ntoskrnl.exe.RtlIsNtDdiVersionAvailable?