Vous êtes ici > Bugs > Website > Bug > Ticket #1245 en

Bug #1245 sur Website

OpenGL detection not working

Ajouté par xaoslaad le 2012-08-25 17:31:03 - Commenter ou mettre à jour ce ticket

Statut :
Résolu
Priorité :
Faible
Assigné à :
Nobody
Dernière mise à jour :
2012-09-02 19:15:43
Description, étapes pour reproduire :
I get these messages every single time I start up PoL on Fedora 17 now. What exactly are you doing with this check, because I don't believe it is working properly? I am running several games (using both 32 and 64 bit wine prefixes) that require OpenGL.

PlayOnLinux is unable to find 32bits OpenGL libraries.
PlayOnLinux is unable to find 64bits OpenGL libraries.

I'd like to either install whatever it is you think I am missing out on, or be able to disable the messages.

History

Mise à jour par petch le 2012-08-25 23:00:49


Could you start playonlinux from a terminal and tell us what's displayed while it initializes?

(For background info:
PlayOnLinux comes with a small C program that tries to create a GLX context and report back:
https://github.com/petchema/POL-POM-4/blob/master/src/check_direct_rendering.c

This program is precompiled for i386 and amd64, and compressed with bzip2:
https://github.com/petchema/POL-POM-4/tree/master/bin
Those should be present in your PlayOnLinux installation
)

Mise à jour par xaoslaad le 2012-09-02 16:10:45

I rebooted and this went a away. I had a new kernel installed that I had not yet booted into, so I wonder if this was the cause of the issue. If I see it reoccur I will try to post more details.

Mise à jour par petch le 2012-09-02 16:48:17

  • Statut changé vers Résolu


From my point of view that means that the detection worked, and that you couldn't run 3D accelerated apps at that time (Note to myself: next time suggest to try to run a 3D native app, glxgears or whatever).

Mise à jour par xaoslaad le 2012-09-02 19:15:43

But that is not true. I was able to run games fine. I even fired up games to test after getting the error to ensure something hadn't broken. The detection seems to be broken in certain circumstances. Regardless you can leave this marked 'fixed' I guess and if I see it again I'll try to provide more detail to narrow down the situation.

Il n'y a rien à voir ici