On Sun, Jan 16, 2011 at 02:34:13AM -0600, Mark Cason wrote: > NOW, the problem. I'm trying to use the sim/axis.ini file, but I > cannot get it to finish loading. I'm assuming that the RUN_IN_PLACE=no, > shown below is the problem?
No. When you install a package version, it's expected that RUN_IN_PLACE=no. When you build yourself, then that version is RUN_IN_PLACE=yes. > Traceback (most recent call last): > File "/usr/bin/axis", line 3951, in <module> > make_cone() > File "/usr/bin/axis", line 1395, in make_cone > gluCylinder(q, 0, .1, .25, 32, 1) > minigl.error: (1282, 'invalid operation') This is the real error. It probably indicates that something is broken about the OpenGL setup on your system. You could verify that this is the case by running with a GUI that doesn't require OpenGL, such as sim/tkemc.ini. Or you could run another OpenGL program such as glxgears or /usr/lib/xscreensaver/glmatrix -- if they also fail or have an incorrect display, then look to your opengl setup as the cause of the problem. Consider installing the package libgl1-mesa-swx11 which generally gives a working software-only OpenGL implementation regardless of the underlying video driver. Jeff ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
