Reloading extensions in Admin Tool breaks in 1.6.9

You think you've found a bug? Please report it here.

Moderators: Lapo, Bax

Post Reply
andreas
Posts: 4
Joined: 16 Aug 2010, 12:15

Reloading extensions in Admin Tool breaks in 1.6.9

Post by andreas »

Hi,

I updated our server to the latest 1.6.9 release and caught a strange bug when trying to update an extension using the Remote Administration tool.

If I save a script that includes the character "<" and try to load it again the script cuts before that character. And the Zone Browser becomes unusable only displaying [type Function],[type Function] in the left window.

So using a loop like "for ( i=0; i<roomCount; i++) {}" will break the script, cuting the script after "for ( i=0; i" in the extensions browser.

I can fix the issue by using "for ( i=0; i!=roomCount; i++) {" but it's not an optimal solution.


Let me know if you need any more information about the issue.


Thanks,

Andreas
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post by Lapo »

I am not able to reproduce this. It works wonders for me.
Do you get any specific error on the server side in the logs?
I can use any character and include any number of "<" chars without problems.
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply