wine: Unhandled page fault on read access to 90909194 at address 0034BBB9 (thread 00a0), starting debugger...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
hongyi-zhao
Level 1
Level 1
Posts: 7
Joined: Thu Jul 09, 2020 7:27 am

wine: Unhandled page fault on read access to 90909194 at address 0034BBB9 (thread 00a0), starting debugger...

Post by hongyi-zhao »

Hi,

On Ubuntu 20.04, I use the self-compiled git master version of wine. When I start it, I meet the following messages:

wine: Unhandled page fault on read access to 90909194 at address 0034BBB9 (thread 00a0), starting debugger...
werner@X10DAi-01:~$ wine: Unhandled page fault on read access to 90909194 at address 0034BBB9 (thread 0124), starting debugger...

Any hints for this problem?

Regards,
HY
madewokherd
Level 4
Level 4
Posts: 144
Joined: Mon Jun 02, 2008 5:03 pm

Re: wine: Unhandled page fault on read access to 90909194 at address 0034BBB9 (thread 00a0), starting debugger...

Post by madewokherd »

That's very bad. I guess it doesn't get far enough to be able to load the debugger and give you a stack trace.

If you're brave enough to debug this yourself, a WINEDEBUG=+relay,+seh log might tell you something.
Locked