[Bug 39787] Lilos Lesewelt 2 crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 28 15:17:01 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=39787

--- Comment #3 from Alois Schlögl <alois.schloegl at gmail.com> ---
(In reply to super_man from comment #2)
> Could it be somehow gpu driver issue?
> 
> That backtrace has 
> 
> glXGetProcAddressARB
> 
> and it's only mentioned few times in wine source code.
> 
> http://source.winehq.org/git/wine.git/
> ?a=search&h=6bc0ce26a853b51f11958545bfa5570bdcb1cf01&st=grep&s=glXGetProcAddr
> essARB


In both cases, debian 8 with free graphics drivers is used. Below is the
output of the following commands for both machines.

    lspci | grep VGA
    find /dev -group video
    glxinfo | grep -i vendor
    dpkg -l|grep glx




u at mach32bit:~$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation NV17M [GeForce4 440 Go]
(rev a3)
u at mach32bit:~$ find /dev -group video
/dev/nvidia0
/dev/nvidiactl
/dev/agpgart
u at mach32bit:~$ glxinfo | grep -i vendor
libGL error: failed to open drm device: No such file or directory
libGL error: failed to load driver: i915
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: VMware, Inc.
u at mach32bit:~$ dpkg -l|grep glx
ii  libgl1-mesa-glx:i386                  10.3.2-1+deb8u1                     
i386         free implementation of the OpenGL API -- GLX runtime
ii  libxcb-glx0:i386                      1.10-3+b1                           
i386         X C Binding, glx extension
ii  libxcb-glx0-dev:i386                  1.10-3+b1                           
i386         X C Binding, glx extension, development files
u at mach32bit:~$ 


u at mach64bit:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express
Integrated Graphics Controller (rev 10)
u at mach64bit:~$ find /dev -group video
/dev/fb0
/dev/dri/card0
/dev/dri/controlD64
/dev/agpgart
u at mach64bit:~$ glxinfo | grep -i vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: Intel Open Source Technology Center
u at mach64bit:~$ 
u at mach64bit:~$ dpkg -l|grep glx
ii  libgl1-mesa-glx:amd64                  10.3.2-1+deb8u1                     
amd64        free implementation of the OpenGL API -- GLX runtime
ii  libgl1-mesa-glx:i386                   10.3.2-1+deb8u1                     
i386         free implementation of the OpenGL API -- GLX runtime
ii  libva-glx1:amd64                       1.4.1-1                             
amd64        Video Acceleration (VA) API for Linux -- GLX runtime
ii  libxcb-glx0:amd64                      1.10-3+b1                           
amd64        X C Binding, glx extension
ii  libxcb-glx0:i386                       1.10-3+b1                           
i386         X C Binding, glx extension
ii  libxcb-glx0-dev:amd64                  1.10-3+b1                           
amd64        X C Binding, glx extension, development files



Do you need any other information ?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list