clojure-gamedev

2022-05-04T00:39:33.577409Z

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

Kelsey Sorrels 2022-05-04T17:05:13.971399Z

no, sorry, I've just used Nvidia Nsight

2022-05-04T17:25:27.811699Z

ah, all good

2022-05-04T17:25:36.468599Z

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

2022-05-04T17:26:30.391029Z

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

2022-05-04T17:26:53.318769Z

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.

2022-05-04T17:27:17.840199Z

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