[Fixed] Illegale storage access - parameter editor

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

[Fixed] Illegale storage access - parameter editor

Post by UR_ »

Got this error message


09:28:15 Illegal storage access...
09:28:15 Unhandled Base::Exception caught in GUIApplication::notify.
The error message is: Illegal storage access! Please save your work under a new file name and restart the application!
09:28:15 The event type 82 was sent to QWidget
Object tree:
QWidget (qt_scrollarea_viewport) is child of
Gui::Dialog::ParameterValue is child of
QSplitter (splitter3) is child of
Gui::Dialog::DlgParameterImp (Gui__Dialog__DlgParameter) is child of
Gui::MainWindow



workflow:
- delete user.cfg and system.cfg to get a fresh one on program startup
- open parameter editor: Tools->Edit parameters
- right-click into right pane


Screenshot 003.png
Screenshot 003.png (19.54 KiB) Viewed 612 times


version:
OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.22753 (Git)
Build type: Release
Branch: (HEAD detached from 62129362b)
Hash: 1062b6ee0f90ae197bc816aebf4dcf1b1646aa30
Python version: 3.8.6
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.4.0
Locale: German/Germany (de_DE)
Last edited by UR_ on Sun Oct 18, 2020 6:37 am, edited 1 time in total.
wmayer
Founder
Posts: 20306
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Illegale storage access - parameter editor

Post by wmayer »

No crash here. chrisb reported the same problem for macOS.

In the past we had a crash there but it was fixed several months ago:
https://forum.freecadweb.org/viewtopic.php?f=3&t=48697
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Illegale storage access - parameter editor

Post by Kunda1 »

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

Re: Illegale storage access - parameter editor

Post by wmayer »

It appeared to be a regression of Qt 5.12.9.
https://forum.freecadweb.org/viewtopic. ... 30#p440253
Post Reply