MAXScript often stops responding, anyone know why? how to solve? a similar problem?
thanks
Forum topic · General Scripting
By kimarotta · 2012-05-30
MAXScript often stops responding, anyone know why? how to solve? a similar problem?
thanks
Escape works!
Vamshi Goud · 2014-09-09
presssing esc key works
kilad · 2012-05-30
this happens when you miss a paranthesis in the codeblock..
just evaluate ) and you're back in biz
indeed
jos · 2012-05-31
that's it! thanks a lot
jos · 2012-05-30
Sometimes I have the problem that the listener/maxscript doesn't work. It just doesn't respond anymore. Dont know why. When I restart max everything is back normal. Does anyone know how to reset the listener or something?
barigazy · 2012-05-30
Bad executed code :).
Just press ESCAPE key. Sometime this will unblock listener.
Listener will print
** interrupted **
jos · 2012-05-30
hmm possible, will try it next time!
kimarotta · 2012-05-30
I will also try the next time
tks
barigazy · 2012-05-30
I mean *escape key* in listener.:)
barigazy · 2012-05-30
Show your problem. Bad code is always a reason why this is happening.
kimarotta · 2012-05-30
so this problem usually occurs right after the run loop, but is not always the case. In MAXScript another computer stopped working no more answers ... Once I have this problem again I'll post here ...
barigazy · 2012-05-30
Ok. But be careful when you use "while" loops.
Sometimes i have same problem.