- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03424 | Crash/Freeze | Critical (emulator) | Always | Sep 4, 2009, 03:21 | Oct 27, 2009, 21:15 |
Tester | Tafoid | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | etabeta | Resolution | Fixed | OS | Windows 2000 |
Status [?] | Resolved | Driver | |||
Version | 0.133u4 | Fixed in Version | 0.135 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03424: chihiro, triforce: Access Violation before typing OK | ||||
Description |
Both bioses when run crash before OK can be typed or any information screen can be seen. Backtrace: Program received signal SIGSEGV, Segmentation fault. |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.130u1 | ||||
Affected Sets / Systems | chihiro, triforce | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.05041
sz72 Tester
Oct 20, 2009, 14:51
|
Sice bioses have no gdrom file and no security pic data, the relative regions are not present and the function load_rom_gdrom() (that reads the 'rom file' from the chd) should not do anything. You can add the foillowing in the load_rom_gdrom() function before the first memset() call if ((v->picdata == NULL) || (v->gdromchd == NULL)) return; // maybe output a message too |
---|---|
No.05073
etabeta Developer
Oct 27, 2009, 21:15
edited on: Oct 27, 2009, 21:15 |
it's even better not to call at all the load_rom_gdrom if any of picdata, gdromchd or memory is NULL ;) |