ImagePlane

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
Larsfelt
Posts: 6
Joined: Tue Jul 16, 2019 11:29 am

ImagePlane

Post by Larsfelt »

Dear forum

I'm trying to add an ImagePlane but systematically I get this access violation error message:
access violation.png
access violation.png (72.67 KiB) Viewed 297 times

The image does not show up and the programme is no longer fully responsive. Tried png and jpg. Tried F5 and zoom fit. I wonder if this is a windows10 problem? Intel Graphics driver and openGL seems OK.
Would be nice if somebody could confirm that this can work in windows 10 ?


PS: I have tried never versions (18.2 and 19) but they respond in the same way.

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16110 (Git)
Build type: Release
Branch: (HEAD detached at upstream/releases/FreeCAD-0-18)
Hash: f7dccfaa909e5b9da26bf50c4a22ccca9bb10c40
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Danish/Denmark (da_DK)
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: ImagePlane

Post by openBrain »

May you have a more complete backtrace by opening the Report View or running FreeCAD from console ?
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: ImagePlane

Post by openBrain »

I guess your problem is same as this topic. ;)

EDIT : This seems to be related to Intel GFX.

Could you precise what exact 0.19 release you tried ?
If you look here => https://github.com/FreeCAD/FreeCAD/rele ... g/0.19_pre
The LP_12.1.2 with Py3Qt5 is compiled with a recent Qt release that may solve the problem.
The Py2Qt4 version should solve the problem for sure, but isn't really a sustainable solution. ;)
Larsfelt
Posts: 6
Joined: Tue Jul 16, 2019 11:29 am

[Solved]Re: ImagePlane

Post by Larsfelt »

Excellent! :D

This version works:

FreeCAD_0.19.17352_x64_LP_11.11_PY2QT4-WinVS2013

The one I tried that did not work were FreeCAD_0.19.17352_x64_Conda_Py3QT5-WinVS2015.7z

Thanks for pointing me towards the latest observations.
Post Reply