|
|
| Problem with libpng? |
|
Don Freeman
Member #5,110
October 2004
|
Ok, I've got a working copy of Allegro 4.9.5 static build on windows. I am working on the "Monday" project and everything compiles fine...but when I run the program, I get this error: libpng error: 0
This is NOT the error you get if it is loading a file that is not there, because this is that error: libpng error: Invalid image color type specified I had to fix the animation file, because of the line endings (something we need to look into for cross-platformness of "Monday")
This is the offending code: If I do a debug session I get: Call Stack: ->ntdll.dll!77af3b6b() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] msvcr90.dll msvcrt.dll
This is on Vista with Visual Studio 9 2008. Edit: -- |
|
|