limyz / DTXmaniaNX

A program that replicates gameplay from Konami's music video game, Gitadora - Drummania/GuitarFreaks. This project provides QoL updates, previously was forked from the DTXManiaXG verK SVN repository.
https://en.osdn.jp/projects/dtxmaniaxg-verk/
84 stars 19 forks source link

Null Exception encountered when playing DTXMania as a DTXViewer from DTXCreator #135

Closed fisyher closed 2 years ago

fisyher commented 2 years ago

Null exceptions related to CDTXMania.stageSongSelection.rChosenScore occurs at 2 places. One at line 309 of CActPerfProgress.cs within method

private void tCreateBestProgressBarRecordTexture(CScore cScore)

The other at line 139 of CActResultImage when a song has finished its playback. In DTXVMode, DTXMania should not transit to Result Screen but should stay in Performance Screen.

Bug occurs only in GR mode only.