Page 1 of 1

SOLVED - Image WB Image_CreateImagePlane crashing

Posted: Wed Jun 29, 2022 8:21 pm
by M_C_G
Hi,

New in posting issues. I think I have found a bug but I am not sure if it is already spotted (I previously searched in the forums).

In Link Branch 2022.628.14555 (Snap, see details below):
1. creating a new file
2. opening the image workbench
3. clicking Image_CreateImagePlane
4. selecting a .png or .jpg image
5. selecting the plane, giving some offset or none, and reversing it or not
6. FreeCAD crashes

The bug is not happening with FreeCAD 0.20 (see details below)
I attach one of the images that I tested.

Regards


-Link Branch FreeCAD version information-
OS: Ubuntu Core 20 (X-Cinnamon/cinnamon). Debian 11, actually.
Word size of FreeCAD: 64-bit
Version: 2022.628.14555 (Git shallow)
Build type: Release
Branch: (HEAD detached at 2022.06.28-edge)
Hash: abbaa46a30fd0e9629cbac1d76aaf623b5c5b9e7
Python version: 3.8.10
Qt version: 5.15.3
Coin version: 4.0.1
OCC version: 7.6.2
Locale: Catalan/Spain (ca_ES)


- Main branch FreeCAD version information-
OS: Debian GNU/Linux 11 (bullseye) (X-Cinnamon/cinnamon)
Word size of FreeCAD: 64-bit
Version: 0.20.29177 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 0.20)
Hash: 68e337670e227889217652ddac593c93b5e8dc94
Python 3.9.13, Qt 5.12.9, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.3
Locale: Catalan/Spain (ca_ES)
Installed mods:
* fcgear 1.0.0

Re: Image WB Image_CreateImagePlane crashing

Posted: Thu Jun 30, 2022 8:21 am
by bambuko
No problem at all using:

Code: Select all

OS: Ubuntu Core 20 (Pantheon/pantheon)
Word size of FreeCAD: 64-bit
Version: 2022.628.14555 (Git shallow)
Build type: Release
Branch: (HEAD detached at 2022.06.28-edge)
Hash: abbaa46a30fd0e9629cbac1d76aaf623b5c5b9e7
Python version: 3.8.10
Qt version: 5.15.3
Coin version: 4.0.1
OCC version: 7.6.2
Locale: English/United Kingdom (en_GB)
Screenshot from 2022-06-30 09.19.42.png
Screenshot from 2022-06-30 09.19.42.png (417.54 KiB) Viewed 1147 times

Re: Image WB Image_CreateImagePlane crashing

Posted: Thu Jun 30, 2022 9:21 am
by M_C_G
Ok, thanks. Probably it is a problem with my OS installation and the packet management. I have tried in Debian 11 Gnome and it crashes too.
On the other hand I have tried with the Stable AppImage*, downloaded directly from Realthunder GitHub, and it works properly.
Do I have to close the post?


*
OS: Debian GNU/Linux 11 (bullseye) (X-Cinnamon/cinnamon)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 2022.430.28641 (Git) AppImage
Build type: Release
Branch: LinkStage3
Hash: a77045488092c24ece25d63c91f362cbd2181d36
Python version: 3.9.12
Qt version: 5.12.9
Coin version: 4.0.1
OCC version: 7.5.3
Locale: Catalan/Spain (ca_ES)

Re: Image WB Image_CreateImagePlane crashing

Posted: Thu Jun 30, 2022 9:35 am
by bambuko
M_C_G wrote: Thu Jun 30, 2022 9:21 am Do I have to close the post?

As you say - probably snap sandboxing nonsense?
see also:
https://github.com/realthunder/FreeCAD_ ... ssues/1241

No, just change the title to indicate - "solved"

PS suggest enclose FreeCAD details in

Code: Select all

 easier to read
;)

Re: Image WB Image_CreateImagePlane crashing

Posted: Thu Jun 30, 2022 10:15 pm
by M_C_G
bambuko wrote: Thu Jun 30, 2022 9:35 am PS suggest enclose FreeCAD details in

Code: Select all

 easier to read
;)
I looked for it but wasn't sure about the correct button and didn't want to make a mess. I got it:

Code: Select all

Thanks for your replies.