All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm
@ 2010-10-15 16:29 bugzilla-daemon
  2010-10-22 13:32 ` [Bug 30901] " bugzilla-daemon
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-10-15 16:29 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=30901

           Summary: Heroes of Newerth won't start when mesa is compiled
                    with --enable-gallium-llvm
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
               URL: http://dl.heroesofnewerth.com/HoNClient-1.0.14.sh
        OS/Version: Linux (All)
            Status: NEW
          Severity: minor
          Priority: medium
         Component: Drivers/Gallium/r300
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: drakkk@centrum.cz


I usually configure mesa like this: "--enable-debug --enable-gallium-radeon
--with-dri-drivers= --with-state-trackers=dri,glx", with this HoN starts and
runs fine with r300g driver. However I was trying llvmpipe with some other apps
and I noticed, when I add "--enable-gallium-llvm", HoN won't start with "K2 -
Fatal Error: ARB_vertex_buffer_object not available." 
This is quite strange because glxinfo is identical and shows
GL_ARB_vertex_buffer_object in both cases (and OpenGL vendor string: X.Org R300
Project, OpenGL renderer string: Gallium 0.4 on RV530, so its not like I was
using some other driver). I'm quite sure I didn't messed up anything I even
asked at #radeon if I'm doing something wrong. LIBGL_DRIVERS_PATH and
LD_LIBRARY_PATH are both pointing to right mesa directories and I did git clean
-fdx between builds. 

So far I wasn't able to reproduce this with any other app.

This is with Fedora 14 i686, kernel 2.6.35.6-39.fc14, mesa from git, RV530.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm
  2010-10-15 16:29 [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm bugzilla-daemon
@ 2010-10-22 13:32 ` bugzilla-daemon
  2010-10-22 15:35 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-10-22 13:32 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=30901

