Jean-Pierre Coetzee
Jean-Pierre Coetzee
Just want to bup this issue, it still occurs with the latest AMD drivers. Effectivly CasparCG is unusable right now with an AMD graphics card if the drivers are newer...
So this breaks on windows, changing the texture type to `GL_RGBA`, including in the screen consumer to fix the colours to `GL_RGBA` while I was testing seems to fix this....
To note there isn't an opengl error thrown, the AMD driver itself throws an exception.
I am testing on Windows 11, it was the same on windows 10 when I was still running that.
To note, just changing to `GL_RGBA` and `GL_RGB` fixed the crash for me, I did not need to change `GL_UNSIGNED_INT_8_8_8_8_REV`
I have also tried GetTexInfo and Getntexinfo? the other two APIs and they also crash. Seems like something deep in the AMD driver is broken with BGRA on windows. Will...
So it's only these calls that fail [https://registry.khronos.org/OpenGL-Refpages/gl4/html/glGetTexImage.xhtml](https://registry.khronos.org/OpenGL-Refpages/gl4/html/glGetTexImage.xhtml), the glTextureSubImage2D call was fine.
This seems like it's linked to https://github.com/CasparCG/server/issues/1451 and https://github.com/CasparCG/server/issues/1460, may even be the exact same issue as https://github.com/CasparCG/server/issues/1460
I'm aware it has been two years but I am unable to reproduce this on the current branch or the latest stable. @Julusian @MauriceVeraart I'm guessing this is resolved?
There hasn't been a code change in 3 years, I strongly doubt you will get a new release. If there is a security concern you have specifically then post an...