Changes between Initial Version and Version 1 of Ticket #13648, comment 2
- Timestamp:
- Dec 12, 2014 11:56:01 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13648, comment 2
initial v1 7 7 The problem I am experiencing with the v4.3.20 VBoxAdditions shows up if I try to run P4V (a perforce client). The output is as follows: 8 8 9 ====================================== >8 =========================================== 10 9 {{{ 11 10 libGL error: pci id for fd 10: 80ee:beef, driver (null) 12 11 OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table … … 62 61 OpenGL Warning: Retry with 0x8002 returned 0 visuals 63 62 OpenGL Warning: glXGetFBConfigAttrib for 0000000003790850, failed to get XVisualInfo 64 65 ====================================== >8 =========================================== 63 }}} 66 64 67 65 The first thing I get after installing your version of the guest additions is that apport reports that /usr/lib/libgnome-descktop-3-7/check_gl_texture_size crashes with signal 5 in rtThreadGet(). … … 69 67 Then if I try to run 4v this also crashes: 70 68 71 ====================================== >8 ===========================================72 69 70 {{{ 73 71 chris@chriso-VirtualBox:~$ libGL error: pci id for fd 10: 80ee:beef, driver (null) 74 72 … … 77 75 Location : /home/michael/vbox/branches/VBox-4.3/src/VBox/Runtime/common/misc/thread.cpp(553) RTTHREADINT* rtThreadGet(RTTHREADINT*) 78 76 Thread=0000000002639250 79 80 ====================================== >8 =========================================== 77 }}} 81 78 82 79 Don't know if that gets us anywhere?