Error in line 71 EAInit.py

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
Chriss
Posts: 54
Joined: Mon Jan 29, 2018 1:57 pm

Error in line 71 EAInit.py

Post by Chriss »

Hi!
I installed the Exploded Assembly plugin.
Restarted the FreeCAD.
Loaded one of my "rocket science" designs :D
Started to play with the plugin.

I try to make the animation path for the parts.
In many cases, the screen where the design is is frozen,
in meaning the app is ok, and the animation will be playing if I press the play button.

It has a behavior like if the screen is not refreshed.
After several sec or maybe one or two min the screen will refresh.
If I press the play button, the screen will refresh immediately and everything is fine.

But!
In a fraction of time, this error message is come on, what you can see on the bottom of the pic.
This appears and disssaper very fast, if you not focused on, you will miss it.

Is this a bug or?

Thanks.
Attachments
1.jpg
1.jpg (100.69 KiB) Viewed 665 times
No matter what live you have, but how you use it...
User avatar
Chris_G
Veteran
Posts: 2601
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Error in line 71 EAInit.py

Post by Chris_G »

Please activate "View -> Panels -> Report View" to get all the error messages.
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: Error in line 71 EAInit.py

Post by jmaustpc »

Chris_G wrote: Wed Jan 31, 2018 6:33 am Please activate "View -> Panels -> Report View" to get all the error messages.
and go into the FreeCAD settings and tick "send error messages to report view"
Chriss
Posts: 54
Joined: Mon Jan 29, 2018 1:57 pm

Re: Error in line 71 EAInit.py

Post by Chriss »

Hi!
Here is the complete text from the "Report View".


Exploded Assembly workbench loaded
Exception (Tue Jan 30 19:24:26 2018): Nested recomputes of a document are not allowed
Running the Python command 'CreateSimpleGroup' failed:
Traceback (most recent call last):
File "C:\Users\Servis.Servis-PC\AppData\Roaming\FreeCAD\Mod\ExplodedAssembly-master\EAInit.py", line 71, in Activated
ea.createSimpleDisassemble()
File "C:\Users\Servis.Servis-PC\AppData\Roaming\FreeCAD\Mod\ExplodedAssembly-master\ExplodedAssembly.py", line 250, in createSimpleDisassemble
FreeCAD.ActiveDocument.recompute()

FreeCAD exception thrown (Nested recomputes of a document are not allowed)Running the Python command 'CreateSimpleGroup' failed:
Traceback (most recent call last):
File "C:\Users\Servis.Servis-PC\AppData\Roaming\FreeCAD\Mod\ExplodedAssembly-master\EAInit.py", line 71, in Activated
ea.createSimpleDisassemble()
File "C:\Users\Servis.Servis-PC\AppData\Roaming\FreeCAD\Mod\ExplodedAssembly-master\ExplodedAssembly.py", line 250, in createSimpleDisassemble
FreeCAD.ActiveDocument.recompute()

Unknown C++ exceptionException (Tue Jan 30 19:24:29 2018): Nested recomputes of a document are not allowed
Running the Python command 'CreateSimpleGroup' failed:
Traceback (most recent call last):
File "C:\Users\Servis.Servis-PC\AppData\Roaming\FreeCAD\Mod\ExplodedAssembly-master\EAInit.py", line 71, in Activated
ea.createSimpleDisassemble()
File "C:\Users\Servis.Servis-PC\AppData\Roaming\FreeCAD\Mod\ExplodedAssembly-master\ExplodedAssembly.py", line 250, in createSimpleDisassemble
FreeCAD.ActiveDocument.recompute()
...

This msg is replicated as many time as I pressed this button, but the animation is working:
Attachments
Button.jpg
Button.jpg (23.61 KiB) Viewed 558 times
No matter what live you have, but how you use it...
Post Reply