Unhandled page fault on execute access error when running any program

Questions about Wine on Linux
Locked
DNVIC
Newbie
Newbie
Posts: 2
Joined: Tue Feb 28, 2023 12:24 pm

Unhandled page fault on execute access error when running any program

Post by DNVIC »

If I run any program under wine, for example winecfg, I get this error:

Code: Select all

wine: Unhandled page fault on execute access to 00007FD12D804870 at address 00007FD12D804870 (thread 0074), starting debugger...
This happens whenever I run any program, unless I delete ~/.wine before running the program. I have to do this every time I run a program, for it to actually work.

The only other place I could find this error is here, however, I'm not running optimus-manager, I'm running directly off of my NVIDIA GPU in my laptop, so the solutions there don't apply to me.

For those who are curious:
Distro: Arch
Diplay Manager: SDDM
Desktop Environment: KDE Plasma
I checked journalctl, however I couldn't find anything there.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Unhandled page fault on execute access error when running any program

Post by jkfloris »

If I understand you correctly, winecfg works right after creating a wineprefix (= deleting ~/.wine).
Do you change settings in winecfg? What program(s) do you install with Wine?
DNVIC
Newbie
Newbie
Posts: 2
Joined: Tue Feb 28, 2023 12:24 pm

Re: Unhandled page fault on execute access error when running any program

Post by DNVIC »

I didn't change any settings in winecfg, and this happens with every single program I use. When testing, I mainly use obscure games, as that is what I want to use wine to run, however I know it isn't a compatibility problem as these games have worked on my laptop in the past before this problem started occuring (as well, they run fine after creating the prefix)
Locked