Author Topic: problem with texture loading  (Read 1923 times)

Offline lsn198934

  • byte
  • *
  • Posts: 1
    • View Profile
problem with texture loading
« on: April 22, 2012, 03:06:44 am »
hi guys here
fisrt thx for offering such excellent engine
i am new here
i have a problem tht when i try to load a png or bmp i got a runtime exception
i tried all kinds of methods to load it  but all png or bmp raise a exception while jpg works
i cnt figure it out

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: problem with texture loading
« Reply #1 on: April 22, 2012, 10:19:02 pm »
It uses the default Android methods to load images. That excludes bmp files afaik but png actually works fine. Check that your files are not saved in some strange png variant that Android can't load.