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.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#317 Detailed log files
Author:
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: GUI
State: closed Help

At the moment I see that FFDec stores error log in: %APPDATA%\JPEXS\FFDec\log.txt and I see that every time you open .swf file the log file is being re-written (clearing anything that was inside of it before). My suggestion is to store logs in: %APPDATA%\JPEXS\FFDec\logs\ + have a separate log file every time you open a swf file. Also, instead of just storing errors store also the whole process, file information and errors obviously. Example of how the log file could look: ========================================================= Date: 07.08.2013 FFDec Version: 1.7.0 OS: Windows 7 Ultimate (64-bit) File location: C:\test\myfile.swf 00:29:59.345 > Loading file... 00:30:01.184 > Decompiling (this, that, this).... 00:30:02.952 > Decompiling (this, that, this)... 00:30:02.952 > Decompilation done 00:30:03.005 > File loaded 00:30:03.931 > Creating window... 00:30:04.191 > Window created Loaded in 159 seconds == File information == Size: 150 KB Flash Version: 9 Width: 150 Height: 100 ========================================================= This way I think you could request people to provide the log file when they create issues and it would help understand better what is going on and you wouldn't have to ask people information about their system etc.
Implemented. You have to select debugMode in advanced settings to turn on detailed logging.
State: new→upgraded
State: upgraded→closed