Hello!
I downloaded 1.2.9 and upgraded from 1.1.7 oddly enough 1.2.9 do not find 'OpenGL.so' even that the path is correct and the file exist? I have double and triple checked that 'OpenGL.so' has the right access-rights and and even tried to run as sudo. I rolled back to 1.1.7 and it works. Maybe there is an error in the error message, and some thing else is wrong??? I'm using Ubuntu 14.04 LTS 64bit.
DUMP--->
bmj@bmj-X202E:~/Slic3r/bin$ ./slic3r --gui
Can't load '/home/bmj/Slic3r/lib/vrt/9e109cfe461eb9a764d58156ba7bc844/OpenGL.so' for module OpenGL: libglut.so.3: kan inte öppna delad objektfil: Filen eller katalogen finns inte at
at /home/bmj/Slic3r/lib/std/Slic3r/GUI/Plater/2DToolpaths.pm line 120
Compilation failed in require at /home/bmj/Slic3r/lib/std/Slic3r/GUI/Plater/2DToolpaths.pm line 120.
BEGIN failed--compilation aborted at /home/bmj/Slic3r/lib/std/Slic3r/GUI/Plater/2DToolpaths.pm line 120.
Compilation failed in require at /home/bmj/Slic3r/lib/std/Slic3r/GUI.pm line 16.
BEGIN failed--compilation aborted at /home/bmj/Slic3r/lib/std/Slic3r/GUI.pm line 16.
Compilation failed in require at (eval 71) line 1.
Ah, another Ubuntu user. You should probably delete the libopengl that
comes with Slic3r, it's been known to have problems.
"Nothing unreal exists." - Kiri-kin-tha's First Law of Metaphysics.
On Wed, Jun 24, 2015 at 2:48 PM, bmjbmj [email protected] wrote:
Hello!
I downloaded 1.2.9 and upgraded from 1.1.7 oddly enough 1.2.9 do not find
'OpenGL.so' even that the path is correct and the file exist? I have double
and triple checked that 'OpenGL.so' has the right access-rights and and
even tried to run as sudo. I rolled back to 1.1.7 and it works. Maybe there
is an error in the error message, and some thing else is wrong??? I'm using
Ubuntu 14.04 LTS 64bit.
DUMP--->
bmj@bmj-X202E:~/Slic3r/bin$ ./slic3r --gui
Can't load
'/home/bmj/Slic3r/lib/vrt/9e109cfe461eb9a764d58156ba7bc844/OpenGL.so' for
module OpenGL: libglut.so.3: kan inte öppna delad objektfil: Filen eller
katalogen finns inte at /DynaLoader.pm line 157.
at /home/bmj/Slic3r/lib/std/Slic3r/GUI/Plater/2DToolpaths.pm line 120
Compilation failed in require at
/home/bmj/Slic3r/lib/std/Slic3r/GUI/Plater/2DToolpaths.pm line 120.
BEGIN failed--compilation aborted at
/home/bmj/Slic3r/lib/std/Slic3r/GUI/Plater/2DToolpaths.pm line 120.
Compilation failed in require at /home/bmj/Slic3r/lib/std/Slic3r/GUI.pm
line 16.
BEGIN failed--compilation aborted at
/home/bmj/Slic3r/lib/std/Slic3r/GUI.pm line 16.
Compilation failed in require at (eval 71) line 1.—
Reply to this email directly or view it on GitHub
https://github.com/alexrj/Slic3r/issues/2953.
Actually libGL, libGLU and libglut.
But they were removed as of 1.2.9...
@bmjbmj try installing the freeglut3
package from your distribution.
Thank you all!
I tried t-paul:s solution first and it worked.
I like the 3D view and the new option for a connection to OctoPrint in 1.2.9!
I will add freeglut3 to my package reqs then
On Jun 25, 2015 4:09 PM, "bmjbmj" [email protected] wrote:
Thank you all!
I tried t-paul:s solution first and it worked.
I like the 3D view and the new option for a connection to OctoPrint in
1.2.9!—
Reply to this email directly or view it on GitHub
https://github.com/alexrj/Slic3r/issues/2953#issuecomment-115399026.
Good! I updated the http://slic3r.org/download page with freeglut.
Most helpful comment
@bmjbmj try installing the
freeglut3
package from your distribution.