error :Hard error occurred *** internal stack limit reached (simulated)

error :Hard error occurred *** internal stack limit reached (simulated)

S_S_SS
Advocate Advocate
705 Views
1 Reply
Message 1 of 2

error :Hard error occurred *** internal stack limit reached (simulated)

S_S_SS
Advocate
Advocate

Hello every one 
I have an error in a lisp that make a table about blocks and the count of them 
it gives me this message 
"Select objects: Hard error occurred ***
internal stack limit reached (simulated)"

I Think that it's because I select a huge number of blocks 
the count of the blocks is (10000) and i think that error is because that

and thanks in advance......

0 Likes
706 Views
1 Reply
Reply (1)
Message 2 of 2

hak_vz
Advisor
Advisor

There can be many reasons that result with stack limit error.

-Check that you don 't have infinite loop in your code,

-that selection set are well written, and that you clear your ssget.

-that your variables are localized

 

During table rows generation use

 

(vla-put-RegenerateTableSuppressed tableObject :vlax-true)

 

Miljenko Hatlak

EESignature

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.