Slick Forums

Discuss the Slick 2D Library
It is currently Sun May 19, 2013 9:24 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Thu Feb 11, 2010 1:58 pm 
Offline
Site Admin

Joined: Mon Dec 08, 2008 2:17 pm
Posts: 140
WARN:class org.newdawn.slick.opengl.PNGImageData failed to read the data. Doesn't show why it failed.

CompositeImageData line 66:
Code:
Log.warn(sources.get(i).getClass()+" failed to read the data");

could be changed to
Code:
Log.warn(sources.get(i).getClass()+" failed to read the data:  "+e.getMessage());


and then the warning becomes:
WARN:class org.newdawn.slick.opengl.PNGImageData failed to read the data Unsupported bit depth

see question


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 04, 2010 4:37 pm 
Offline
Site Admin
User avatar

Joined: Thu Jan 01, 1970 12:00 am
Posts: 3143
Fixed in SVN.

Kev


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group