- --
Viewing Issue Advanced Details
[ Jump to Notes ]
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 09543 | Plugins | Major | Always | 6 hours ago | 4 hours ago |
| Tester | jman | View Status | Public | Platform | MAME (Official Binary) |
| Assigned To | Resolution | Open | OS | Windows (x64) | |
| Status [?] | New | Driver | |||
| Version | 0.289 | Fixed in Version | Build | x64 | |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 09543: LUA bpset / wpset functions cause MAME crash | ||||
| Description | LUA bpset / wpset functions cause MAME crash after 0.248 or later. | ||||
| Steps To Reproduce |
1) Execute MAME with "mame -debug -plugin console btime" 2) Focus on the LUA console 3) Input "cpu = manager.machine.devices[':maincpu'] 4) Next, input "cpu.debug:bpset(0x1000)" 5) Crash |
||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | 0.248 | ||||
| Affected Sets / Systems | |||||
|
Attached Files
|
LUA crash on the console in 0.248
| ||||
Relationships
| There are no relationship linked to this issue. |
Notes
1
|
No.24667
cuavas Administrator
4 hours ago
|
Two things: * You should not use “-plugin console” (use “-console”) * It works if you provide the condition and action, even if they’re empty (e.g. “bpset(0x1000, '', '')” |
|---|