[Solved] [Bug] Fullscreen issue with 'Part' containers

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!
wmayer
Founder
Posts: 20298
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: [Bug] Fullscreen issue with 'Part' containers

Post by wmayer »

wmayer wrote: Sun Aug 18, 2019 10:33 am
With the latest release FreeCad now crashes when hanging the window or with F11.
This is true and it's something I also saw when testing the Link3 branch before merging it into master. I will soon post the results of the review.
This is a regression of this change: https://github.com/FreeCAD/FreeCAD/comm ... 95e69a7377
wmayer
Founder
Posts: 20298
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: [Bug] Fullscreen issue with 'Part' containers

Post by wmayer »

The crash is now fixed with git commit c4e34ed9b
wmayer
Founder
Posts: 20298
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: [Bug] Fullscreen issue with 'Part' containers

Post by wmayer »

Part container visibility fixed with git commit 1e19ef5be
Manja
Posts: 57
Joined: Tue Apr 03, 2018 6:35 am

Re: [Bug] Fullscreen issue with 'Part' containers

Post by Manja »

Great, with the current version, everything runs again with F11! Thank you !!!

OS: openSUSE Leap 15.1 (KDE//usr/share/xsessions/plasma5)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.17889 (Git)
Build type: Unknown
Branch: master
Hash: ed0eff0248f5c7c52c58687f88481f4a0fb7c5cb
Python version: 3.6.5
Qt version: 5.9.7
Coin version: 3.1.3
OCC version: 6.9.1.oce-0.18
Locale: German/Germany (de_DE)
with kind regards, Berthold

Linux SuSE leap 15.5 , 64Bit
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: [Bug] Fullscreen issue with 'Part' containers

Post by Kunda1 »

Can this thread be marked [Solved] then?
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
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: [Bug] Fullscreen issue with 'Part' containers

Post by kisolre »

Kunda1 wrote: Tue Aug 27, 2019 5:25 pm Can this thread be marked [Solved] then?
Works here too so Yes?

OS: Windows 8.1 (6.3)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.17877 (Git)
Build type: Release
Branch: master
Hash: 1e19ef5be4735f4200eaf99ce9e487d2be6f4151
Python version: 3.6.8
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Bulgarian/Bulgaria (bg_BG)
User avatar
easyw-fc
Veteran
Posts: 3633
Joined: Thu Jul 09, 2015 9:34 am

Re: [Bug] Fullscreen issue with 'Part' containers

Post by easyw-fc »

wmayer wrote: Sat Aug 24, 2019 11:36 am Part container visibility fixed with git commit 1e19ef5be
easyw-fc wrote: Fri Aug 09, 2019 2:04 pm Hi Werner,
I noticed the following on my laptop:
if I set to use OpenGL vertex buffer I get immediately a crash when I switch to full screen and back to normal view.
I just tested the issues on my

Code: Select all

OS: Linux Mint 19.2 (X-Cinnamon/cinnamon)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.17893 (Git) AppImage
Build type: Release
Branch: master
Hash: 7a85b762652977605e6cf5c31c20a2beb308e5aa
Python version: 3.7.3
Qt version: 5.9.7
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
and both crash and fullscreen issues are gone! :D Hooray!
Thx a lot @Werner for your tough work!
Maurice
EDIT:
tested with Part, Body & even LinkGroup containers.
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: [Bug] Fullscreen issue with 'Part' containers

Post by kisolre »

wmayer wrote: Sat Aug 24, 2019 11:36 am Part container visibility fixed with git commit 1e19ef5be
is this https://forum.freecadweb.org/viewtopic.php?f=3&t=39720 related to this problem?
wmayer
Founder
Posts: 20298
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: [Bug] Fullscreen issue with 'Part' containers

Post by wmayer »

kisolre wrote: Mon Sep 30, 2019 1:02 pm
wmayer wrote: Sat Aug 24, 2019 11:36 am Part container visibility fixed with git commit 1e19ef5be
is this https://forum.freecadweb.org/viewtopic.php?f=3&t=39720 related to this problem?
No, it's not. It seems to be another regression of the Link3 merge because in the version before merging the branch it worked without crashing.
Post Reply