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.

#2480 Feedback on an Issue with Decompiling P-code
Author:
AnanLa

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2
State: upgraded 

I'm not very good at English, so I used a translator to help me write this message.
> What steps will reproduce the problem?
Edit the P-code and click Save.
You can actually save without making any changes, for example by typing a space and then
deleting it.
> What is the expected output? What do you see instead?
The expectation should be that there should be no errors.
I received the error message: "Unknown instruction name: Catch".
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
The version I'm using is 24.0.1
It's not a "nightly build".
The system is 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.
The problematic code snippet is:
```
DefineFunction2 "", 0, 13, false, false, true, false, true, false, false, true, false {
Try "ex" {
...
}
}
Catch {
...
}
```


Sorry, I sent the wrong message. It should be "Problem - Something is not working". I will
send a new one.
Very sorry, the content was correct. It was my translator that had the problem.
This is fixed in nightly 3225, try it.
State: new→upgraded