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

#2004 Missing Sprites / Crashing once clicked
Author: user endriu
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Shapes
State: closed Help

> What steps will reproduce the problem? Load the SWF file in. > What is the expected output? What do you see instead? Expected: see the sprites correctly What I see: invisible sprites, crashes the program once opened > What version of the product are you using? Is it "nightly build"? Which operating system do you have? v18.4.1 not nightly, windows 10 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. Example: https://imgur.com/a/4FyIbYf Lots of sprites are missing. I tested a really old version of the program (forgot which one) and they appeared, I am not really sure what is the problem about. Hopefully you can fix it faster.
Downloadmurloc_data.swf (10,216 KiB)
admin
1) The sprites on your screenshot(DefineSprite 16 through 36) are empty, this is normal. These are mapped to AS2 class names and have no visual representation. 2) The app freezing is caused by DefineShape 57, this shape uses invalid tags as fill bitmaps. It should use only image tags. I fixed the app to not freeze in such cases, please try nightly version 2529.
State: new→upgraded
user
Okay, the crash is fixed. However, the missing sprites is still happening take for example this one (still broken): https://imgur.com/a/9cjwowb 2428 (Sprite) This is on version v11.2.0 But on the newest version: https://imgur.com/a/jKAO3b2 Missing!
admin
Please try nightly 2530, the missing sprite 2428 should be fixed now.
user
thanks, it's fixed now!
admin
you're welcome.
State: upgraded→closed