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#953 Cannot start FFDec.app
Author: goberlin
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Mac
State: returned
> What steps will reproduce the problem?
- download latest version for max
- open terminal window
- start application with "open ffdec.app" (chmod +x done before)
- Error "LSOpenURLsWithRole() failed with error -10810 for the file
/Applications/ffdec.app"
> What is the expected output? What do you see instead?
- see above
> What version of the product are you using? Is it "nighlty build"? Which operating system
do you have?
- 6.0.1
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Oh, somebody who wrote an error message for this problem:)
From google:
"I'm not sure what Error -10810 is (it isn't listed in MacErrors.h), but it's pretty clear
what the problem is. You're trying to open a GUI application while the GUI belongs to a
different user. (In your case, you're trying to run Messages.app as root. What exactly do
you think that's going to do?)
If you run exactly the same command from a shell running as the GUI's user, it works fine.
Run it from any other user, and it fails."
Please try nightly 704,
I changed the script file permissions, it may be better. Try it, please.
State: new→upgraded
JPEXS: Just tried this, but it still does not work.
Could you please try to start the attached application?
It should just open window with three buttons.
If it works, I can then create the decompiler package similar way.
Thanks.
ButtonDemo.zip (9 KiB)
State: upgraded→returned
JPEXS: Thanks, but same effect, still not working.