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 issues#1026 Streams are not the same at pos 0000000a
Author: hotlynks
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed
> What steps will reproduce the problem?
I was trying to modify a flash game
> What is the expected output? What do you see instead?
it would not save
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
6.0.1 nightly build
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
com.jpexs.decompiler.flash.abc.NotSameException: Streams are not the same at pos 0000000a
at com.jpexs.decompiler.flash.abc.CopyOutputStream.write(CopyOutputStream.java:72)
at com.jpexs.decompiler.flash.SWFOutputStream.write(SWFOutputStream.java:131)
at com.jpexs.decompiler.flash.abc.ABCOutputStream.write(ABCOutputStream.java:44)
at com.jpexs.decompiler.flash.abc.ABCOutputStream.writeS32(ABCOutputStream.java:122)
at com.jpexs.decompiler.flash.abc.ABCOutputStream.writeU30(ABCOutputStream.java:48)
at com.jpexs.decompiler.flash.abc.ABC.saveToStream(ABC.java:600)
at com.jpexs.decompiler.flash.tags.DoABC2Tag.getData(DoABC2Tag.java:108)
at com.jpexs.decompiler.flash.tags.Tag.getData(Tag.java:480)
at com.jpexs.decompiler.flash.tags.Tag.cloneTag(Tag.java:414)
at
com.jpexs.decompiler.flash.abc.avm2.parser.script.ActionScript3Parser.compile(ActionScript
3Parser.java:2434)
at com.jpexs.decompiler.flash.abc.ABC.replaceScriptPack(ABC.java:1274)
at
com.jpexs.decompiler.flash.gui.abc.ABCPanel.saveDecompiledButtonActionPerformed(ABCPanel.j
ava:733)
at
com.jpexs.decompiler.flash.gui.abc.ABCPanel$$Lambda$181/17394854.actionPerformed(Unknown
Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at
org.pushingpixels.substance.internal.utils.RolloverButtonListener.mouseReleased(RolloverBu
ttonListener.java:124)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Please turn off the "Debug recompile" setting. It is for debugging FFDec only.
State: new→upgraded
thanx will do that :D
I close this issue due to inactivity. Please create new issue if problem persists.
State: upgraded→closed