- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
09032 | Crash/Freeze | Minor | Always | 3 days ago | 2 days ago |
Tester | Robbbert | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Resolution | Invalid report | OS | Windows 10/11 (64-bit) | |
Status [?] | Closed | Driver | |||
Version | 0.272 | Fixed in Version | Build | 64-bit | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 09032: scumimon: Silently quits at start | ||||
Description | This game when started will immediately quit back to the command line. There's no message. | ||||
Steps To Reproduce | >mame scumimon | ||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | scumimon | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.22613
cuavas Administrator
3 days ago
|
It’s a fatal error – the message is printed to standard error and the exit status is set to 3 correctly: $ mamed scumimon Speaker ':lspeaker' Ch.0 @ 48000 Default Resampler ':lspeaker' Ch.0 @ 48000 Yamaha YMZ280B PCMD8 ':ymz' Ch.0 @ 88200 Speaker ':rspeaker' Ch.0 @ 48000 Default Resampler ':rspeaker' Ch.0 @ 48000 Yamaha YMZ280B PCMD8 ':ymz' Ch.1 @ 88200 Fatal error: SH3_TOCR_TSTR_ADDR unused bits accessed (write) $ echo $? 3 |
---|---|
No.22629
Robbbert Moderator
2 days ago
|
I don't get the fatal error, however the message is in the error log: [:maincpu] 'maincpu' (00008780): TMU internal write to fffffe90 = 00000000 & 00ff0000 (SH3_TOCR_TSTR_ADDR) Even though the system has roms supplied, execution starts at A0000000, which is way outside the rom range. This driver is a skeleton, so according to the new rule, cannot be logged. Closing as invalid. |