MX 17/18 Repository: The FreeCAD Thread
Re: MX 17/18 Repository: The FreeCAD Thread
The machine it fails on for me has an AMD A8 7600 FM2+ CPU with integrated R7 Graphics.
Forum Rules
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
Re: MX 17/18 Repository: The FreeCAD Thread
You might try to run it with this workaround:PhilH wrote: Wed May 01, 2019 9:55 pm [xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
freecad: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Aborted
Code: Select all
env LIBGL_DRI3_DISABLE=true freecad
- Gordon Cooper
- Posts: 965
- Joined: Mon Nov 21, 2011 4:50 pm
Re: MX 17/18 Repository: The FreeCAD Thread
FreeCAD has installed without problems on a 10 year old ASUS mobo with a two core Intel CPU.
Still reading the great heap of documentation so have not tried out as yet.
Still reading the great heap of documentation so have not tried out as yet.
Backup: Dell9010, MX-19_B2, Win7, 120 SSD, WD 232GIB HD, 4GB RAM
Primary :Homebrew64 bit Intel duo core 2 GB RAM, 120 GB Kingston SSD, Seagate1TB.
MX-18.2 64bit. Also MX17, Kubuntu14.04 & Puppy 6.3.
Primary :Homebrew64 bit Intel duo core 2 GB RAM, 120 GB Kingston SSD, Seagate1TB.
MX-18.2 64bit. Also MX17, Kubuntu14.04 & Puppy 6.3.
Re: MX 17/18 Repository: The FreeCAD Thread
I remember that the AMD GPUs also had trouble with obs-studio. According to the Arch wiki, the radeon and amdgpu drivers should both be supporting DRI 3 by default, though--oh wait, it's DRI 3 that is causing the problem for those GPUs and FreeCAD, not the lack of it. Never mind...
Re: MX 17/18 Repository: The FreeCAD Thread
In that link I quoted above, I might have read somebody solved it on Suse with downgrading mesa. So might be it is also related to a not yet fixed issue in mesa.Stevo wrote: Thu May 02, 2019 5:21 pm I remember that the AMD GPUs also had trouble with obs-studio. According to the Arch wiki, the radeon and amdgpu drivers should both be supporting DRI 3 by default, though--oh wait, it's DRI 3 that is causing the problem for those GPUs and FreeCAD, not the lack of it. Never mind...
Re: MX 17/18 Repository: The FreeCAD Thread
It run for me in terminal with issue is with dri3... no fix as yet but this woiks for now...
Code: Select all
LIBGL_DRI3_DISABLE=true freecad
Re: MX 17/18 Repository: The FreeCAD Thread
It doesn't seem to like AMD GPUs, it seems...
Re: MX 17/18 Repository: The FreeCAD Thread
Now updated to the latest 0.18.3 release in the the test repo.