1004029365 / apparat

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

LZMA not working with SDK 4.5.0.20967 #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add 1.0-RC9 and add reducer task (with 7za on classpath) to flex maven build
2. LZMA applies atleast 30% compression on an average
3. When the resulting SWF is opened nothing happens

What is the expected output? What do you see instead?
Application runs, but nothing happens. If LZMA is turned off then it works fine.

What version of the product are you using? On what operating system?
Flex SDK 4.5.0.20967, Flash player 10.3 and Mac OSX.

Please provide any additional information below.

Original issue reported on code.google.com by karthik....@y7mail.com on 3 Jul 2011 at 2:03

GoogleCodeExporter commented 8 years ago
Any exception in debug player?

Original comment by joaebert on 3 Jul 2011 at 2:05

GoogleCodeExporter commented 8 years ago
Nopes. Nothing at all. Not in debug player or Flash bug trace console (I have 
trace enabled during build)

Original comment by karthik....@y7mail.com on 4 Jul 2011 at 3:53

GoogleCodeExporter commented 8 years ago
The same build works with an earlier version of SDK (4.1.0.16076). LZMA is 
applied with any matryoshkaType's. The problem with the earlier version is that 
the resolution (width/height) of the SWF file is somehow reduced.

I still am trying to use the latest version of Flex SDK (4.5.0.20967) as per 
client requirements but LZMA does not work in this case.

Original comment by karthik....@y7mail.com on 5 Jul 2011 at 11:40

GoogleCodeExporter commented 8 years ago
I'd like to add that we're creating a Flex project.  For some reason using 
either matryoshkaType preloader or quiet doesn't load our application.  The 
best 'debug' I've gotten is that there's a null object in the onEnterFrame 
function for quiet and a null error in the onAddedToStage function for 
preloader.

I'm not sure why this is happening.  I've tried to use it on a very simple 
project (only application tag with a label) and it simply cannot function.  

The pom is attached. Please try it on a very simple Flex application.  Thanks.

Original comment by michelbo...@gmail.com on 5 Aug 2011 at 1:20

Attachments:

GoogleCodeExporter commented 8 years ago
I've also noticed that this only happens when using Flex 4.  Flex 3 seems to 
work properly (even though the width of the application seems to be 
constrained).

Original comment by michelbo...@gmail.com on 5 Aug 2011 at 1:56

GoogleCodeExporter commented 8 years ago
I think you get this issue because it is a Flex project. LZMA is not intented 
to be used with Flex applications since they also perform some additional 
preloading etc.

Original comment by joaebert on 5 Aug 2011 at 7:44

GoogleCodeExporter commented 8 years ago
boo-urns :(

Original comment by michelbo...@gmail.com on 6 Aug 2011 at 5:42

GoogleCodeExporter commented 8 years ago

Original comment by joaebert on 4 Sep 2011 at 7:55