Instance scripts not halting on deletion

Report bugs. Post bug workarounds or fixes

Moderator: MSandro

Post Reply
SimpleSi
Posts: 330
Joined: Jul 2nd, '17, 13:47

Instance scripts not halting on deletion

Post by SimpleSi » Oct 3rd, '17, 09:15

I was having an issue in a project and I've created the attached one to demonstate the issue

The bug is that a running script inside of an instance is not being halted when the instance is deleted (which caused me quite a bit of confusion as I had dead instances still running code!)
racertest.gpp
(6.14 KiB) Downloaded 277 times
Made a workaround to add a running boolean so Ok for moment
Attachments
racertestworkaround.gpp
(6.44 KiB) Downloaded 272 times

JohnM
Posts: 379
Joined: Sep 11th, '15, 14:42

Re: Instance scripts not halting on deletion

Post by JohnM » Oct 4th, '17, 12:13

Good catch!

I agree, when an instance is deleted any running scripts associated with it should stop.

Post Reply