Wine crash when run winecfg

Questions about Wine on Linux
Locked
moonwolf
Newbie
Newbie
Posts: 3
Joined: Mon Nov 14, 2022 11:53 am

Wine crash when run winecfg

Post by moonwolf »

When i run winecfg it gives:

Code: Select all

 $ winecfg
00e0:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00e0:err:winediag:nodrv_CreateWindow The explorer process failed to start.  
This happens on Ubuntu 22.10 x64 with wine version wine-7.0.1, the nvidia driver is installed so what is rong here?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine crash when run winecfg

Post by jkfloris »

You are not the only one
Do you also have an Nvidia Prime/ Hybrid-graphics system?

Code: Select all

glxinfo -B
# and
inxi -G
moonwolf
Newbie
Newbie
Posts: 3
Joined: Mon Nov 14, 2022 11:53 am

Re: Wine crash when run winecfg

Post by moonwolf »

glxinfo -B gave:

Code: Select all

 $ glxinfo -B
name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: AMD (0x1002)
    Device: AMD Radeon Vega 8 Graphics (raven, LLVM 15.0.2, DRM 3.47, 5.19.0-23-generic) (0x15d8)
    Version: 22.2.1
    Accelerated: yes
    Video memory: 2048MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
    VBO free memory - total: 1599 MB, largest block: 1599 MB
    VBO free aux. memory - total: 3012 MB, largest block: 3012 MB
    Texture free memory - total: 1599 MB, largest block: 1599 MB
    Texture free aux. memory - total: 3012 MB, largest block: 3012 MB
    Renderbuffer free memory - total: 1599 MB, largest block: 1599 MB
    Renderbuffer free aux. memory - total: 3012 MB, largest block: 3012 MB
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 2048 MB
    Total available memory: 5120 MB
    Currently available dedicated video memory: 1599 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Vega 8 Graphics (raven, LLVM 15.0.2, DRM 3.47, 5.19.0-23-generic)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.2.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.2.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
  
and inxi -G gave:

Code: Select all

 $ inxi -G
Graphics:
  Device-1: NVIDIA TU117M driver: nvidia v: 520.56.06
  Device-2: AMD Picasso/Raven 2 [Radeon Vega Series / Radeon Mobile Series]
    driver: amdgpu v: kernel
  Device-3: Chicony HD User Facing type: USB driver: uvcvideo
  Display: x11 server: X.Org v: 1.21.1.4 with: Xwayland v: 22.1.3 driver:
    X: loaded: amdgpu unloaded: fbdev,modesetting,radeon,vesa gpu: amdgpu
    resolution: 1920x1080~60Hz
  OpenGL: renderer: AMD Radeon Vega 8 Graphics (raven LLVM 15.0.2 DRM 3.47
    5.19.0-23-generic) v: 4.6 Mesa 22.2.1  
moonwolf
Newbie
Newbie
Posts: 3
Joined: Mon Nov 14, 2022 11:53 am

Re: Wine crash when run winecfg

Post by moonwolf »

I uninstalled the open kernel version of the nvidia-driver-525 and install the nvidia-driver-525 instead and wine and winecfg works.
Locked