Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
09232 Crash/Freeze Critical (emulator) Always 1 day ago 1 day ago
Tester M.A.S.H. View Status Public Platform MAME (Official Binary)
Assigned To hap Resolution Fixed OS Windows 11/10 (64-bit)
Status [?] Resolved Driver
Version 0.279 Fixed in Version 0.280GIT Build 64-bit
Fixed in Git Commit a5143df Github Pull Request #
Summary 09232: hotsmash: Game crashes during attract mode
Description Game crashes game/emulator (see snapshot).
Steps To Reproduce Start the game and wait 30 seconds, then the game/emulator will crash.
Additional Information
Github Commit
Flags
Regression Version 0.278
Affected Sets / Systems hotsmash
Attached Files
png file icon hotsmash-MAME 0278.png (65,626 bytes) 1 day ago Uploaded by M.A.S.H.
M.A.S.H.
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.23561
hap
Developer
1 day ago
Regression by my commit when I updated samples.h

BTW when installing a new version of MAME, also copy over the correct mame.sym file.
Here is the correct trace:

-----------------------------------------------------
Exception at EIP=00007ff6a4013c3d (samples_device::sound_stream_update(sound_stream&)+0x010d): ACCESS VIOLATION
While attempting to read memory at 0000000000000b02
-----------------------------------------------------
RAX=0000000000000000 RBX=00000236ecb71bd0 RCX=00000236ec81e810 RDX=0000000000000001
RSI=0000000000000c9c RDI=00000000000008ff RBP=0de0b6b3a7640000 RSP=0000009744d89110
 R8=00000236ec87e1b0 R9=0000000000000000 R10=0000000000000000 R11=0000000000000b00
R12=0000000000000001 R13=0000009744d89250 R14=00007ff6b2916750 R15=0000009744d89660
-----------------------------------------------------
Stack crawl:
  0000009744d89140: 00007ff6a4013c3d (samples_device::sound_stream_update(sound_stream&)+0x010d)
  0000009744d891b0: 00007ff6a44bb8d6 (sound_stream::do_update()+0x0146)
  0000009744d892c0: 00007ff6a44c2eff (sound_manager::streams_update()+0x085f)
  0000009744d89310: 00007ff6a44c9a80 (sound_manager::update(int)+0x0060)
  0000009744d89380: 00007ff6a3e7fb3b (device_scheduler::timeslice()+0x014b)
  0000009744d894d0: 00007ff6a3e7cccf (running_machine::run(bool)+0x01bf)
  0000009744d8eb80: 00007ff6a733a9eb (mame_machine_manager::execute()+0x020b)
  0000009744d8ef60: 00007ff6ab252049 (cli_frontend::start_execution(mame_machine_manager*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)+0x03c9)
  0000009744d8f210: 00007ff6ab2525fd (cli_frontend::execute(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)+0x004d)
  0000009744d8f270: 00007ff6a7335099 (emulator_info::start_frontend(emu_options&, osd_interface&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)+0x0029)
  0000009744d8f640: 00007ff6ad05c86c (luaopen_lfs+0x105d34c)
  0000009744d8f710: 00007ff69fc013b1 (__tmainCRTStartup+0x0231)
  0000009744d8f740: 00007ff69fc014e6 (mainCRTStartup+0x0016)
  0000009744d8f770: 00007ff9591d7374 (BaseThreadInitThunk+0x0014)
  0000009744d8f7f0: 00007ff959c7cc91 (RtlUserThreadStart+0x0021)
User avatar
No.23562
M.A.S.H.
Senior Tester
1 day ago
Thank you very much for quickly fixing the bug.