ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.73k stars 267 forks source link

Unimplemented 32bits Opcode (00 00 EB 09) 64 67 8F 06 00 00 83 C4 24 EB 1B 01 48 F0 1C #1348

Closed skydark719 closed 6 months ago

skydark719 commented 6 months ago

Some RPG Maker XP games refuses to run on box64 with wine wow64, showing this opcode error (game tested: Ao Oni) on Tegra X1:

Using native(wrapped) libXext.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXinerama.so.1
Using native(wrapped) libXxf86vm.so.1
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXrandr.so.2
0024:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXi.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libvulkan.so.1
nvdc: start nvdcEventThread
nvdc: exit nvdcEventThread
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/ws2_32.so
4516|0x101cf438: Unimplemented 32bits Opcode (00 00 EB 09) 64 67 8F 06 00 00 83 C4 24 EB 1B 01 48 F0 1C
Sigfault/Segbus while quitting, exiting silently
ptitSeb commented 6 months ago

It's the exact same opcode as with #1347 You can try this one too.