PNG with ALPHA will crash the End Game Score Screen

Things in RTC that do not work as expected (compared to Dungeon Master) or at all! Please read previous posts carefully to see if the bug has already been reported.

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting.
Post Reply
User avatar
Gambit37
Should eat more pies
Posts: 13714
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

PNG with ALPHA will crash the End Game Score Screen

Post by Gambit37 »

As it says in the topic title: Any images using an alpha channel that are displayed in the score screen (champions, monsters) will crash RTC:

Code: Select all

Error:
  an access violation exception.

Stack Dump:
  RTCMediaGraphics.CopyAlphaChannelNormal();
  RTCMediaGraphics.DrawTrans(pointer 0x0D77D850, pointer 0x01E53DA8, int 218, int -1, pointer 0x0018D708, bool TRUE);
  RTC.DrawStatsBufferScores();
  RTC.DrawStatsBuffer();
  RTC.DrawStats();
  RTC.ProgStateStats();
  RTC.DoFrame(int 218);
  RTC.WinMain();
Post Reply