typhoid / apparat

Automatically exported from code.google.com/p/apparat
0 stars 0 forks source link

Can't read an SWC #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, it's me again with an unreadable SWC :) I'm using apparat 
apparat-aggregator-1.0.RC6. When I try to read the SWC attached, I get an 
exception:

java.lang.AssertionError: assertion failed
    at scala.Predef$.assert(Predef.scala:77)
    at apparat.swf.Swf.read(Swf.scala:135)
    at apparat.swf.Swf$$anonfun$read$2.apply(Swf.scala:98)
    at apparat.swf.Swf$$anonfun$read$2.apply(Swf.scala:98)
    at apparat.utils.IO$.using(IO.scala:109)
    at apparat.swf.Swf.read(Swf.scala:98)
    at apparat.swf.Swf$$anonfun$read$3.apply(Swf.scala:100)
    at apparat.swf.Swf$$anonfun$read$3.apply(Swf.scala:100)
    at apparat.utils.IO$.using(IO.scala:109)
    at apparat.swf.Swf.read(Swf.scala:100)
    at apparat.swf.Swf.read(Swf.scala:104)
    at apparat.swf.Swf$.fromSwc(Swf.scala:73)
    at apparat.utils.SwcStrategy.read(TagContainer.scala:142)
    at apparat.utils.TagContainer$$anonfun$read$1.apply(TagContainer.scala:65)
    at apparat.utils.TagContainer$$anonfun$read$1.apply(TagContainer.scala:64)
    at apparat.utils.IO$.using(IO.scala:109)
    at apparat.utils.TagContainer.read(TagContainer.scala:64)
    at apparat.utils.TagContainer$.fromFile(TagContainer.scala:20)
    at apparat.utils.TagContainer.fromFile(TagContainer.scala)

Original issue reported on code.google.com by a.a.elis...@gmail.com on 11 Nov 2010 at 5:09

Attachments:

GoogleCodeExporter commented 9 years ago
Same on RC8

Original comment by a.a.elis...@gmail.com on 2 Dec 2010 at 12:17

GoogleCodeExporter commented 9 years ago
How did you compile this SWC?

Original comment by joaebert on 2 Dec 2010 at 12:56

GoogleCodeExporter commented 9 years ago
I'm sorry, can't recall that at all. The person I got that SWC from can only 
tell she "had Adobe flash cs4 at that time".

Is that bad?

Original comment by a.a.elis...@gmail.com on 12 Dec 2010 at 1:49

GoogleCodeExporter commented 9 years ago

Original comment by joaebert on 20 Dec 2010 at 9:22

GoogleCodeExporter commented 9 years ago
Issue 41 has been merged into this issue.

Original comment by joaebert on 1 Feb 2011 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by joaebert on 1 Feb 2011 at 7:22

GoogleCodeExporter commented 9 years ago
Still can't read that SWC. I've tried the new RC9 version, but still get the 
exception:

java.lang.AssertionError: assertion failed
    at scala.Predef$.assert(Predef.scala:77)
    at apparat.swf.Swf.read(Swf.scala:138)
    at apparat.swf.Swf.read(Swf.scala:107)
    at apparat.utils.SwcStrategy.read(TagContainer.scala:142)
    at apparat.utils.TagContainer.read(TagContainer.scala:64)
    at apparat.utils.TagContainer$.fromFile(TagContainer.scala:20)
    at apparat.utils.TagContainer.fromFile(TagContainer.scala)

Or maybe this fix is not included in the RC9 yet?

Original comment by a.a.elis...@gmail.com on 2 Feb 2011 at 8:25

GoogleCodeExporter commented 9 years ago
Ah, sorry - my bad! I've used the wrong version. Forget the prev. comment.

Thank you!

Original comment by a.a.elis...@gmail.com on 2 Feb 2011 at 8:28

GoogleCodeExporter commented 9 years ago
Phew ;) It would have been really strange since I tested your file on my 
machine and it worked.

Original comment by joaebert on 2 Feb 2011 at 9:14