Changes between Initial Version and Version 1 of Ticket #150, comment 4
- Timestamp:
- 07/04/12 10:06:51 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #150, comment 4
initial v1 1 1 Sorry, I was wrong: 2 2 {{{ 3 found valid OpenGL: 2.1 4 GL Extension GL_ARB_fragment_program available 5 6 (xpra:28451): GtkGLExt-CRITICAL **: gtk_widget_get_gl_window: assertion `gtk_widget_get_realized (widget)' failed 7 8 (xpra:28451): GtkGLExt-CRITICAL **: gtk_widget_get_gl_context: assertion `gtk_widget_get_realized (widget)' failed 9 3 10 Unhandled error while processing packet from peer 4 11 Traceback (most recent call last): … … 17 24 AttributeError: 'NoneType' object has no attribute 'gl_begin' 18 25 }}} 26 Maybe because the widget is not realized yet? (just make it so?)