Known Issues Comments

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!
Post Reply
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Known Issues Comments

Post by Kunda1 »

@chrisb i added some refinements for easier and faster recognition when scanning the page... I only did the ubuntu section for now. https://forum.freecadweb.org/viewtopic. ... 04#p253204
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Known Issues Comments

Post by Kunda1 »

Changed the Ubuntu header to Linux and also added a workaround solution for Spacenav mice
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Known Issues Comments

Post by sgrogan »

Kunda1 wrote: Wed Oct 16, 2019 8:53 pm Changed the Ubuntu header to Linux and also added a workaround solution for Spacenav mice
Heads up, the Win 0.19_pre QT4 version is getting old. During 0.19 some C++ stuff was added that the QT4/VS2013 libpack does not support. So there will be no further updates beyond the version that's on the release page as of this date.
"fight the good fight"
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Known Issues Comments

Post by Kunda1 »

sgrogan wrote: Wed Oct 16, 2019 9:03 pm Heads up, the Win 0.19_pre QT4 version is getting old. During 0.19 some C++ stuff was added that the QT4/VS2013 libpack does not support. So there will be no further updates beyond the version that's on the release page as of this date.
I'll add this to the Known Issues thread. Do you mind adding this to the Github releases/ 0.19_pre page ?

Do we have a revision number of a still functioning Win 0.19_pre QT4 ? Can we add it to the 0.19_pre release download page if so?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Known Issues Comments

Post by sgrogan »

Kunda1 wrote: Wed Oct 16, 2019 9:19 pm Do we have a revision number of a still functioning Win 0.19_pre QT4 ? Can we add it to the 0.19_pre release download page if so?
it's this one

Code: Select all

https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.17352_x64_LP_11.11_PY2QT4-WinVS2013.7z
I'll add something to the release page.
"fight the good fight"
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Known Issues Comments

Post by Kunda1 »

sgrogan wrote: Wed Oct 16, 2019 9:24 pm it's this one

Code: Select all

https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.17352_x64_LP_11.11_PY2QT4-WinVS2013.7z
I'll add something to the release page.
Thanks! I've added it to the Known Issues page
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
chrisb
Veteran
Posts: 53919
Joined: Tue Mar 17, 2015 9:14 am

Re: Known Issues Comments

Post by chrisb »

In the german forum we had a crash report on Debian SID with Nouveau driver. It could be resolved with setting

Code: Select all

QT_XCB_FORCE_SOFTWARE_OPENGL=1
export QT_XCB_FORCE_SOFTWARE_OPENGL
Did this happen elsewhere too? Should I add it to the know issues?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: Known Issues Comments

Post by Syres »

Unfortunately there is a known crash in 0.18 when trying to apply an Arch Material see https://forum.freecadweb.org/viewtopic.php?t=36806
I've submitted a PR https://github.com/FreeCAD/FreeCAD/pull/2692 for 0.18.5 but it's been suggested that in the meantime the crash be added to the Known Issues, could a moderator please assist.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Known Issues Comments

Post by Kunda1 »

chrisb wrote: Wed Oct 23, 2019 8:07 am In the german forum we had a crash report on Debian SID with Nouveau driver. It could be resolved with setting

Code: Select all

QT_XCB_FORCE_SOFTWARE_OPENGL=1
export QT_XCB_FORCE_SOFTWARE_OPENGL
Did this happen elsewhere too? Should I add it to the know issues?
Go ahead and add it, we can always remove it.
Syres wrote: Mon Nov 04, 2019 9:49 am Unfortunately there is a known crash in 0.18 when trying to apply an Arch Material see https://forum.freecadweb.org/viewtopic.php?t=36806
I've submitted a PR https://github.com/FreeCAD/FreeCAD/pull/2692 for 0.18.5 but it's been suggested that in the meantime the crash be added to the Known Issues, could a moderator please assist.
does this occur on all platforms ?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: Known Issues Comments

Post by Syres »

Kunda1 wrote: Mon Nov 04, 2019 11:14 am
Syres wrote: Mon Nov 04, 2019 9:49 am Unfortunately there is a known crash in 0.18 when trying to apply an Arch Material see https://forum.freecadweb.org/viewtopic.php?t=36806
I've submitted a PR https://github.com/FreeCAD/FreeCAD/pull/2692 for 0.18.5 but it's been suggested that in the meantime the crash be added to the Known Issues, could a moderator please assist.
does this occur on all platforms ?
I only know what's in the post with the report, but based on the fact that I get so few hard crashes (usually just some Exception Error) compared to others I would say highly likely that it's platform agnostic in this specific instance.
Post Reply