Crash on Ubuntu 21.10

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
csetera
Posts: 55
Joined: Mon Nov 23, 2020 1:19 pm

Re: Crash on Ubuntu 21.10

Post by csetera »

chrisb wrote: Fri Oct 15, 2021 7:45 am
csetera wrote: Fri Oct 15, 2021 2:52 am
chrisb wrote: Thu Oct 14, 2021 11:43 pm You can try 0.20 AppImage from here.
I mentioned in my original post that I did try the weekly build with the same behavior.
It wasn't clear to me if you used the AppImage. You should base further tests on the most current 0.20, because if anything has to befixed on the FreeCAD side, it will be in that version.
Fair enough. I will try 0.20 and see if the same fix works.
csetera
Posts: 55
Joined: Mon Nov 23, 2020 1:19 pm

Re: Crash on Ubuntu 21.10

Post by csetera »

csetera wrote: Fri Oct 15, 2021 11:50 am
chrisb wrote: Fri Oct 15, 2021 7:45 am
csetera wrote: Fri Oct 15, 2021 2:52 am
chrisb wrote: Thu Oct 14, 2021 11:43 pm You can try 0.20 AppImage from here.
I mentioned in my original post that I did try the weekly build with the same behavior.
It wasn't clear to me if you used the AppImage. You should base further tests on the most current 0.20, because if anything has to befixed on the FreeCAD side, it will be in that version.
Fair enough. I will try 0.20 and see if the same fix works.
It turns out that I'm not the first to have this issue. In fact, the weekly builds page (https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds) calls this out specifically and points to this forum thread (https://forum.freecadweb.org/viewtopic. ... 51#p510504) . I have rebuilt my local image and this gets me to a good place until this can be resolved on the build server.
User avatar
Shalmeneser
Veteran
Posts: 9443
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: Crash on Ubuntu 21.10

Post by Shalmeneser »

Please do not repeat all posts in your text but select only useful ones.
Ank
Posts: 100
Joined: Thu Sep 19, 2019 5:22 pm

Re: Crash on Ubuntu 21.10

Post by Ank »

I have the same issue with Ubuntu 22.04 - older , and current weekly appimage:
FreeCAD_weekly-builds-28730-Linux-Conda_glibc2.12-x86_64.AppImage
FreeCAD_weekly-builds-28774-Linux-Conda_glibc2.12-x86_64.AppImage


Wayland or Xorg, makes no difference.

Code: Select all

 ./FreeCAD_weekly-builds-28774-Linux-Conda_glibc2.12-x86_64.AppImage 
FreeCAD 0.20, Libs: 0.20R28774 (Git)
© Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022
FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
FreeCAD wouldn't be possible without FreeCAD community.
  #####                 ####  ###   ####  
  #                    #      # #   #   # 
  #     ##  #### ####  #     #   #  #   # 
  ####  # # #  # #  #  #     #####  #   # 
  #     #   #### ####  #    #     # #   # 
  #     #   #    #     #    #     # #   #  ##  ##  ##
  #     #   #### ####   ### #     # ####   ##  ##  ##

libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast
/tmp/.mount_FreeCA57PZ1n/AppRun: line 42: 23871 Aborted                 (core dumped) ${MAIN} "$@"
chrisb
Veteran
Posts: 53785
Joined: Tue Mar 17, 2015 9:14 am

Re: Crash on Ubuntu 21.10

Post by chrisb »

Ank wrote: Wed May 04, 2022 9:19 am I have the same issue
Check the Known OS specific issues.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Ank
Posts: 100
Joined: Thu Sep 19, 2019 5:22 pm

Re: Crash on Ubuntu 21.10

Post by Ank »

thank you.. that link could have been compiled into, and displayed as error-handling on start :)
User avatar
adrianinsaval
Veteran
Posts: 5534
Joined: Thu Apr 05, 2018 5:15 pm

Re: Crash on Ubuntu 21.10

Post by adrianinsaval »

Ank wrote: Wed May 04, 2022 3:52 pm thank you.. that link could have been compiled into, and displayed as error-handling on start :)
PRs welcomed ;)
Ank
Posts: 100
Joined: Thu Sep 19, 2019 5:22 pm

Re: Crash on Ubuntu 21.10

Post by Ank »

another odd thing is that my home workstation, same Ubuntu, same Freecad ... works just fine without the variable.
User avatar
adrianinsaval
Veteran
Posts: 5534
Joined: Thu Apr 05, 2018 5:15 pm

Re: Crash on Ubuntu 21.10

Post by adrianinsaval »

different graphics driver?
Ank
Posts: 100
Joined: Thu Sep 19, 2019 5:22 pm

Re: Crash on Ubuntu 21.10

Post by Ank »

yes, you are likely to be right - I have Nvidia proprietary at home, and only Intel (whatever is inside I9-9900) at the office.
Post Reply