Denis Lukianov
Denis Lukianov
Tested that my overlay scrollbar setting is not causing this. I took ubuntu VM images from linuxvmimages.com (not affiliated nor recommended), then saved wxtest.cpp to the Desktop and ran: ```...
Downgrading every package in the dependency tree, the culprit appears to be libcairo2 libcairo2_1.18.0-1_amd64.deb: issue is present libcairo2_1.16.0-7_amd64.deb: issue is absent
cairo 1.17.4 good cairo 1.17.6 good cairo 1.17.8 bad cairo 1.18.0 bad
cairo 5dafd741 good cairo 9fbf8f48 good cairo 47a21c6e bad FAULT Clamp path coordinates cairo 451dcd31 bad cairo ccb306b8 bad cairo 91364546 bad cairo ff08edfc bad cairo 4913f079 bad cairo aeafbf55...
I don't know much about guis, but it looks like cairo change 451dcd31 clamps double values to fixed point values, but the 32-bit fixed point type uses 8 bits for...
Thanks. Raised https://gitlab.freedesktop.org/cairo/cairo/-/issues/824
This boomerang back down. Cairo dev suggests that the issue is that the library is not being used correctly. https://gitlab.freedesktop.org/cairo/cairo/-/issues/824#note_2264420 Maybe the wx virtual window is too big or something,...
I can reproduce this issue on Ubuntu 22.04 Linux 6.5.5 Mesa 23.2.1 with both an old R9 Nano (Fiji GCN 3) and a new RX7600 (RDNA 3) streaming 1440p@60 over...
@ReenigneArcher I wouldn't expect this encoder issue to be resolved by that UI change. That new configuration option can also be plumbed into my rough workaround, I guess. The more...
> So yeah, "oversized frames" is the root cause of all of this. > I rather suppose the root cause is a transient network issue Once there is an oversized...