winecfg crash: Unhandled page fault on read access

Questions about Wine on Linux
Locked
Leeo97one
Level 1
Level 1
Posts: 6
Joined: Thu Nov 03, 2016 5:17 pm

winecfg crash: Unhandled page fault on read access

Post by Leeo97one »

Hello,

I've recently installed Wine Staging 2.17. I can run some .exe without problem but I can't open winecfg.

System infos:

Code: Select all

[leeo@leeo-arch-msi ~]$ wine --version
wine-2.17 (Staging)

Code: Select all

[leeo@leeo-arch-msi ~]$ uname -a
Linux leeo-arch-msi 4.12.13-1-ARCH #1 SMP PREEMPT Fri Sep 15 06:36:43 UTC 2017 x86_64 GNU/Linux
The crash:

Code: Select all

[leeo@leeo-arch-msi ~]$ winecfg
fixme:winediag:start_process Wine Staging 2.17 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
wine: Unhandled page fault on read access to 0x00000008 at address 0x7ffa62b28769 (thread 002f), starting debugger...
winedbg: Internal crash at 0x7f8181ed5769
I've installed all the optionnal dependencies just to be sure:

Code: Select all

[leeo@leeo-arch-msi ~]$ pacman -Qi wine-staging 
Nom                      : wine-staging
Version                  : 2.17-1
Description              : A compatibility layer for running Windows programs - Staging branch
Architecture             : x86_64
URL                      : http://www.wine-staging.com
Licences                 : LGPL
Groupes                  : --
Fournit                  : wine=2.17  wine-wow64=2.17
Dépend de                : attr  lib32-attr  fontconfig  lib32-fontconfig  lcms2  lib32-lcms2  libxml2  lib32-libxml2  libxcursor  lib32-libxcursor  libxrandr  lib32-libxrandr  libxdamage  lib32-libxdamage
                           libxi  lib32-libxi  gettext  lib32-gettext  freetype2  lib32-freetype2  glu  lib32-glu  libsm  lib32-libsm  gcc-libs  lib32-gcc-libs  libpcap  lib32-libpcap  desktop-file-utils
Dépendances opt.         : giflib [installé]
                           lib32-giflib [installé]
                           libpng [installé]
                           lib32-libpng [installé]
                           libldap [installé]
                           lib32-libldap [installé]
                           gnutls [installé]
                           lib32-gnutls [installé]
                           mpg123 [installé]
                           lib32-mpg123 [installé]
                           openal [installé]
                           lib32-openal [installé]
                           v4l-utils [installé]
                           lib32-v4l-utils [installé]
                           libpulse [installé]
                           lib32-libpulse [installé]
                           alsa-plugins [installé]
                           lib32-alsa-plugins [installé]
                           alsa-lib [installé]
                           lib32-alsa-lib [installé]
                           libjpeg-turbo [installé]
                           lib32-libjpeg-turbo [installé]
                           libxcomposite [installé]
                           lib32-libxcomposite [installé]
                           libxinerama [installé]
                           lib32-libxinerama [installé]
                           ncurses [installé]
                           lib32-ncurses [installé]
                           opencl-icd-loader [installé]
                           lib32-opencl-icd-loader [installé]
                           libxslt [installé]
                           lib32-libxslt [installé]
                           libva [installé]
                           lib32-libva [installé]
                           gtk3 [installé]
                           lib32-gtk3 [installé]
                           gst-plugins-base-libs [installé]
                           lib32-gst-plugins-base-libs [installé]
                           vulkan-icd-loader [installé]
                           lib32-vulkan-icd-loader [installé]
                           cups [installé]
                           samba [installé]
                           dosbox [installé]
Requis par               : wine-mono  wine_gecko
Optionnel pour           : --
Est en conflit avec      : wine  wine-wow64
Remplace                 : --
Taille installée         : 419,49 MiB
Paqueteur                : Felix Yan <[email protected]>
Compilé le               : mer. 20 sept. 2017 07:55:36 CEST
Installé le              : lun. 25 sept. 2017 17:38:34 CEST
Motif d’installation     : Explicitement installé
Script d’installation    : Non
Validé par               : Signature
And yes I already tried to reinstall the package and delete the .wine folder.
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: winecfg crash: Unhandled page fault on read access

Post by dimesio »

Leeo97one
Level 1
Level 1
Posts: 6
Joined: Thu Nov 03, 2016 5:17 pm

Re: winecfg crash: Unhandled page fault on read access

Post by Leeo97one »

Oh OK, this is reassuring ^^
Locked