It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Operating System: Fedora Linux 42
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.13.0
Qt Version: 6.9.0
Kernel Version: 6.14.2-300.fc42.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 7700X 8-Core Processor
Memory: 30.5 GiB of RAM
Graphics Processor 1: NVIDIA GeForce RTX 4070
Graphics Processor 2: AMD Radeon Graphics
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7D78
System Version: 1.0


Unhandled exception: page fault on read access to 0x000000fc in 32-bit code (0x69ef179c).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:69ef179c ESP:00d9fc10 EBP:00d9fc48 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000000 EBX:00000000 ECX:00d9fc58 EDX:00000000
ESI:013f62f8 EDI:00000000
Stack dump:
0x00d9fc10: 00000000 69f132c0 00d9fc64 00000000
0x00d9fc20: 00000000 00000000 00000000 00000000
0x00d9fc30: 00000000 00000000 00d9fc58 00bb8604
0x00d9fc40: 013f62f8 00000000 00bb8630 0040a48f
0x00d9fc50: 0040a47e 0040a48f 013f62f8 00000000
0x00d9fc60: 0002006c 013f1a10 0040d0da 013f62f8
Backtrace:
=>0 0x69ef179c in ddraw (+0x3179c) (0x00d9fc48)
1 0x0040a48f in bof4 (+0xa48f) (0x00bb8630)
0x69ef179c ddraw+0x3179c: movl 0xfc(%ebx),%eax
Modules:
Module Address Debug info Name (107 modules)
PE 00400000-00c9b000 Export bof4
PE 00ea0000-01009000 Deferred comctl32
PE 64a80000-64abc000 Deferred win32u
PE 65480000-65514000 Deferred rpcrt4
PE 65680000-65732000 Deferred msvcrt
PE 66380000-664bf000 Deferred ole32
PE 66640000-6664d000 Deferred version
PE 67500000-6751f000 Deferred imm32
PE 67c00000-67c66000 Deferred dsound
PE 684c0000-68523000 Deferred combase
PE 68880000-68a3f000 Deferred user32
PE 69840000-69885000 Deferred advapi32
PE 69ec0000-69f48000 Export ddraw
PE 6aac0000-6ab9d000 Deferred ucrtbase
PE 6aec0000-6af48000 Deferred setupapi
PE 6bb40000-6bba8000 Deferred winex11
PE 6bbc0000-6bbee000 Deferred sechost
PE 6cc80000-6cf0e000 Deferred wined3d
PE 6da80000-6db0a000 Deferred gdi32
PE 6de80000-6ded5000 Deferred dinput
PE 70d80000-70db7000 Deferred uxtheme
PE 71080000-7108f000 Deferred hid
PE 7a800000-7a953000 Deferred opengl32
PE 7b000000-7b2ae000 Deferred kernelbase
PE 7b600000-7b663000 Deferred kernel32
PE 7bc00000-7bcaf000 Deferred ntdll
ELF 7c110000-7d000000 Deferred libvulkan_nouveau.so
Post edited April 25, 2025 by esoteric_nebula
No posts in this topic were marked as the solution yet. If you can help, add your reply
try using winecfg to change your windows version to Windows XP, this worked for me (Linux Mint, Wine 9.0)
You might need to add DLL overrides for ddraw.dll and/or dinput.dll with either winecfg or using WINEDLLOVERRIDES='ddraw.dll=n,b;dinput.dll=n,b' environment variable.
I'm on Bluefin (Version: 41.20250429.2 / FROM Fedora Silverblue 41) with nvidia drivers. And I can run the game using Lutris with following configurations:

1. Set Wine version to GE-Proton9-27
2. Enable devoodoo2 with latest version.
3. Add ddrawex and dinput with winecfg

Hardware:
13th Gen Intel(R) Core(TM) i9-13900H (20) @ 5.40 GHz
NVIDIA GeForce RTX 4070 Max-Q / Mobile [Discrete]
Intel Iris Xe Graphics @ 1.50 GHz [Integrated]
With Lutris i got it to run while setting under start options (?) key ddraw and value n.

Ah and wine-ge-26-x86_64
Post edited May 01, 2025 by kakiss4
avatar
nospamplease: try using winecfg to change your windows version to Windows XP, this worked for me (Linux Mint, Wine 9.0)
This worked for me as well on EndeavourOS, thanks for the heads up!