Anonymous | Login | 03-02-2021 23:11 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0006050 | [Croquet] Any | major | always | 02-13-07 14:28 | 05-21-07 18:01 | |||||||
Reporter | dr_who | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | |||||||||||
Summary | 0006050: always getting "cannot intialize openGL" on linux/kubuntu 6.10 | |||||||||||
Description | starting Croquet.sh and then dragging any of the croquet world objects into the gray area will just get me the red box and then the error message that opengl could not be initialized. | |||||||||||
Additional Information | other opengl apps work just fine: secondlife, googleearth. | |||||||||||
Attached Files | ||||||||||||
|
![]() |
|
(0009906 - 463 - 589 - 879 - 879 - 879 - 879) dr_who 02-16-07 11:20 |
the recently posted patch on the croquet-developer list fixes this problem. Ric Moore schrieb: > >>> Would you step me through applying the patch and to where? Thanks for >>> the effort!! Ric >>> Hi, http://impara.de/~jens/glx_bug.diff [^] is a patch against platforms/unix/vm-display-X11/sqUnixX11.c of http://www.squeakvm.org/unix/release/Squeak-3.9-8.src.tar.gz [^] that are no steps, but there is a readme of how to build the vm. - Jens - |
(0010735 - 525 - 595 - 595 - 595 - 595 - 595) Aquila 05-21-07 18:01 edited on: 05-21-07 18:03 |
I found a fix for the ubuntu 7.04 / croqet problem. The problem for me was that there was no link to libGL.so but there is a link to libGL.so.1 and apparently croquet uses both. One way to fix this is to add the link "sudo ln -Ts /usr/lib/libGL.so.1 /usr/lib/ibGL.so" Another way to fix this is to change the Croquet.sh commenting out the line below and adding the other line. # make libGL.so link if necessary #if [ ! -x /usr/lib/libGL.so -a -x /usr/lib/libGL.so.1 ] ; then if [ ! -x /usr/lib/libGL.so.1 ] ; then |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
39 total queries executed. 29 unique queries executed. |