IDE crashes reproduceably

Forum for discussion about the Windows IDE of Hollywood
Post Reply
User avatar
mrupp
Posts: 147
Joined: Sun Jan 31, 2021 7:44 pm
Location: Switzerland
Contact:

IDE crashes reproduceably

Post 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!
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: IDE crashes reproduceably

Post 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.
User avatar
mrupp
Posts: 147
Joined: Sun Jan 31, 2021 7:44 pm
Location: Switzerland
Contact:

Re: IDE crashes reproduceably

Post by mrupp »

Yes, the fix solves the issue. Couldn't get it to crash anymore!
THANKS!
Post Reply