Report pre-requisites
Clarity and Disclosure
Windows Version
Windows 11 Enterprise 25H2, 26200.8875 (also reproduced on 26100.8521 / 24H2)
Type of bug
Location
Application Name and Version
Akai MPC 2.15.1.1 (trial) AND Akai MPC 1.9.6.1 — identical crash from both
MIDI Device
Akai Professional MPC Renaissance (dual USB enumeration: VID_09E8&PID_207F + VID_09E8&PID_007F)
Vendor Driver
Akai/Ploytec (usb-audio.de) MPC Renaissance stack v2.9.64.0, dated 2014-05-23 — akaiacv0u/a/m.inf; services AKAI_ACV0_USB / AKAI_ACV0_WDM / AKAI_ACV0_MIDI
Output from the MIDI Diagnostics Tool
mididiag/SDK tools are deliberately NOT installed on this machine yet — it BSODs on MIDI filter open, so we are minimizing device-open operations. Output from midicheckservice (your enablement-checker release) instead:
Looking for wdmaud2.drv in registry
- Successfully verified wdmaud2.drv is present in registry, as required by the new MIDI stack.
Testing MIDI Service Activation
- Successfully tested connectivity to service: MIDI Service is available and running from System32.
Happy to run mididiag on request (supervised, expecting a possible BSOD).
Repro
Your personal observation that led to the bug report
I own an MPC Renaissance, registered to my inMusic account. On this Windows 11 25H2 PC, launching Akai's MPC software blue-screens the whole machine instantly — nine times in one day of testing. It happens with the old MPC 1.9.6.1 and with the current MPC 2.15.1.1 trial I installed to check whether the newer software would help. It did not — same crash.
What I can see as a user: the device itself enumerates fine (all nodes OK in Device Manager), Windows builds its audio endpoints without complaint, and if I disable the Renaissance's MIDI device node in Device Manager, MPC 2 runs perfectly with the Renaissance as an ASIO audio interface (4-in/4-out, 48 kHz) — but the pads/controller are dead in that state, which defeats the point of the instrument. The moment the MIDI side is enabled and MPC opens the device: BSOD.
I also tried the documented UseLegacyMidi rollback from your KB article — the value is set exactly as documented and has had no observable effect on this machine (details in the notes below).
Steps to reproduce
- Windows 11 25H2 (26200.8875) with Windows MIDI Services active (verified via midicheckservice).
- Install the Akai MPC Renaissance driver stack v2.9.64.0 (2014, Ploytec) — the only driver Akai provides for this hardware.
- Connect the MPC Renaissance via USB. All device nodes show OK; MidiSrv aggregates it into KSA endpoints (two parallel sets — see notes).
- Launch MPC software (1.9.6.1 or 2.15.1.1), or select the Renaissance ASIO device in MPC 2 preferences while the MIDI node is enabled.
- Immediate SYSTEM_SERVICE_EXCEPTION (0x3B) — bucket AV_ks!DispatchQuerySecurity. 9/9 attempts on 2026-08-04.
Variations tested — crash IDENTICAL in every one: MidiSrv Running / Stopped / service-Disabled (no KSA endpoints present at all); HVCI + Credential Guard ON and OFF (verified via Win32_DeviceGuard in both states); MPC 1.9.6.1 and 2.15.1.1; builds 26100.8521 and 26200.8875.
Configuration with NO crash: Renaissance MIDI device node disabled in Device Manager — audio-only ASIO operation is then stable indefinitely.
Additional notes
Crash signature (cdb !analyze -v, MS public symbols; 4 of 9 dumps deep-analyzed, all identical bucket):
- BUGCHECK 0x3B (SYSTEM_SERVICE_EXCEPTION), P1 c0000005, PROCESS_NAME MPC.exe
- FAILURE_BUCKET_ID: AV_ks!DispatchQuerySecurity; ks.sys 10.0.26100.8737
- Two related fingerprints, same code sequence: usually ks!DispatchQuerySecurity+0x2d 'mov rax,[rcx+28h]' with rcx=0; in one dump +0x2a 'mov rcx,[rax]' with rax=0x7000610000010088 (UTF-16-like bytes in a pointer slot). I.e., the driver-side security context is uninitialized memory, not reliably null.
- Stack: nt!NtCreateFile -> nt!IopCreateFile -> nt!ObOpenObjectByNameEx -> nt!ObpCreateHandle -> nt!ObpAllocateAndQuerySecurityDescriptorInfo -> nt!IopGetSetSecurityObject -> ksthunk!CKernelFilterDevice::DispatchIrp -> ks!DispatchQuerySecurity
We understand the driver is inMusic/Ploytec's to fix (vendor report filed with them separately, and your API-mode KB article already names the "inMusic driver bug" class). Filing here because (a) ks.sys bugchecking on a null/garbage security context during a handle-creation security query might be hardenable OS-side (fail the open instead of bugcheck), and (b) the questions below.
Questions:
- How can a user verify whether the KB5095093 rollback capability (June 2026 Week D 30-day CFR) has been granted on a specific machine?
- Is UseLegacyMidi expected to be honored on 25H2 26200.8875 as of Aug 2026? Here it is set exactly per your KB (DWORD=1 in Drivers32) with no observable effect across 11+ reboots — KSA aggregation still forms, midicheckservice reports the service active.
- Is Mode 1 expected to stop midisrv-side KSA aggregation of legacy-driver devices, or only switch the app-facing API routing?
Other observations:
- ViVeTool /disable /id:58988972 reports success but the override never appears in FeatureManagement\Overrides (checked same-second, all priorities) — silently discarded; the feature is Enabled at ImageOverride(15) on this build.
- MidisrvTransferComplete=0 reverts to 1 on every boot.
- The dual-PID enumeration produces two parallel KSA endpoint sets (..._0_x and ..._1_x) for one physical device — likely related to the duplicate-device issues already on your known-issues list for inMusic hardware.
- Repro with simple apps (midi1monitor, Pocket MIDI) deliberately not attempted yet — each repro is a full BSOD on this machine; happy to run supervised if it helps triage.
- Device ID (Settings > System > About): {C934AF88-2E3F-4BA9-9E42-92E803303BB5} — 9 bugchecks on 2026-08-04 (~12:30-22:38 JST) should be visible in telemetry. 7 minidumps + cdb analysis logs available on request.
Disclosure: this report was prepared with AI assistance (Claude, driving cdb/WinDbg and PowerShell on the affected machine); all quoted output is verbatim tool output, human-reviewed. The personal-observation section is the owner's own account.
Report pre-requisites
Clarity and Disclosure
Windows Version
Windows 11 Enterprise 25H2, 26200.8875 (also reproduced on 26100.8521 / 24H2)
Type of bug
Location
Application Name and Version
Akai MPC 2.15.1.1 (trial) AND Akai MPC 1.9.6.1 — identical crash from both
MIDI Device
Akai Professional MPC Renaissance (dual USB enumeration: VID_09E8&PID_207F + VID_09E8&PID_007F)
Vendor Driver
Akai/Ploytec (usb-audio.de) MPC Renaissance stack v2.9.64.0, dated 2014-05-23 — akaiacv0u/a/m.inf; services AKAI_ACV0_USB / AKAI_ACV0_WDM / AKAI_ACV0_MIDI
Output from the MIDI Diagnostics Tool
mididiag/SDK tools are deliberately NOT installed on this machine yet — it BSODs on MIDI filter open, so we are minimizing device-open operations. Output from midicheckservice (your enablement-checker release) instead:
Looking for wdmaud2.drv in registry
Testing MIDI Service Activation
Happy to run mididiag on request (supervised, expecting a possible BSOD).
Repro
midi.exe,midi1monitor.exeorPocket MIDIYour personal observation that led to the bug report
I own an MPC Renaissance, registered to my inMusic account. On this Windows 11 25H2 PC, launching Akai's MPC software blue-screens the whole machine instantly — nine times in one day of testing. It happens with the old MPC 1.9.6.1 and with the current MPC 2.15.1.1 trial I installed to check whether the newer software would help. It did not — same crash.
What I can see as a user: the device itself enumerates fine (all nodes OK in Device Manager), Windows builds its audio endpoints without complaint, and if I disable the Renaissance's MIDI device node in Device Manager, MPC 2 runs perfectly with the Renaissance as an ASIO audio interface (4-in/4-out, 48 kHz) — but the pads/controller are dead in that state, which defeats the point of the instrument. The moment the MIDI side is enabled and MPC opens the device: BSOD.
I also tried the documented UseLegacyMidi rollback from your KB article — the value is set exactly as documented and has had no observable effect on this machine (details in the notes below).
Steps to reproduce
Variations tested — crash IDENTICAL in every one: MidiSrv Running / Stopped / service-Disabled (no KSA endpoints present at all); HVCI + Credential Guard ON and OFF (verified via Win32_DeviceGuard in both states); MPC 1.9.6.1 and 2.15.1.1; builds 26100.8521 and 26200.8875.
Configuration with NO crash: Renaissance MIDI device node disabled in Device Manager — audio-only ASIO operation is then stable indefinitely.
Additional notes
Crash signature (cdb !analyze -v, MS public symbols; 4 of 9 dumps deep-analyzed, all identical bucket):
We understand the driver is inMusic/Ploytec's to fix (vendor report filed with them separately, and your API-mode KB article already names the "inMusic driver bug" class). Filing here because (a) ks.sys bugchecking on a null/garbage security context during a handle-creation security query might be hardenable OS-side (fail the open instead of bugcheck), and (b) the questions below.
Questions:
Other observations:
Disclosure: this report was prepared with AI assistance (Claude, driving cdb/WinDbg and PowerShell on the affected machine); all quoted output is verbatim tool output, human-reviewed. The personal-observation section is the owner's own account.