- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
08441 | Crash/Freeze | Critical (emulator) | Always | Oct 18, 2022, 16:49 | Oct 20, 2022, 11:20 |
Tester | Firewave | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | kmg | Resolution | Fixed | OS | Windows 10/11 (64-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.248 | Fixed in Version | 0.249 | Build | 64-bit |
Fixed in Git Commit | b364476 | Github Pull Request # | #10450 | ||
Summary | 08441: famicom [wallybngp]: Access Violation | ||||
Description |
wally bear and the no gang (usa) (beta) (unl).chr ROM NEEDS REDUMP wally bear and the no gang (usa) (beta) (unl).prg ROM NEEDS REDUMP WARNING: the machine might not run correctly. ----------------------------------------------------- Exception at EIP=00007ff76fc53b16 (+0x6fc53b16): ACCESS VIOLATION While attempting to read memory at 0000000000001000 ----------------------------------------------------- RAX=0000000000001000 RBX=000002553952b140 RCX=0000025539565ca8 RDX=0000000000000000 RSI=000000bedc4f99e0 RDI=000000bedc4f9968 RBP=0000000000000000 RSP=000000bedc4f97c8 R8=00000000000000ff R9=00000255395af780 R10=0000008216ed1969 R11=00007ff778a95010 R12=0000000000000008 R13=0000000000001000 R14=0000000000002000 R15=000000bedc4f99e0 ----------------------------------------------------- Stack crawl: 000000bedc4f97c0: 00007ff76fc53b16 (+0x6fc53b16) 000000bedc4f97f0: 00007ff7718c95d4 (+0x718c95d4) 000000bedc4f9820: 00007ff770d93401 (+0x70d93401) 000000bedc4f9850: 00007ff76e484f93 (+0x6e484f93) 000000bedc4f98f0: 00007ff76fbc7ca2 (+0x6fbc7ca2) 000000bedc4f99b0: 00007ff76fbc716c (+0x6fbc716c) 000000bedc4f9b00: 00007ff76fbc9364 (+0x6fbc9364) 000000bedc4f9b50: 00007ff76fbc95e4 (+0x6fbc95e4) 000000bedc4f9bc0: 00007ff76fbc9910 (+0x6fbc9910) 000000bedc4f9c30: 00007ff76d32cb1b (+0x6d32cb1b) 000000bedc4f9d90: 00007ff76d329958 (+0x6d329958) 000000bedc4ff210: 00007ff77093c19b (+0x7093c19b) 000000bedc4ff5f0: 00007ff77324d54f (+0x7324d54f) 000000bedc4ff8b0: 00007ff77324db5d (+0x7324db5d) 000000bedc4ff910: 00007ff770936849 (+0x70936849) 000000bedc4ffce0: 00007ff7743a6df7 (+0x743a6df7) 000000bedc4ffdb0: 00007ff7689a13b1 (+0x689a13b1) 000000bedc4ffde0: 00007ff7689a14e6 (+0x689a14e6) 000000bedc4ffe10: 00007ffd1b8a7034 (BaseThreadInitThunk+0x0014) 000000bedc4ffe90: 00007ffd1d8826a1 (RtlUserThreadStart+0x0021) |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | famicom [wallybngp] | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
5
No.20611
Firewave Senior Tester
Oct 18, 2022, 16:52
|
This is flagged as a bad dump but there is no explicit "supported" attribute. There's several other sets like that. I don't know what the current policy is on that. |
---|---|
No.20613
Tafoid Administrator
Oct 19, 2022, 02:10
|
Softlists have the ability to have supported="no" put into entries for those that are known to not work. You need to determine if it was always like that or it has regressed. If it is a long term issue, you can see that supported part is added to the <software name> line. |
No.20616
Firewave Senior Tester
Oct 19, 2022, 06:42
|
It was added in https://github.com/mamedev/mame/commit/6a53a6aeff4f6436210127eeb5dc9111b2da00f4 (0.174dev) and not changed every since. |
No.20626
Robbbert Senior Tester
Oct 19, 2022, 11:50
|
Dump is useless. Please provide one with symbols. |
No.20640
kmg Senior Tester
Oct 20, 2022, 05:42
|
It's crashing when trying to bank nonexistent graphics memory. A typo in the software list made it so this entry had neither RAM nor ROM to bank. PR: https://github.com/mamedev/mame/pull/10450 |