Opened 14 years ago

Closed 14 years ago

#5824 closed bug (fixed)

gcc4 built opengl application fails to find an opengl renderer

Reported by: aldeck Owned by: phoudoin
Priority: high Milestone: R1
Component: Kits/OpenGL Kit Version: R1/alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

gcc4 built opengl application fails to find an opengl renderer.

eg: a gcc4 built GLTeapot will display the "No OpenGL renderer available" message.

As syslog shows, the runtime loader can't find the renderer addon. Puting a gcc4 built "Mesa Software Renderer" alongside the gcc2 one in /boot/system/add-ons/opengl worked for me (whatever the name of both, to my surprise). This allowed me to run gcc4 and gcc2 opengl dependent apps.

Haiku hrev36421 trunk gcc2/4 hybrid

Here's my experience, not sure about the proper fix.

Change History (5)

comment:1 by phoudoin, 14 years ago

I guess we break GLRenderer or GLDispatcher ABI somewhere, which leads to gcc2 Mesa Software Renderer failure at runtime link loading stage.

Regarding your surprise, the built-in GLRendererRoster in libGL.so search every */add-ons/opengl add-ons and currently select the first one he succeed to load. The add-on name doesn't matter, indeed.

comment:2 by phoudoin, 14 years ago

Owner: changed from korli to phoudoin
Status: newassigned

comment:3 by phoudoin, 14 years ago

Priority: normalhigh

comment:4 by phoudoin, 14 years ago

Status: assignedin-progress

comment:5 by phoudoin, 14 years ago

Resolution: fixed
Status: in-progressclosed

Fixed in hrev37900. And hybrid OpenGL add-ons are builtin since hrev37901.

Note: See TracTickets for help on using tickets.