- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
06677 | Interface | Critical (emulator) | Always | Sep 5, 2017, 06:53 | Jan 30, 2021, 23:31 |
Tester | wuemura | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | AmatCoder | Resolution | Fixed | OS | Windows 10 (64-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.189 | Fixed in Version | 0.212 | Build | 64-bit |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 06677: UI: Exception at new machine selection | ||||
Description |
Exception happens if you change from one machine to another, tested with: neogeo to any other machine or rom n64dd to any other machine or rom Maybe it will happens with other drivers also. ----------------------------------------------------- |
||||
Steps To Reproduce |
1. Start MAME 2. Select/Run any machine with a softwarelist but can be started empty. Example: Neo Geo MVS (neogeo). It will boot. 3. Choose "Select New Machine" from the menu and choose another machine with or without a softlist. Examples: Atari 2600 (a2600) / Mappy (mappy) 4. Exception happens |
||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | UI | ||||
Attached Files
|
|||||
Relationships
Notes
8
No.14169
Tafoid Administrator
Sep 5, 2017, 20:27
|
Replaced stackcrawl with a valid one. The one before was made with a non-matching .SYM file. Updated description/info to better suit findings. |
---|---|
No.14228
Tafoid Administrator
Oct 7, 2017, 01:00
|
Shares similar crashing with bugs fixed by https://github.com/mamedev/mame/pull/2555 , but untested |
No.14230
wuemura Viewer
Oct 7, 2017, 01:52
|
It returns this error in 0.191GIT mame64d: ../../../../../src/emu/emuopts.cpp:1038: image_option& emu_options::image_option(const string&): Assertion `iter != m_image_options.end() && "Attempt to access non-existent image option"' failed. Aborted |
No.14233
Tafoid Administrator
Oct 7, 2017, 02:39
|
That is simply an DEBUG build only assert. The crash still happens in non-debug binaries. |
No.14234
wuemura Viewer
Oct 7, 2017, 04:10
edited on: Oct 7, 2017, 04:11 |
The Exception stop happening, still, MAME closes and exit. I'll compile a new one later. |
No.14235
wuemura Viewer
Oct 7, 2017, 04:44
|
The non DEBUG version just quits, the exception is gone but it doesn't help either. |
No.14299
wuemura Viewer
Oct 18, 2017, 15:48
|
This one is with konamigx, this was like the bug description.----------------------------------------------------- Still there are another if you load the bios konamigx and press ESQ to exit, duplicate of: http://mametesters.org/view.php?id=6121 |
No.16681
Robbbert Senior Tester
Jul 20, 2019, 14:02
edited on: Jul 20, 2019, 14:11 |
Not crashing any more. Don't know when it was fixed or by whom. The konamigx problem is entirely separate, and covered by bug report 6121. |