protonscr

iDate ReVibe - Xtrap int 2Eh crash in WoW64 after game update

protonclosed
ValveSoftware/Proton#9862 · opened 2026-06-07 by gmpakpak12 · updated 2026-06-07 · 3 comments · github
1 matching comments, n / p to jump
Ggmpakpak12 2026-06-07 github

Compatibility Report

  • Game: iDate ReVibe (Myth Games Launcher, non-Steam)
  • Proton: Experimental bleeding-edge 11.0-374247 (also system Wine 11.10)

System

  • GPU: AMD Radeon Vega 3 / Vega 10 (Mesa)
  • Kernel: 6.7.0 CachyOS
  • Proton: Experimental WoW64

Description
The game worked on Proton before a recent client update. The update changed Xtrap/Aegis AC's injected shellcode — it now issues raw int 2Eh (CD 2E) syscalls from a 32-bit RWX page instead of using the standard ntdll WoW64 transition. Under WoW64, int 2Eh is a privileged instruction → #GP → SIGSEGV → EXCEPTION_ACCESS_VIOLATION → crash.

Log excerpt
05b4:warn:seh:dispatch_exception: --- Exception 0xc0000005 addr=008D0007 EAX=008D0000 EDX=00000008 ECX=E9000001 CS=0023
EDX=8 (syscall number), ECX=E9000001 (argument), CS=0023 (32-bit compat). The shellcode base varies (008D0000, 00260000) but the pattern is identical.

Additional info
The same shellcode also crashes on native Windows during server switches and session state changes (lock, UAC), confirming it's a buggy AC update that WoW64 exposes 100% of the time.

Attached: proton_log_crash_chain.txt (crash trace including the int 2Eh dispatch)

Ggmpakpak12 2026-06-07 github
Ggmpakpak12 2026-06-07 github

Confirmed on all WoW64 Proton builds tested:

  • Proton Experimental (bleeding-edge-11.0-374247)
  • GE-Proton10-34 (wine-10.0 Staging)
  • Proton-EM (10.0-37-HDR+)
  • DW-Proton Latest
  • Proton-CachyOS Latest
  • system Wine 11.10

Non-WoW64 builds (GE-Proton) bypass this but hit a separate winegstreamer stub crash instead.

The consistent register signature across all builds: EIP at RWX page +7, EAX=base, EDX=8, ECX=E9000001, CS=0023.

Kkisak-valve maintainer 2026-06-07 github

Hello @gmpakpak12, we're using one issue report per unofficially supported game title, so I've gone ahead and transferred this issue report to https://github.com/ValveSoftware/Proton/issues/9861#issuecomment-4643207734.

Proton versions

Upstream links

Error codes