- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
04303 | Crash/Freeze | Critical (emulator) | Random | Apr 7, 2011, 21:37 | Mar 23, 2012, 21:07 |
Tester | Robbbert | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | Haze | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | 0.142 | Fixed in Version | 0.145u5 | Build | I686 |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 04303: nost, nostk: Intermittent crash when the sun starts rising during demonstration | ||||
Description | Start nost, when the sun starts rising, and access violation can occur. | ||||
Steps To Reproduce | Start nost, when the sun starts rising, and access violation can occur. Sometimes it works instead. For me to make it reliably crash, start a pinball game (taf_l1 is a good one), press escape then start nostk. | ||||
Additional Information |
C:\Compile\MAME>mame nostk |
||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | nost, nostk | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
3
No.07373
Tafoid Administrator
Apr 7, 2011, 22:01
|
I can confirm it, but it's very random and only seems to happen just once. |
---|---|
No.08396
Haze Senior Tester
Mar 22, 2012, 23:52
|
Apparently Magical Cat Adventure is prone to the same random crashes. Probably something uninitialized combined with a potential access beyond the bounds of a buffer. |
No.08400
Haze Senior Tester
Mar 23, 2012, 21:07
|
priority check code wasn't safe (didn't check if x was in rage of priority bitmap, check only happened later on actual draw call) |