Bug Report LWJGL custom cursor images horribly broken in capture

Techjar

New Member
Here's what the cursor looks like normally:
W1gosP37.png


And here's what it looks like in OBS (type of capture doesn't matter):
4iyhTlkB.png


Here's where you can download the latest build of the application this is happening with (I wrote it):
http://ci.techjargaming.com/job/LED Cube Manager/

Here's the OBS log: https://gist.github.com/65e11cc9e975c5e6d6ef

Additionally, OBS won't game or window capture the above application, and I'm not really sure why. Desktop capture works though.
 
Last edited:

Sapiens

Forum Moderator
Interesting, I noticed the same corruption with Alien: Isolation's cursor a while back.
 

Techjar

New Member
It doesn't seem to just happen with LWJGL, it seems to be happening with anything that has cursors with 1-bit alpha. Hmm... maybe the data always has 8-bit alpha, even if it's only 1-bit, but OBS is parsing it as if it's 1-bit anyways, thereby making of mess of things?
 
Top