weimingtom / angel-engine

Automatically exported from code.google.com/p/angel-engine
0 stars 0 forks source link

Crash when using auto-detect bit depth on bmps, pngs #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Turns out if you save a bmp or png with Paint.Net (not sure that it's 
limited to that application, but that's what I was using) with auto-detect 
as the bit-depth (instead of 8,24, or 32), and load the image in angel, it 
crashes.

It's ok if angel doesn't support loading that, just need some assert or 
log statement with the function returning failure about that if possible. 
I kind of lucked out into figuring out what was causing it, but it could 
cause more mystery/frustration for somebody else.

Original issue reported on code.google.com by BorutPfe...@gmail.com on 23 Apr 2009 at 10:10

GoogleCodeExporter commented 8 years ago
Could you attach the problematic image to this issue so we can test it? 

Original comment by lieseg...@gmail.com on 24 Apr 2009 at 1:51

GoogleCodeExporter commented 8 years ago
Fixed with the move to DevIL. 

Original comment by lieseg...@gmail.com on 3 Jul 2010 at 4:47