Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05016 Crash/Freeze Critical (emulation) Always Sep 22, 2012, 07:03 Sep 23, 2012, 19:19
Tester Kaylee View Status Public Platform MESS (Self-compiled)
Assigned To Resolution Suspended OS Windows XP
Status [?] Closed Driver
Version 0.147 Fixed in Version Build Normal
Fixed in Git Commit Github Pull Request #
Summary MESS-specific 05016: a2600 (any set): loading is broken
Description Loading a cart like this: "mess a2600 meltdown" or via "mess.exe -skip_gameinfo -rompath I:\Emu\Mess\Bios;I:\Emu\Mess\Roms -hashpath I:\Emu\Mess\hash a2600 -cartridge "I:\Emu\mess\software\a2600\Prost.bin""

Produce the following error:

  0022C008: 0113B06F (not found)
  00000000: 0193C16F (not found)
Attempted to read from generic address space (offs 1056)

Thus driver isn't usable atm
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems a2600 (any set)
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
4
User avatar
No.08941
Tafoid
Administrator
Sep 22, 2012, 12:53
Since this is a bug in SVN, we'll wait until the next release to officially add it to the database. It's a valid bug for current SVN, but MT only allows bugs for released source version (integer releases and 'u' releases). Until then, I've suspended the bug while acknowledging it.
User avatar
No.08943
Firewave
Senior Tester
Sep 22, 2012, 17:08
There's a lot of address space issues in MAME and MESS right now. They will be fixed in a few days.
User avatar
No.08944
mahlemiut
Developer
Sep 23, 2012, 01:34
Fixed the driver, since I had some software to test it with. Seems to work fine, now.
User avatar
No.08947
Kaylee
Tester
Sep 23, 2012, 19:19
Thanx Mahlemiut. Seems to work now