dermetfan / libgdx-texturepacker-gui

Automatically exported from code.google.com/p/libgdx-texturepacker-gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[error] Exception occured: Error packing files.

GoogleCodeExporter opened this issue · comments

The TexturePacker doesn't seem to work.
It states "[error] Exception occured: Error packing files." when I select Pack 
selected. I have selected an input and output directory. I downloaded 3.2.0. I 
use Java 1.7 on Ubuntu.

Original issue reported on code.google.com by magne...@gmail.com on 27 Oct 2012 at 7:22

I have found that this error can arise if there are issues with your 9-patch 
hints, but I don't have enough information to determine if that is the cause of 
your problem, or not.

Original comment by malk...@gmail.com on 19 Nov 2012 at 9:26

Hello! I've got the same error today. I investigated my case and I have noticed 
that one of my images was just too big:

Caused by: java.lang.RuntimeException: Image does not fit with max page width 
1024 and paddingX 2: logotype[0,0 1999x548]

Indeed it was. Maybe that'll follow your case.

Original comment by namecza...@gmail.com on 13 Jan 2013 at 12:47

Hi! I have the same error, I was able to solve it by changing .9 file as in the 
attached example

Original comment by Hudyakov...@gmail.com on 17 Oct 2013 at 7:00

Attachments:

Check size of your image, if set PoT then it should be power of 2

Original comment by ssypac...@dynamixsoftware.com on 2 Sep 2014 at 11:04

[deleted comment]
Thanks. I had the same problem, and your fix of removing the larger image 
worked! Thanks!!

Original comment by phill...@gmail.com on 22 Aug 2015 at 8:39