Linux Fedora 33
FrreCAD 0.18
32GB RAM
AMD Ryzen 9 3900xt
Radeon RX 5500 XT graphics
Why is FreeCAD so laggy and crashing so often? My first PC build and I'm new to FreeCAD too. Did I buy the wrong thing?
it's not. So possibly an old or a packaging issue? Where did you get FreeCAD from, which version/packaging system?
install FreeCAD 0.19 and see if your problems disappear. If you still get problems then post the error messages. FreeCAD uses OpenGL, it's not impossible that your are seeing some GPU driver issue.
You could try Ubuntu or Kubuntu, and then have access to the daily FreeCAD from the daily PPA.
Code: Select all
sudo dnf install freecad
Well this could be an issue with Qt and the graphic driver. Since you use FreeCAD v0.18 the chance is high that it still uses the old Qt4 version. Switch to v0.19 that comes with Qt5.Why is FreeCAD so laggy and crashing so often? My first PC build and I'm new to FreeCAD too. Did I buy the wrong thing?
there was a bug with one version of QT that effected the mouse wheel recently, but that was a QT bug not FreeCAD. I have no idea if that is the problem now or not though. Perhaps you could try the mouse wheel in some other QT5 based application and see if it works there or not?
you just simply type "freecad" in the terminal/command line, if you type "freecad -h" you will get the help data that explains all the options.