SetInterval(1, a, 1) putting : between a and , crashes Windows IDE

Report any Hollywood bugs here
Post Reply
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

SetInterval(1, a, 1) putting : between a and , crashes Windows IDE

Post by Bugala »

This is a very odd one, happens on Windows 10 Windows IDE

If I write this from beginning to end, no problem. But If I instead first this first:

Code: Select all

SetInterval(1, a, 1)
And if I click between "a" and "," and try to write ":" it crashes Windows IDE

As I tried different variations, it seems to have to do specifically with that space between "a" and "," there can be even empty spaces there, but as long as you write ":" there it crashes IDE.

Is this with me only, or others suffer the same?
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: SetInterval(1, a, 1) putting : between a and , crashes Windows IDE

Post by airsoftsoftwair »

I think this is the third time this bug has been posted now...

See here:
viewtopic.php?f=4&t=2222

And here for a fix:
viewtopic.php?f=13&t=2162
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: SetInterval(1, a, 1) putting : between a and , crashes Windows IDE

Post by Bugala »

Ah, remembered that one, but didnt realise it was the same actually.
Post Reply