- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
06547 | Crash/Freeze | Critical (emulator) | Always | Apr 26, 2017, 20:06 | Apr 27, 2017, 14:18 |
Tester | Tafoid | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Robbbert | Resolution | Fixed | OS | Windows Vista/7/8 (32-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.185 | Fixed in Version | 0.186 | Build | Debug |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 06547: All sets in tv990.cpp: [debug] Assert when starting emulation | ||||
Description |
Fatal error: assert: ../../../../../src/emu/screen.cpp:1127: !visarea.empty() |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Debug build specific | ||||
Regression Version | 0.176 Added | ||||
Affected Sets / Systems | All sets in tv990.cpp | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.13799
Robbbert Senior Tester
Apr 27, 2017, 14:18
|
m_height can be 0 or -1 while machine is booting, leading to invalid screen size being requested. Added a check for a reasonable range of values. |
---|