--- Comment #1 from Michel Dänzer <michel@daenzer.net> 2010-10-22 06:32:42 PDT ---
(In reply to comment #1)
> [...] when I add "--enable-gallium-llvm", HoN won't start with "K2 -
> Fatal Error: ARB_vertex_buffer_object not available." 
> This is quite strange because glxinfo is identical and shows
> GL_ARB_vertex_buffer_object in both cases (and OpenGL vendor string: X.Org R300
> Project, OpenGL renderer string: Gallium 0.4 on RV530, so its not like I was
> using some other driver).

So either the game is picking up a different libGL.so.1 / r300_dri.so, or the
error message is misleading and the problem is due to something not visible in
glxinfo. As a starting point, are there any differences in the output of
'glxinfo -l'?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm
  2010-10-15 16:29 [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm bugzilla-daemon
  2010-10-22 13:32 ` [Bug 30901] " bugzilla-daemon
@ 2010-10-22 15:35 ` bugzilla-daemon
  2010-10-22 16:12 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-10-22 15:35 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=30901

--- Comment #2 from Pavel Ondračka <drakkk@centrum.cz> 2010-10-22 08:35:31 PDT ---
(In reply to comment #1)
> So either the game is picking up a different libGL.so.1 / r300_dri.so, or the
> error message is misleading and the problem is due to something not visible in
> glxinfo. As a starting point, are there any differences in the output of
> 'glxinfo -l'?

The only difference in 'glxinfo -l' output is mesa build time.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm
  2010-10-15 16:29 [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm bugzilla-daemon
  2010-10-22 13:32 ` [Bug 30901] " bugzilla-daemon
  2010-10-22 15:35 ` bugzilla-daemon
@ 2010-10-22 16:12 ` bugzilla-daemon
  2010-12-10  3:09 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-10-22 16:12 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=30901

--- Comment #3 from Pavel Ondračka <drakkk@centrum.cz> 2010-10-22 09:12:09 PDT ---
Now I found another app which have problems with --enable-gallium-llvm. With
Unigine Sanctuary I get this crash. But it works fine when compiled without
--enable-gallium-llvm.

X Error of failed request:  BadLength (poly request too large or internal Xlib
length error)
  Major opcode of failed request:  117 (X_GetPointerMapping)
  Serial number of failed request:  27
  Current serial number in output stream:  29

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm
  2010-10-15 16:29 [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-10-22 16:12 ` bugzilla-daemon
@ 2010-12-10  3:09 ` bugzilla-daemon
  2010-12-14 17:42 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-12-10  3:09 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=30901

--- Comment #4 from Marek Olšák <maraeo@gmail.com> 2010-12-09 19:09:01 PST ---
I've been running Mesa with --enable-gallium-llvm all the time and I don't have
this issue.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm
  2010-10-15 16:29 [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-12-10  3:09 ` bugzilla-daemon
@ 2010-12-14 17:42 ` bugzilla-daemon
  2010-12-15 11:32 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-12-14 17:42 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=30901

--- Comment #5 from Marek Olšák <maraeo@gmail.com> 2010-12-14 09:42:13 PST ---
export LIBGL_DEBUG=verbose

and run HoN. Does it print anything interesting?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm
  2010-10-15 16:29 [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-12-14 17:42 ` bugzilla-daemon
@ 2010-12-15 11:32 ` bugzilla-daemon
  2010-12-15 11:36 ` bugzilla-daemon
  2011-05-26 12:03 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-12-15 11:32 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=30901

--- Comment #6 from Pavel Ondračka <drakkk@centrum.cz> 2010-12-15 03:32:30 PST ---
with LIBGL_DEBUG=verbose:

libGL: OpenDriver: trying /home/Paulie/mesa/lib/gallium/r300_dri.so
libGL error: dlopen /home/Paulie/mesa/lib/gallium/r300_dri.so failed
(/home/Paulie/HoN/libs-x86/libstdc++.so.6: version `GLIBCXX_3.4.14' not found
(required by /home/Paulie/mesa/lib/gallium/r300_dri.so))
libGL error: unable to load driver: r300_dri.so
libGL error: driver pointer missing
libGL: OpenDriver: trying /home/Paulie/mesa/lib/gallium/swrast_dri.so
libGL error: dlopen /home/Paulie/mesa/lib/gallium/swrast_dri.so failed
(/home/Paulie/mesa/lib/gallium/swrast_dri.so: sdílený objektový soubor nelze
otevřít: Adresář nebo soubor neexistuje)
libGL error: unable to load driver: swrast_dri.so
libGL: OpenDriver: trying /home/Paulie/mesa/lib/gallium/swrastg_dri.so
libGL error: dlopen /home/Paulie/mesa/lib/gallium/swrastg_dri.so failed
(/home/Paulie/HoN/libs-x86/libstdc++.so.6: version `GLIBCXX_3.4.14' not found
(required by /home/Paulie/mesa/lib/gallium/swrastg_dri.so))
libGL error: unable to load driver: swrastg_dri.so
libGL error: reverting to indirect rendering
K2 - Fatal Error: ARB_vertex_buffer_object not available.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm
  2010-10-15 16:29 [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm bugzilla-daemon
                   ` (5 preceding siblings ...)
  2010-12-15 11:32 ` bugzilla-daemon
@ 2010-12-15 11:36 ` bugzilla-daemon
  2011-05-26 12:03 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-12-15 11:36 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=30901

Pavel Ondračka <drakkk@centrum.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #7 from Pavel Ondračka <drakkk@centrum.cz> 2010-12-15 03:36:58 PST ---
When I remove libstdc++.so.6 bundled with HoN it works fine... so probably not
a mesa bug after all.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm
  2010-10-15 16:29 [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm bugzilla-daemon
                   ` (6 preceding siblings ...)
  2010-12-15 11:36 ` bugzilla-daemon
@ 2011-05-26 12:03 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2011-05-26 12:03 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=30901

Damien Grassart <damien@grassart.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damien@grassart.com

--- Comment #8 from Damien Grassart <damien@grassart.com> 2011-05-26 05:03:02 PDT ---
*** Bug 37603 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-05-26 12:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15 16:29 [Bug 30901] New: Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm bugzilla-daemon
2010-10-22 13:32 ` [Bug 30901] " bugzilla-daemon
2010-10-22 15:35 ` bugzilla-daemon
2010-10-22 16:12 ` bugzilla-daemon
2010-12-10  3:09 ` bugzilla-daemon
2010-12-14 17:42 ` bugzilla-daemon
2010-12-15 11:32 ` bugzilla-daemon
2010-12-15 11:36 ` bugzilla-daemon
2011-05-26 12:03 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.