Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04290 Crash/Freeze Critical (emulator) Always Mar 25, 2011, 18:53 Mar 31, 2011, 06:05
Tester Tafoid View Status Public Platform MAME (Self-compiled)
Assigned To aaron Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.141u4 Fixed in Version 0.142 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 04290: honeydol: Crash after OK
Description Crash shortly after start

Program received signal SIGSEGV, Segmentation fault.
0x0119c3df in screen_update_honeydol (screen=0x2876b0, bitmap=0x139ad098,
    cliprect=0x22e890) at src/mame/video/kan_panb.c:23
23 dx = (spriteram16[offs+4]>>8) & 0xff;
Steps To Reproduce
Additional Information Suspect breakage in r11854
Github Commit
Flags
Regression Version 0.141u4
Affected Sets / Systems honeydol
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.07345
Haze
Senior Tester
Mar 28, 2011, 17:54
spriteram16 is a null pointer.. the video routine requires spriteram16. I guess all the kan_panb.c (bootleg pandora) bugs are the same issue.