Michael Sartain
Michael Sartain
From Jorgen: > I tried running the latest vogl from github (built using the > vogl_chroot) on our game, Planetary Annihilation, under Linux 64-bit. > > It succeeded in capturing...
Our preloaded dso pulls in a ton of dependencies, uses a lot of memory, and generally does far too much work in the game process. And if the game crashes...
Need to hook the various XNextEvent functions to add hotkey support to vogl. Probably should have the ability to specify the hotkey on the command line or a config file....
1. During capture: (vogltrace) Warning: GL error GL_INVALID_ENUM occurred sometime before this function was called. This error has been latched by the tracer onto the tracer's context shadow struct. This...
Creating Websocket with Firefox v28.0 on Linux was failing because Connection header was "keep-alive, Upgrade" and code was looking for "Upgrade".
I would like windows with the following properties: * Render on top of a window, but don't take focus and don't activate. * When I mouse click on them and...