Wine 5 i386 staging share display lists.

Questions about Wine on Linux
Locked
rkraft
Newbie
Newbie
Posts: 1
Joined: Sat May 16, 2020 12:51 pm

Wine 5 i386 staging share display lists.

Post by rkraft »

The machine is a 64 bits, running Xubuntu 16.04 lts up to date.
Wine is 5 staging running windows XP prefix with wine or Playonlinux, the result is the same.

The application runs perfectly until the moment i attempt to activate the second screen which it is supposed to use.

Here below the error message.

Code: Select all

0024:fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
0024:err:wgl:glxdrv_wglShareLists Recreating OpenGL context to share display lists, although the context has been current!
X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  10 (X_GLXCopyContext)
glxinfo says

Code: Select all

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 384.130
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.5.0 NVIDIA 384.130
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 384.130
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
Inxi displays

Code: Select all

Graphics:  Card: NVIDIA GF108 [GeForce GT 730]
           Display Server: X.Org 1.19.6 driver: nvidia
           Resolution: [email protected], [email protected]
           GLX Renderer: GeForce GT 730/PCIe/SSE2
           GLX Version: 4.5.0 NVIDIA 384.130

and finally lsb_release identifies

Code: Select all

Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.6 LTS
Release:	16.04
Codename:	xenial
Thank you for your help as i have no idea where and what to search anymore.
I tried with nvidia drivers, i tried as well with "nouveau" drivers but always with the same results.
Locked