Page 1 of 1

PNG with ALPHA will crash the End Game Score Screen

Posted: Wed Dec 15, 2010 2:19 pm
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();