JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#1963 ActionScript source code
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

I had this issue when I try to change the action script source even if I don't make a real bug /* * Decompilation error * Code may be obfuscated * Tip: You can try enabling "Automatic deobfuscation" in Settings * Error type: NullPointerException (null) */ throw new flash.errors.IllegalOperationError("Not decompiled due to error");
admin
To fix this, we need sample SWF file where this happens, and also info about changes you did to the script (even if you did no change).
user
It's this script and I just changed some variables
DownloadMadnessLevel.as (151 KiB)
admin
Please attach the SWF file this script is in.
user
Here is the SWF file
admin
I don't see it. Maybe upload is not working(?).
user
Sorry for the late reply, the upload doesn't work. Here is the message I got : Not Found The requested URL /domains/free-decompiler.com/flash/issues/<!DOCTYPE html><html lang="cs"><head><meta name="robots" content="noindex,follow" /><title>503 Service Temporarily Unavailable</title></head><body><h1>Service Temporarily Unavailable</h1><p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p><p>Ctete instrukce v nasi znalostni bazi: <b><a href="http:/kb.wedos.com/a/232/503.html" target="_blank">Chyba 503 Service Temporarily Unavailable</a></b></p></body></html> was not found on this server.
admin
How big is that file? Upload limit here seems to be 512MB. Could you please upload it somewhere else on the web and paste here the link? Or maybe it contains malware(?), so make a password protected zip/rar and try to attach it.
admin
That link gives me 404. Is that repository private? Maybe I need an invite? My GitHub login is jindrapetrik if that helps.
user
Fixed
admin
Okay, I got the SWF file. So you changed MadnessLevel script. What version of the decompiler do you use? 18.3.4? What variables did you change in that script? Does it happen if you just add a space only and then save?
user
I used the version v.15.1.1 I couldn't say what exactly what I changed but I changed some "type" of enemies, they're weapons that they use and the number of them. Yes it happen when I only add a space.
admin
Then please use version 18.3.4, older versions contain bugs. We do not support these old versions anymore. It seems that in 18.3.4 this problem does not happen to me.
user
It worked, thank you ! But why did JPEXS didn't told me that I was in an old version ?
admin
I don't know. FFDec should check once a day (by default) on GitHub website that new version is available and display a popup when new version found. Make sure you have updates turned on in advanced settings (see attachments). Maybe you have blocked the connection to the internet for the decompiler(?).
admin
State: new→upgraded
user
Ok, I think for now I fixed it and I even add the address.
DownloadCapture.PNG (14 KiB)
admin
No, that is wrong. The "address" is adress of the PROXY through which you connect to the internet. Please leave the field empty if you do not know what http proxy is.
user
Ok, thank you.
user
But, the problem restart to appear (even if I have the last version) and there is no indicator of the bug except when I test the game (everything start to glitch).
admin
Okay, which script did you modify and what changes you did? The MadnessLevel.as again? Did you try only adding for example space and saving, does it get the glitch too?
user
I still use MadnessLeves.as again. And yes it glitch when I only add a space and save.
admin
State: upgraded→returned
admin
This should be fixed in nightly 2480. However, as the class is long, it will display a warning in lower right corner on saving. But it should work when run anyway.
State: returned→upgraded
user
It worked, thank you.
admin
You're welcome.
State: upgraded→closed