wine gives memory error when running any wine app

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Techman69
Newbie
Newbie
Posts: 1
Joined: Wed Jan 05, 2022 1:22 pm

wine gives memory error when running any wine app

Post by Techman69 »

when i run winecfg

Code: Select all

wine: Unhandled page fault on execute access to 00007F881636B270 at address 00007F881636B270 (thread 00d4), starting debugger...
wine: Unhandled page fault on execute access to 00007FC6F099E5C0 at address 00007FC6F099E5C0 (thread 007c), starting debugger...
00f4:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00f4:err:winediag:nodrv_CreateWindow The explorer process failed to start.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: wine gives memory error when running any wine app

Post by jkfloris »

Do you also get this problem if you use a clean wine prefix?

Code: Select all

WINEPREFIX=${HOME}/wine-test winecfg
or

Do you have a multi-gpu system?
Then this could be the problem:
https://bugs.winehq.org/show_bug.cgi?id=51866 and
https://bugs.winehq.org/show_bug.cgi?id=51210
Locked