Page 1 of 1

Auggie error 7871

Posted: Sat Oct 17, 2020 8:24 pm
by BobbyW
Hello everyone .
I modify a extension for Inlscape to generate a GCODE for cuting and engrave text or other stuffs
by colors. Well ... today i run in some problems .
Testing the extension and generate different codes to see how that work i got the Auggie error
with exasperation code 7871 , aparently the Auggie stop in the same point of the code .
If i try to run again the Auggie block in that error.
I dont realy know where is the problem . First of all i try to connect directly on PC ,
change the router config (i use one router only for Auggie ) and on the end
i say to try other codes . On any code Auggie run just fine . Only on that code .
Also i generate the GCODE with a old inkscape extension , same problem , Auggie stop in same point .
Can anyone to test the codes please ? Is not a issue but i want to understand what happen and why.
Thanks
Bobby

Re: Auggie error 7871

Posted: Sat Oct 17, 2020 8:29 pm
by BobbyW
I forgot to post the screnshot
:(
Bobby

Re: Auggie error 7871

Posted: Wed Oct 21, 2020 2:45 am
by ArtF
Hi Bobby:

  The error number tells me the last successful call was to the scripting call internally named
as ExecuteString(); This mean sit may be a macro call was the last call that worked fine, the system
then crashed as it tried to create a call to a collision detector in the physics library.
The physics library is unused except when running the vector simulations. I cant understand why its
being called in your case. Have you been playing with the physics simulator simulations lately?

Art

Re: Auggie error 7871

Posted: Wed Oct 21, 2020 11:13 am
by BobbyW
ArtF wrote: Hi Bobby:

Have you been playing with the physics simulator simulations lately?

Art
Hi Art
No i didn't but... i found the issue .
Not realy because i was need that code , was easy to move the vector just 1mm away from origin and problem was solved .
But... the problem was in different place . Soon i move the vector before to create the code i saw a line , little bit more black than other
lines and looking close i figure out was two lines in same location just a litle difference between that points if you look in code
after +line 125.
Seems Auggie don't want to run that for some reason.
I posted that error thinking is useful for you to know what happen in Auggie .
Normaly is impossible to test all possibility to get a error code .
Thanks
Bobby