[FIXED] SVN 2520 - Problems with the PNG loader

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

[FIXED] SVN 2520 - Problems with the PNG loader

Post by christianclavet »

While attemting to run the Quake 3 Explorer example, it crashed while saying the FONT file was corrupted.

I checked the fond file (fontlucida.png) it open ok in Photoshop. Replaced the name of the font with a BMP and the application didnt crashed.

Could be there is a problem in the texture creation from PNG files.
Last edited by christianclavet on Thu Jul 30, 2009 5:20 pm, edited 1 time in total.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, you're right. I've fixed some other font problems while looking for this bug as well. Was a thing I missed in the conversion yesterday, forgot to write back the pixel after altering the alpha value.
Post Reply