JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

PreviousNext not available#769 Extracting resources twice makes them different
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? Extract the files will make them different every time. pic: http://i.imgur.com/w6HtRdO.png the swf resources have been extracted two times. And the resources stay different. tool used to check different files is winmerge. > What is the expected output? To not stay different. What do you see instead? already stated. > What version of the product are you using? On what operating system? 4.0.5 nightly build 361 on windows 8.1 > Please provide any additional information below. Attach the file you have problem with if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
Downloadfreegame.swf (3,377 KiB)
Yes, thats true, the exported font files are diffrent... why is this a problem for you?
TTF file contains the the creation and modification dates + checksums for the head. This is the only diffrence in the 2 exported file. So I think it is the expected behaviour, It should not be "fixed". It would be a hack to set a fake creation and modification dates. Check the write method in the following class: https://github.com/jindrapetrik/jpexs-decompiler/blob/master/libsrc/ttf/src/org/doubletype /ossa/truetype/HeadWriter.java So I vote for setting this issuse to invalid.
I see. didn't know it was setting date inside. You can set this one to invalid.
State: new→closed
Type: bug→question