Exception during draw: Sketch::checkGeoId. GeoId index out range.

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!
leoheck
Veteran
Posts: 1223
Joined: Tue Mar 13, 2018 5:56 pm
Location: Coffee shop

Re: Exception during draw: Sketch::checkGeoId. GeoId index out range.

Post by leoheck »

So, I found one. I just don't know yet which one is the problematic one.
Is it the Sketch058 or Sketch074?

I could not see any message by starting and leaving the editing mode on Sketch058.
However, I saw the expection appearing on report view after starting the editing mode on Sketch074

This is the report view.

Code: Select all

07:32:12  Start Editing Sketch010
07:32:16  Start Editing Sketch058
07:32:19  Exception during draw: Sketch::checkGeoId. GeoId index out range.
07:32:19  Start Editing Sketch074
Well, it would be more useful it the exception message could come after this message "07:32:19 Start Editing Sketch074"
I am attaching both.
Attachments
GeoId_index_out_range.FCStd
(12.34 KiB) Downloaded 17 times
Wyz
Posts: 1
Joined: Wed Mar 03, 2021 1:21 pm

Re: Exception during draw: Sketch::checkGeoId. GeoId index out range.

Post by Wyz »

Got the same error, I upload sketch if it can help.

Code: Select all

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24212 (Git)
Build type: Release
Branch: master
Hash: 3d227cf7179c00e57f2733f947b4b1b0368d219a
Python version: 3.8.8
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: French/France (fr_FR)
This error happens when editing Sketch003 in attached file.

Code: Select all

 <Exception> Sketch::checkGeoId. GeoId index out range.
Then it's not even possible to close the current sketch. The error given is :

Code: Select all

14:41:24  Traceback (most recent call last):
  File "<string>", line 1, in <module>
<class 'NameError'>: Unknown document ''
14:41:24  Unhandled Base::Exception caught in GUIApplication::notify.
The error message is: Unknown document ''

Attachments
boite_micro.FCStd
(53.77 KiB) Downloaded 11 times
jtm2020hyo
Posts: 594
Joined: Wed Aug 12, 2020 1:24 am

Re: Exception during draw: Sketch::checkGeoId. GeoId index out range.

Post by jtm2020hyo »

same error here

Code: Select all

OS: Windows 10 Version 2009
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24291 (Git)
Build type: Release
Branch: releases/FreeCAD-0-19
Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035ac
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: Spanish/Peru (es_PE)
Post Reply