[scilab-Users] JOGL & SciLab Problems

Mathieu Dubois mathieu.dubois at limsi.fr
Fri Nov 19 17:29:41 CET 2010


Hello Tyrel,

I don't use windows but precompiled linux version comes with JOGL so I 
think that Windows' version too.

Usually Scilab crashes are caused by out-of-date drivers. See 
http://wiki.scilab.org/Graphical_issues_with_Scilab_5.0 for more details.

HTH,
Mathieu

On 11/18/2010 10:16 PM, Tyrel Beede wrote:
> Hey Guys,
>
>   I just spent the last hour googling around and reading anything I 
> could find to help diagnose my problem with SciLab.  I don't think it 
> is a bug.  The problem seems to be related to JOGL.  I've installed a 
> fresh copy of SciLab 5.2.2 x64 to match my x64 Windows 7 install.  
> Everything works great with SciLab until I try to issue a "plot(x,y)" 
> command at which point SciLab crashes.  Even something simple like 
> this causes problems
>
> x = 0 : 0.1 : 10
> y = sin(x)
> plot(x,y);
>
> I've tried all the different usecanvas(%T) tricks I can find.  Then I 
> noticed in some of the bug reports the developers were asking people 
> to check the JOGL demo programs and verify that JOGL is working.  I 
> went to the JOGL site and tried the gears demo and sure enough the 
> gears demo crashes out.  It seems like JOGL isn't installed or it 
> can't be found.
>
> In short,
>
> 1.  Are the JOGL binaries installed with SciLab?
>
> 2.  Is there a path issue that might be causing them to be hidden?
>
> Thanks,
> Ty




More information about the users mailing list