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.

#2217 .exe error
Author:
LelouchCS

Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: EXE
State: closed 

When I export .swf to .exe file, the following error pops up when I run the .exe file.
1. Category not registered
2.Access violation at address 00459F09 in modile 'test.exe'. Read of address 00000000.
How to solve this problem?
version:v.20.1.0
OS:windows11

Standard "Wrapper" mode of EXE export saves EXE which uses ActiveX component to display
the flash content.
On newer windows and also with newer Flash, this component is not available. Flash has
retired.
If you want working EXE, you can use "projector" approach, which will merge fully working
flash projector with target SWF.
Go to Advanced settings / Export / Exe export mode and select "PROJECTOR_WIN".
Also make sure you download "Flash player projector" and set its path on Advanced settings
/ Paths page.
Then it should work.

State: new→opened
Type: bug→question
Type: bug→question
ok,only need flashplayer_32_sa.exe,fixed.
okay, you are welcome.
State: opened→closed