manusharma02 / andengineexamples

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

FC in two examples: TexturePacker and Using a ColorKeyTextureSourceDecorator #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to run either of the above examples from the 'Other' menu
2.
3.

What is the expected output? What do you see instead?
Force closes is what happens.  No idea what is expected.

What version of the product are you using? On what operating system?
Android 2.3 /hg checkout parent: 317:d6c91ccbed4f tip

Please provide any additional information below.
TexturePacker can't find gfx/spritesheets/texturepackerexample.xml.  Changing 
line 66 of TexturePackerExample.java resolves initial problem, but leads to 
IllegalArgumentException: no value for attribute wrapt.

ColorKey example fails due to FileNotFoundException loading 
chromatic_circle.png.  Adding "gfx/" prefix to "chromatic_circle.png" in 
constructor call on line 71 of ColorKeyTextureSourceDecoratorExample.java 
resolves the error.

Original issue reported on code.google.com by mfs...@gmail.com on 1 Sep 2011 at 1:16

GoogleCodeExporter commented 9 years ago
...but leads to IllegalArgumentException: no value for attribute wrapt.
in texturepackerexample.xml
change wrapx="clamp" wrapy="clamp" to wrapt="clamp" wraps="clamp"

Original comment by maksim.l...@gmail.com on 16 Nov 2011 at 12:05