Unhandled page fault on read access to 00000068 at address 7A79A028 (thread 0208), starting debugger...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
Shuspano
Newbie
Newbie
Posts: 3
Joined: Thu Feb 06, 2025 8:14 am

Unhandled page fault on read access to 00000068 at address 7A79A028 (thread 0208), starting debugger...

Post by Shuspano »

Hello. When I try run any Windows app in Wine, apps cannot run or run in abnormal condition.
I'm getting this error:
wineerror_term.png
winedebug.png
and error message log:
https://pastebin.com/CrWCbmXp


I try fix it by:
1. Remove Wine and all related, and reinstall.
2. Reinstall directly from WineHQ repo.
3. Try different versions of Wine
4. Try reinstall OS (LMDE6 Faye)
5. Try other OS (KDE Neon)
6. Try other PC (AMD Based)

But that didn't help at all. Mysteriously, this happens everywhere. I don't know what else I can do
Before the LMDE6 update everything worked fine and there were no problems.

My PC:
1. ESC P55H-A2 motherboard
2. Intel Xeon X3470
3. 32 GB of DDR3 PC-1333 RAM
4. AMD RX550 Graphic card.
Shuspano
Newbie
Newbie
Posts: 3
Joined: Thu Feb 06, 2025 8:14 am

Re: Unhandled page fault on read access to 00000068 at address 7A79A028 (thread 0208), starting debugger...

Post by Shuspano »

Hello. This problem still have no solution?
Wine is dead?
Qorkey2519
Level 2
Level 2
Posts: 18
Joined: Sat Feb 15, 2025 7:04 pm

Re: Unhandled page fault on read access to 00000068 at address 7A79A028 (thread 0208), starting debugger...

Post by Qorkey2519 »

Hi there.

Please run WINEDEBUG=+file+seh wine yourapp

Post a minimum result; look for DLL Not found.

Code: Select all

wine cmd /c set
Post your

WINEDATADIR=
WINEDLLDIR0=
WINEHOMEDIR=
WINELOADER=
WINESYSTEMDLLPATH=
Shuspano
Newbie
Newbie
Posts: 3
Joined: Thu Feb 06, 2025 8:14 am

Re: Unhandled page fault on read access to 00000068 at address 7A79A028 (thread 0208), starting debugger...

Post by Shuspano »

Qorkey2519 wrote: Sun Apr 06, 2025 10:25 am Please run WINEDEBUG=+file+seh wine yourapp
Nothing. Just run Windows app in crashed state ...
Qorkey2519 wrote: Sun Apr 06, 2025 10:25 am Post your

WINEDATADIR=
WINEDLLDIR0=
WINEHOMEDIR=
WINELOADER=
WINESYSTEMDLLPATH=

Code: Select all

WINEDATADIR=\??\Z:\usr\share\wine
WINEDLLDIR0=\??\Z:\usr\lib\i386-linux-gnu\wine
WINEHOMEDIR=\??\Z:\home\lester
WINELOADER=/usr/lib/wine/wine
But I didn't find WINESYSTEMDLLPATH
Last edited by Shuspano on Mon Apr 14, 2025 11:31 pm, edited 1 time in total.
Shuspano
Newbie
Newbie
Posts: 3
Joined: Thu Feb 06, 2025 8:14 am

Re: Unhandled page fault on read access to 00000068 at address 7A79A028 (thread 0208), starting debugger...

Post by Shuspano »

Solved, This happens when the system has fonts taken from Windows XP.
Post Reply