Kyun (L.F.A.)
Kyun (L.F.A.)
@cylian914 How are you getting the segfault backtrace of embedded Gamescope? On my machine, running gdb or lldb on any graphical app ran straight from TTY such as embedded Gamescope...
Hi. I am tripping this assertion and another one upon closing the app gamescope is running. I bisected the offending commits. The assertion (1) being tripped here started with https://github.com/ValveSoftware/gamescope/commit/aec2fd279be1edeb6249c7c31306861740cdc098...
> @zany130 @KyunLFA I made a branch `wayland_backend_assert1_fix` in my fork here: https://github.com/sharkautarch/gamescope/ Let me know whether or not the branch fixes that first assertion failure Did not fix it...
Since I won't be creating a new issue, I don't feel too bad tagging some potential parties of interest. **_Not requesting the feature here_**, it's just the data for posterity....
HACKHACKHACK ``` diff --git a/src/wlserver.cpp b/src/wlserver.cpp index 82dc230..29f58eb 100644 --- a/src/wlserver.cpp +++ b/src/wlserver.cpp @@ -27,8 +27,10 @@ #include #include #include +#include #include #include +#include #include #include #include @@ -1594,6 +1596,10...
Full backtrace of 4.: ``` #0 0x00007c826a4a053b in pthread_kill () at /usr/lib/libc.so.6 #1 0x00007c826a442048 in raise () at /usr/lib/libc.so.6 #2 0x00007c826a424478 in abort () at /usr/lib/libc.so.6 #3 0x00007c826a897b42 in __gnu_cxx::__verbose_terminate_handler...
Update!! Wine wayland on embedded mode progress thanks to @sharkautarch !! The solution (for now) of the bad variant access was adding `&& input->type == steamcompmgr_win_type_t::XWAYLAND` to the line `if...
@antoyo Do you have access to the latest RTGI? When running via the command-line, I get the following errors after applying your patch to vkBasalt and fixing the #includes in...
For those trying to use this MR with upstream and failing to see any tearing, there's a working version at https://github.com/vimproved/sway/tree/tearing_control (thanks vimproved for maintaining the MR and thanks RicArch97...
@RicArch97 I understand 100%, I choose to use experimental stuff all the time (you'd probably cringe at my heavily experimental and patched custom compiled OS bits...) but I can get...