(2017-03-03, 12:15)Philippe Hurbain Wrote: Looks like the TEXMAP is broken...
LDPE tells that the two subpart lines in FALLBACK section are circular references... and if I remove them I no longer have an error, but the texmapped subpart don't appear.
Thank you for this error report! I found three bugs which are all related to LDPE's TEXMAP parser.
I was able to fix the first two of them, but the third one is a little bit more complicated.
I created a new test case for TEXMAP, too.
- The TEXMAP parser did not search in the folder where the .dat file was located (the PNG file was not found)
- The circular references error was triggered, because I forgot to remove the filename from a special list.
- Somehow, the PNG loader has issues to load the 10204p01.png file. Even if it gets loaded, the colours are all black, but the transparency is correct.
I have to fix the PNG loader class now. This will take about a week.