Fork me on GitHub
#clojure-gamedev
<
2022-05-04
>
Joshua Suskalo00:05:33

Anybody else use renderdoc to debug the graphics programming done with opengl of their clojure apps?

Kelsey Sorrels17:05:13

no, sorry, I've just used Nvidia Nsight

Joshua Suskalo17:05:36

I've been having some really dumb issues with my current project

Joshua Suskalo17:05:30

specifically that when using the java command to start my app it works fine from a terminal, but breaks when I try to launch the same command from renderdoc, saying the libnio.so can't load the symbol ipv6_available

Joshua Suskalo17:05:53

which tells me one of the dependencies of libnio is probably not being loaded, but I've had a hell of a time trying to figure out how to fix that.

Joshua Suskalo17:05:17

I even added all the dependencies from libnio to LD_LIBRARY_PATH before invoking renderdoc and it still fails