#2459 closed defect (fixed)
xpra-shadow OpenGL error spamming
Reported by: | stdedos | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 4.0 |
Component: | client | Version: | 3.0.x |
Keywords: | Cc: |
Description
$ xpra version xpra for python 2.7 is not installed retrying with python3 3.0-r24095 $ lsb_release -rd Description: Ubuntu 16.04.6 LTS Release: 16.04
client:
Windows 10 Xpra GTK2 client version 3.01-r24232 64-bit
Spamming of some OpenGL errors. Supposedly happened from the "spinners" condition. Performance has significantly dropped after this error started to occur.
Intel adapter is used, YMMV
Attachments (1)
Change History (3)
Changed 3 years ago by
Attachment: | xpra-client-2459.txt added |
---|
comment:1 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2459
Note: See
TracTickets for help on using
tickets.
Was already fixed in r23971 (and I forgot to backport to v3), this is almost an exact duplicate of #2425.
As of r24234, we will also trap
glClear
errors in thedo_show_pointer_overlay
call used by shadow servers.