Page 1 of 1

IDE crashes reproduceably

Posted: Tue Feb 02, 2021 8:18 pm
by mrupp
Hi there
Here's a bug to report: you can crash the Windows IDE 8.0 by doing the following:

Copy the followng line into your clipboard:
xmlns:s="http://schemas.xmlsoap.org/soap/envelope"

In a script file, write:

Code: Select all

Local test$ = "
and add the clipboard --> CRASH!

Another way to do it: write

Code: Select all

Local test$ = 
add the clipboard, set the cursor after the equal sign and add a double quote --> CRASH!

Re: IDE crashes reproduceably

Posted: Tue Feb 02, 2021 9:15 pm
by airsoftsoftwair
I think this has been fixed already, see here: viewtopic.php?p=11423#p11423

Please try the fix from that thread and see if it solves the issue.

Re: IDE crashes reproduceably

Posted: Tue Feb 02, 2021 10:08 pm
by mrupp
Yes, the fix solves the issue. Couldn't get it to crash anymore!
THANKS!