Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix retracing of OpenArena #4

Closed
zackr opened this issue Apr 14, 2011 · 2 comments
Closed

Fix retracing of OpenArena #4

zackr opened this issue Apr 14, 2011 · 2 comments
Assignees
Milestone

Comments

@zackr
Copy link
Member

zackr commented Apr 14, 2011

There's a number of artifacts in retracing OpenArena.

@ghost ghost assigned jrfonseca Apr 15, 2011
@jrfonseca
Copy link
Member

The issue was that OpenArena was doing dlopen("libGL.so.1") and we were missing out most calls, in particular all glX calls.

It's fixed now.

@zackr
Copy link
Member Author

zackr commented Apr 16, 2011

On Saturday 16 April 2011 08:44:17 jrfonseca wrote:

The issue was that OpenArena was doing dlopen("libGL.so.1") and we were
missing out most calls, in particular all glX calls.

It's fixed now.

That is quite brilliant.
It also fixes SDL apps because SDL does the same thing. Awesome stuff!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants