← Back to team overview

yade-dev team mailing list archive

Re: [deprecated list] installation YADE on openSUSE 11.1

 

Sergei D. said:     (by the date of Wed, 11 Mar 2009 11:54:56 +0300)

> So, compilation is successful, YADE starts and runs without errors, but
> the 3D-view is simply black, no image.
> And SimulationPlayer makes empty snapshots. What could be problem?

I had the same problem - it's the mutex in GLViewer.cpp, you "only"
need to comment out the lines 45 - 52 and 54,55

Then 3d view will work and pyton+opengl will crash - according to Vaclav.


Commenting out those lines is a temporary solution... Vaclav added
this mutex to fix 3D crashing in python, but he introduced another
bug, which we did not fix yet, because so far it only occurred on my
PC and nobody's else. And I didn't have time for that, so I just
commented out those lines. Maybe you can figure this out :)

-- 
Janek Kozicki



References