Slicer can't open configuration - Ubuntu 18.04

Hi, im very new in Ubuntu and Slicer, i have a laptop with an AMD processor and Radeon integrated graphics card, i google about the problem i have and nothing seem to help me.

My problem is every time i tried to open the configuration in slicer i have the following errors:

10:31:04.211 : Slic3r command:/tmp/.mount_RepetiZF4HJU/Slic3r/slic3r-console.exe --gui
10:31:05.924 : <Slic3r> libGL error: unable to load driver: radeonsi_dri.so
10:31:05.924 : <Slic3r> libGL error: driver pointer missing
10:31:05.925 : <Slic3r> libGL error: failed to load driver: radeonsi
10:31:05.925 : <Slic3r> libGL error: unable to load driver: radeonsi_dri.so
10:31:05.925 : <Slic3r> libGL error: driver pointer missing
10:31:05.925 : <Slic3r> libGL error: failed to load driver: radeonsi
10:31:05.927 : <Slic3r> libGL error: unable to load driver: swrast_dri.so
10:31:05.927 : <Slic3r> libGL error: failed to load driver: swrast
10:31:06.120 : <Slic3r> The program 'slic3r.pl' received an X Window System error.
10:31:06.120 : <Slic3r> This probably reflects a bug in the program.
10:31:06.120 : <Slic3r> The error was 'BadValue (integer parameter out of range for operation)'.
10:31:06.120 : <Slic3r>   (Details: serial 1188 error_code 2 request_code 155 minor_code 24)
10:31:06.120 : <Slic3r>   (Note to programmers: normally, X errors are reported asynchronously;
10:31:06.120 : <Slic3r>    that is, you will receive the error a while after causing it.
10:31:06.120 : <Slic3r>    To debug your program, run it with the --sync command line
10:31:06.120 : <Slic3r>    option to change this behavior. You can then get a meaningful
10:31:06.120 : <Slic3r>    backtrace from your debugger if you break on the gdk_x_error() function.)

Thanks in advice for any help you can give me.

Comments

  • Looks like a problem with OpenGL. It tries to load 
    10:31:05.924 : <Slic3r> libGL error: unable to load driver: radeonsi_dri.so
    so some part at least assumes you have a radeon card which you say you have.

    Does the host 3d window work? I mean host also uses OpenGL and in host log you should see even which version it detected and found. 

    In any case try to find the package containing the driver and try to install it. You can also check if the SLic3r PE works. It is also based on Slic3r but just has some more improvements.
  • I had the same problem with slic3rPE 1.41.2 using Linux Mint Tessa (based on ubuntu 18.4).
    i solved it by installing "freeglut3" in the software-manager.
  • I fix my problem using slic3r prusa edition instead the regular slic3r.
Sign In or Register to comment.