Can't load image in image WB

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
7ofNine
Posts: 27
Joined: Sat Aug 27, 2016 2:35 pm

Can't load image in image WB

Post by 7ofNine »

Hello folks,
I use a VS2017 compiled version of FreeCAD, with Qt5 and Python3 support (FEM etc. turned off) and the latest conda libraries. I don't show the FreeCAD version info here, because the version.h file is hand generated and doesn't agree with the real status (See conda.)
When I try to create an image in 3D space it fails with an exception and nothing shows up.
In the report window I see:
...
Loading Image module... done
QFSFileEngine::open: No file name specified
Unhandled unknown exception caught in GUIApplication::notify.
The event type 12 was sent to QOpenGLWidget
Object tree:
QOpenGLWidget is child of
SIM::Coin3D::Quarter::QuarterWidget is child of
QStackedWidget is child of
Gui::View3DInventor is child of
QMdiSubWindow is child of
QWidget is child of
QMdiArea is child of
Gui::MainWindowUnhandled unknown exception caught in GUIApplication::notify.
The event type 12 was sent to QOpenGLWidget
...
And my friend VS2017 tell me on the stack that someting in Coin4.dll tries to execute at address 0. BAD idea.

No file name specified doesn't make sense either because I double clicked on the image (and the file is not empty) and is asks me to asign a plane to it, i.e. until then everything seems fine.

I just try to find out if that has something todo with my way of building FreeCAD(most likely) or if there is another issue lurking.
I would appreciate if somebody could try to load an image to 3D Space, map it to the xy plane and see if there is an image showing up on the screen. Best would be somebody who is using a windows version build from a recent Git with libraries coming from the conda environment.

Thanks in advance
Hartmuth
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: Can't load image in image WB

Post by UR_ »

No problem here (conda and VS2015):

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.14727 (Git)
Build type: Release
Branch: master
Hash: c6df59969bfb3ae2027e2b47ddd559852f6e9a4e
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: German/Germany (de_DE)

FreeCAD 0.18-000053.png
FreeCAD 0.18-000053.png (506.71 KiB) Viewed 1364 times
7ofNine
Posts: 27
Joined: Sat Aug 27, 2016 2:35 pm

Re: Can't load image in image WB

Post by 7ofNine »

Thanks for trying.
I have to conclude that I have a home made problem.

Hartmuth
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: Can't load image in image WB

Post by UR_ »

Perhaps you should give VS2015 (vc14) a try
Geoplace
Posts: 39
Joined: Tue Feb 26, 2019 9:49 pm

Re: Can't load image in image WB

Post by Geoplace »

I have similar problem that image loaded is not shown.

I has Intel HD 520 graphics.

Here are the details.
https://forum.freecadweb.org/viewtopic.php?f=3&t=35255
Post Reply