ptitSeb / box64

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

Fallout New Vegas won’t get past the launcher using vulkan on the M1 #1946

Open m1m1k4tz opened 3 hours ago

m1m1k4tz commented 3 hours ago

Removing DXVK makes it play fine

m1m1k4tz commented 3 hours ago

falloutnvmmap32.txt

ptitSeb commented 3 hours ago

I don't see it trying to go through box64 mmap64 handler here. Did you apply the BOX64_MMAP32 on command line or suing box64rc?

side question: do you know if honeycomb use libc mmap or syscall mmap to do it's memory mapping?

m1m1k4tz commented 3 hours ago

I did it by passing the env variable with muvm -e

m1m1k4tz commented 3 hours ago

I don't see it trying to go through box64 mmap64 handler here. Did you apply the BOX64_MMAP32 on command line or suing box64rc?

side question: do you know if honeycomb use libc mmap or syscall mmap to do it's memory mapping?

I'm not a graphics developer unfortunately and the driver is still early so maybe @alyssarosenzweig might be willing to help sorry