[Bug 48122] Arturia MIDI Control Center crashes and won't connect to MIDI

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jan 18 15:01:44 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=48122

Louis Lenders <xerox.xerox2000x at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |xerox.xerox2000x at gmail.com
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Louis Lenders <xerox.xerox2000x at 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?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list