- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
01939 | Crash/Freeze | Critical (emulation) | Always | Jun 27, 2008, 20:10 | Jun 28, 2008, 19:48 |
Tester | Firewave | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | couriersud | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | 0.125u8 | Fixed in Version | 0.125u9 | Build | Debug |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 01939: All segag80v.c sets: [debug] Assertions | ||||
Description |
assert: src/emu/video.c:664: visarea->min_x < width assert: src/emu/devintrf.c:495: device->token != NULL |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Debug build specific | ||||
Regression Version | 0.125u7 | ||||
Affected Sets / Systems | All segag80v.c sets | ||||
Attached Files
|
|||||
Relationships
|
Notes
3
No.01416
couriersud Developer
Jun 28, 2008, 15:58
|
See comments in 01945, Can not reproduce assert: src/emu/devintrf.c:495: device->token != NULL |
---|---|
No.01417
Tafoid Administrator
Jun 28, 2008, 16:35
edited on: Jun 28, 2008, 16:36 |
This is what my debug build shows - built with: mingw32-make DEBUG=1F:\MAMESRC>mamed startrek -verbose Perhaps a windows only problem? |
No.01425
couriersud Developer
Jun 28, 2008, 19:44
|
assert should call fatalerror, looks like it returns ... See 1939 for comments ... |