Loading image gives Access violation

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!
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: Loading image gives Access violation

Post by looo »

no problem for linux (appimage, conda)
But I see missing icons:
Bildschirmfoto von 2018-12-10 13-56-40.png
Bildschirmfoto von 2018-12-10 13-56-40.png (3.15 KiB) Viewed 4012 times
no problem to open image on windows (conda). Also icons work.

btw.: graphics card is an older nvidia.
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: Loading image gives Access violation

Post by kisolre »

Realy looks like graphics card issue. Runing two copies of FreeCAD at the same time but with different graphic processors has different results. The Nvidia card works ok and the integrated Intel HD Graphics 530 gives error.
User avatar
Vincent B
Veteran
Posts: 4742
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: Loading image gives Access violation

Post by Vincent B »

HD Graphics 620 + Conda Win10 -> error
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: Loading image gives Access violation

Post by UR_ »

Just finished conda build:
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15371 (Git)
Build type: Release
Branch: master
Hash: f56198dd3387be2be45aaf290ab5eef36bc89d13
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)
triplus wrote: Mon Dec 10, 2018 11:23 am To rule out re-packaging issue.
Not repackaged, running in conda environment, but still with exception thrown :(

triplus wrote: Mon Dec 10, 2018 11:23 am if more verbose crash info can be provided

If have only a debug log from visual studio and a call stack. Unfortunately it's a release build.

Debug Output.txt
(87.7 KiB) Downloaded 82 times
Call Stack.txt
(5.15 KiB) Downloaded 80 times

Is there a recipe to setup a debug build using conda?
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Loading image gives Access violation

Post by triplus »

Thanks for confirmation the issue persists, when using Conda directly.

As this was confirmed by more end users, and we narrowed it down as much as we could, i guess best if an issue report is made. It could end up being an issue introduced at Qt5 porting, Qt 5 (specific version) or an Intel GPU driver related issue. Therefore a clue on how to fix it, or on how to workaround it, might emerge as result.
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: Loading image gives Access violation

Post by kisolre »

Looks like it is happening with integrated Intel graphics under Windows.
Loading image with File/Open works Ok. Loading image as 3D ImagePlane gives access violation.
issue #3915
User avatar
KennZAney1
Posts: 10
Joined: Wed Mar 27, 2019 5:23 pm
Location: Springfield, MO, USA, Terra, Sol, Milky Way

Re: Loading image gives Access violation

Post by KennZAney1 »

I am having the same problem with a freshly compiled version of FreeCAD. Here is the OS/FreeCAD info:

OS: Windows 7
OS Version: 6.1.7601 Service Pack 1 Build 7601
System Manufacturer: VMware, Inc.
System Model: VMware Virtual Platform
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.Unknown
Build type: Release
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/UnitedStates (en_US)

Note that I am working on a Virtual Machine. I am in the process of acquiring the graphics emulation info, to see if it is Intel-imitated.
KennZAney1 :ugeek: Decades of geekiness... hence the bald avatar.
chrisb
Veteran
Posts: 54311
Joined: Tue Mar 17, 2015 9:14 am

Re: Loading image gives Access violation

Post by chrisb »

Virtual machines can bring their very own issues in terms of graphic drivers. How does it behave with an official 0.19 version?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
KennZAney1
Posts: 10
Joined: Wed Mar 27, 2019 5:23 pm
Location: Springfield, MO, USA, Terra, Sol, Milky Way

Re: Loading image gives Access violation

Post by KennZAney1 »

Duhh... I didn't think of installing a working version to compare compatibility :oops: . However, when I go to the download site, the latest version shown is 17; no mention of a more recent version.
I am in the process of installing 17 to see if it has the same issues.
Update: Yes, I am getting the same error with the installed version. So, it appears that the VM is the issue.

I will transfer the development from this environment (Windows 7 on a VM) to my current development machine (Dell Latitude) and continue development.
Thanks!!! :ugeek:
KennZAney1 :ugeek: Decades of geekiness... hence the bald avatar.
chrisb
Veteran
Posts: 54311
Joined: Tue Mar 17, 2015 9:14 am

Re: Loading image gives Access violation

Post by chrisb »

A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply