If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#2190 CURLY_CLOSE expected but COLON found on line 700
Author: umbra
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2Decompilation
State: closed
> What steps will reproduce the problem?
Editing any part of the AS in the file scripts\__Packages\<default_packages>\SystemPage
and saving returns the error "CURLY_CLOSE expected but COLON found on line 700"
> What is the expected output? What do you see instead?
Expected: code succesfully saved
Current: CURLY_CLOSE expected but COLON found on line 700
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Tried versions 20.1.0 and 20.1.0_nightly2768, Windows 11
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
quest_journal.swf (226 KiB)
The problem was in "for..in" decompilation inside switch statement before break.
This is fixed in nightly 2773.
State: new→upgraded
State: upgraded→closed