2 Known Hardware Bugs
RadWolfie edited this page 2025-08-23 06:58:00 -05:00

Technically, it is not a hardware bug but more of a title developer's coding error.

Certain conditions must be met to trigger the fault on Xbox hardware, which is most likely will be triggered in Cxbx-Reloaded. Because of this, there will be no need to create false positive reports. We have no intention to create workaround hack fixes other than the possibility of conditional checks to create a pop-up message to warn the users to expect the title to break.

EEPROM Settings

  • NTSC 720p Only
    • Xbox hardware: Cause title(s) stuck at Xbox logo with Microsoft wording below it.
      Cxbx-Reloaded: Received Fatal Message: Unable to determine default Xbox backbuffer
      Solution: Condition check have not been made to warn users yet.
      NOTE: The cause is from pPresentationParameters->Flags has 0x40 bit flag set.
      • King Arthur (DVD demo)
      • Miami Vice
    • Xbox hardware: Cause title(s) output no video.
      Cxbx-Reloaded: Not rendered onto the whole screen, only rendered to the top left corner.
      Solution: There will be no implement warning message for these title(s) bug.
      • Monopoly Party!
  • AV Region Incompatibility
    • Xbox hardware: Cause title(s) to display dirty disc error or the like.
      Cxbx-Reloaded: Same as above.
      Solution: Warn the users of incompatibility AV Region usage.
      • 007: Nightfire
        • Possible similar issue like The Warrior title has.
      • Grand Theft Auto: San Andreas
      • The Warrior
        • NTSC region will play videos from the bink directory. And PAL region will play videos from the bink_pal directory.
      • Quantum Redshift
        • Japan version will switch languages. (Is this a bug or a feature?)
      • And possibility more has the same issue.