Kurt Kartaltepe

Results 138 comments of Kurt Kartaltepe

Im fairly certain we didn't patch this portion in and used it directly from the generator site. But it has been quite some time so if you say it never...

Another user reported this to us, to me it looks like sse detection failing on older GCC compilers perhaps? I dont have the issue when building with GCC 10. (though...

Sorry poked a bit more it looks like the x86intrins inclusion was changed in gcc 6.1.0, after that I think this conflict doesnt happen anymore.

The new and corrected error in rc1 is `Swapchain window creation failed: BadMatch (invalid parameter attributes), Major opcode:1, Minor opcode: 0`

Please provide the full output of `eglinfo` with and without prime offloading please. Please also provide the output of `xwininfo`, from the `x11-utils` package on ubuntu, when following these instructions:...

If you can test the linked PR and report if it fixes the issue for you that would be great.

This does not look like our bug, the same code is used for monitor and window capture and it works for monitor capture. Adding some debug information on fedora 35...

This doesnt work on my machine. Loading an old configuration actually did work but trying to choose one of the new options didnt on one try and segfaulted on a...

I happened across this, `xhost +` solved the issue with gtk initializing. Should we be passing in the auth token from `XAUTHORITY` (I have not had a chance to test...

There is also work going on in the [ring](https://github.com/briansmith/) project which seems to cover a good portion of the functionality covered in rust-crypto. Im not sure if anyone has compared...