- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 05884 | Crash/Freeze | Critical (emulator) | Always | Mar 19, 2015, 11:20 | May 6, 2016, 07:03 |
| Tester | Firewave | View Status | Public | Platform | MESS (Self-compiled) |
| Assigned To | Resolution | Fixed | OS | Linux | |
| Status [?] | Resolved | Driver | |||
| Version | 0.159 | Fixed in Version | Build | Debug | |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary |
|
||||
| Description | When running intv2 with -str 20 -cart voice you need to kill the process since it doesn't exit. Doesn't happen with intv, -str 2 or other carts. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | Debug build specific | ||||
| Regression Version | |||||
| Affected Sets / Systems | intv2 [voice] | ||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
3
|
No.11735
peterferrie Developer
Jun 9, 2015, 04:43
|
It's reading memory that isn't mapped (at $5014) and using the result (0xffff) as a counter to perform a write, eventually leading to a crash. |
|---|---|
|
No.12618
Tafoid Administrator
May 5, 2016, 23:10
|
This no longer seems to happen with a Debug build (tested 0.173). Confirm? |
|
No.12623
Osso Moderator
May 6, 2016, 07:03
|
Confirmed, stopped happening between 0.169 and 0.171. |