Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04165 Crash/Freeze Critical (emulator) Always Jan 1, 2011, 16:07 Jan 4, 2011, 15:04
Tester Tafoid View Status Public Platform MAME (Official Binary)
Assigned To Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.141 Fixed in Version 0.141u1 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 04165: vbowl, vbowlj: Crash after OK
Description The game crashes very shortly after typing OK
-----------------------------------------------------
Exception at EIP=01BCB175 (ics2115_device::read(device_t*, unsigned int)+0x0035: ACCESS VIOLATION
While attempting to read memory at 0000A915
-----------------------------------------------------
EAX=00000000 EBX=00000000 ECX=00000000 EDX=0D49CA6C
ESI=00000000 EDI=00000000 EBP=0022F960 ESP=0022F938
-----------------------------------------------------
Stack crawl:
  0022F960: 01BCB175 (ics2115_device::read(device_t*, unsigned int)+0x0035)
  0022F980: 0075E698 (ics2115_word_r(address_space*, unsigned int, unsigned shot)+0x00e8)
  0022F9A0: 01EAE52B (address_space_specific<unsigned short, (endianness_t)1, tue>::read_word(unsigned int)+0x007b)
  0022F9C0: 01766343 (m68ki_read_16_fc(_m68ki_cpu_core*, unsigned int, unsigned int)+0x0033)
  0022F9D0: 0177C4A7 (m68k_op_move_16_d_ai(_m68ki_cpu_core*)+0x0027)
  0022FA50: 0130F12C (cpu_execute_m68k(legacy_cpu_device*)+0x0bcc)
  0022FAD0: 01915CAE (device_scheduler::timeslice()+0x037e)
  0022FB60: 01859A41 (running_machine::run(bool)+0x0301)
  0022FC20: 018A83C7 (mame_execute(osd_interface&,_core_options*)+0x02d7)
  0022FD60: 01A705B2 (cli_execute(int, char**, osd_interface&,_options_entry cnst*)+0x0762)
  0022FEF0: 01288979 (utf8_main(int, char**)+0x0159)
  0022FF30: 01C9E3EE (wmain+0x006e)
  0022FFC0: 004013D1 (__tmainCRTStartup+0x0241)
  0022FFF0: 7C817077 (RegisterWaitForInputIdle+0x0049)
Steps To Reproduce
Additional Information Likely ICS2115 changes brought about this crash.
Github Commit
Flags
Regression Version 0.141
Affected Sets / Systems vbowl, vbowlj
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.06998
trap15
Senior Tester
Jan 2, 2011, 20:35
I've fixed this and sent a patch around.

Patch is available at http://raidenii.net/files/igs011fix.diff
User avatar
No.07000
Tafoid
Administrator
Jan 4, 2011, 15:04
Patch applied to SVN and confirmed fixed.
Fixed by trap15