キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

NET Display Having Random (?) Error

解決済み
解決策を見る

I've been working on a .NET Random Line display, but when I execute it long enough, it start displaying an random error that force me to stop it. The thing is that I need it to work for a pretty long time but the error occur about 30 seconds after the beginning of the execution.

Here's the code... If you achieve to make it error proof, I'll greet you quite a lot !

Only the non-disable part need to works, the other part will probably be deleted if ever the script works correctly.

0 件の賞賛
メッセージ1/4
2,495件の閲覧回数
解決策
トピック作成者tret280が受理

You are not closing the references after you used them. After drawing the image you have to close the constructors or property nodes via close reference.

0 件の賞賛
メッセージ2/4
2,466件の閲覧回数

Where should I close it?

0 件の賞賛
メッセージ3/4
2,456件の閲覧回数

snippet.png

It is not a complete solution. You should wire as well the error clusters and further optimization may can be spent by putting the code from the outermost loop to the next and deleting the outermost loop.

0 件の賞賛
メッセージ4/4
2,420件の閲覧回数