You are not logged in.

#1 2010-10-09 21:02:20

beroal
Member
From: Ukraine
Registered: 2009-06-07
Posts: 325
Website

[solved] a game can not find libGL from nvidia driver 260.19.06

err:wgl:has_opengl Failed to load libGL: libGL.so.1: wrong ELF class: ELFCLASS64
err:wgl:has_opengl OpenGL support is disabled.
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
fixme:ddraw:ddraw7_FlipToGDISurface iface 0x13c7a8 stub!
err:module:load_builtin_dll failed to load .so lib for builtin L"opengl32.dll": libGL.so.1: wrong ELF class: ELFCLASS64

This problem was known before, but all solutions are "install additional packages". I think this began when I upgraded nvidia's clobber from 256 to 260. But I can not properly test this hypothesis, 256 version does not work with "xorg-server-1.9" and "xorg-server" has too many dependencies to downgrade it. I checked that "lib32-nvidia-utils-beta" has "libGL.so.1" in "/lib32". I will really appreciate your help.

$ pacman -Q bin32-wine-suse
bin32-wine-suse 1.3.4-2
$ pacman -Q lib32-nvidia-utils-beta
lib32-nvidia-utils-beta 260.19.06-1
$ pacman -Q nvidia-utils-beta
nvidia-utils-beta 260.19.06-1
$ pacman -Q nvidia-beta-all
nvidia-beta-all 260.19.06-1

The same error with "wine" from the "multilib" repository.

Last edited by beroal (2010-10-10 10:03:47)


we are not condemned to write ugly code

Offline

#2 2010-10-09 21:58:54

beroal
Member
From: Ukraine
Registered: 2009-06-07
Posts: 325
Website

Re: [solved] a game can not find libGL from nvidia driver 260.19.06

Well, it works with

$ pacman -Q lib32-nvidia-utils
lib32-nvidia-utils 256.53-2
$ pacman -Q nvidia-utils
nvidia-utils 256.53-1
$ pacman -Q nvidia
nvidia 256.53-1

I suppose this is a beta bug. Where should I send it to?


we are not condemned to write ugly code

Offline

#3 2010-10-09 22:10:51

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] a game can not find libGL from nvidia driver 260.19.06

beroal wrote:

I suppose this is a beta bug. Where should I send it to?

Bugs go http://bugs.archlinux.org/ , if that's what you're asking, but I don't think they handle bug reports about unsupported software.

Last edited by karol (2010-10-09 22:12:19)

Offline

#4 2010-10-09 22:14:32

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [solved] a game can not find libGL from nvidia driver 260.19.06

Hi,
try running wine with

LD_LIBRARY_PATH="/usr/lib32/:/usr/lib/" wine app.exe

This will force Wine to first look into /usr/lib32 where it should find the correct libGL it's looking for...

Offline

#5 2010-10-10 02:29:11

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [solved] a game can not find libGL from nvidia driver 260.19.06

karol wrote:
beroal wrote:

I suppose this is a beta bug. Where should I send it to?

Bugs go http://bugs.archlinux.org/ , if that's what you're asking, but I don't think they handle bug reports about unsupported software.

Of course not. There is no bug to file with Arch for stuff that isn't in the Arch repos.

Offline

#6 2010-10-10 10:03:11

beroal
Member
From: Ukraine
Registered: 2009-06-07
Posts: 325
Website

Re: [solved] a game can not find libGL from nvidia driver 260.19.06

Sorry for bothering you. Today it works with 260 nvidia. I can't tell what was wrong.


we are not condemned to write ugly code

Offline

Board footer

Powered by FluxBB