| 948 | |
| 949 | 2) this one when trying to run nexuiz (nothing on screen at all): |
| 950 | {{{ |
| 951 | Unhandled error while processing packet from peer |
| 952 | Traceback (most recent call last): |
| 953 | File "/usr/lib64/python2.7/site-packages/xpra/protocol.py", line 491, in _process_packet |
| 954 | self._process_packet_cb(self, decoded) |
| 955 | File "/usr/lib64/python2.7/site-packages/xpra/client.py", line 764, in process_packet |
| 956 | XpraClientBase.process_packet(self, proto, packet) |
| 957 | File "/usr/lib64/python2.7/site-packages/xpra/client_base.py", line 182, in process_packet |
| 958 | handler(packet) |
| 959 | File "/usr/lib64/python2.7/site-packages/xpra/client.py", line 686, in _process_draw |
| 960 | window.draw_region(x, y, width, height, coding, data, rowstride) |
| 961 | File "/usr/lib64/python2.7/site-packages/xpra/gl_client_window.py", line 131, in draw_region |
| 962 | self.paint_with_video_decoder(DECODERS, Decoder, "x264", img_data, x, y, width, height, rowstride) |
| 963 | File "/usr/lib64/python2.7/site-packages/xpra/gl_client_window.py", line 173, in paint_with_video_decoder |
| 964 | update_texture(data, x, y, width, height, outstride) |
| 965 | File "/usr/lib64/python2.7/site-packages/xpra/gl_client_window.py", line 211, in update_texture_yuv420 |
| 966 | assert self.textures is not None |
| 967 | AssertionError |
| 968 | }}} |