- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
04364 | Crash/Freeze | Critical (emulator) | Random | Jun 3, 2011, 14:38 | Jun 6, 2011, 10:39 |
Tester | Scagazza | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Resolution | Fixed | OS | Windows XP (64-bit) | |
Status [?] | Resolved | Driver | |||
Version | 0.142u4 | Fixed in Version | 0.142u5 | Build | 64-bit |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 04364: shanhigw, sss, shienryu: MAME crashes after pressing OK | ||||
Description |
(gdb) run shanhigw Starting program: C:\MAME/mame.exe shanhigw [New Thread 3040.0xbd0] warning: Can not parse XML library list; XML support was disabled at compile tim e [New Thread 3040.0xd7c] [New Thread 3040.0xda0] [New Thread 3040.0xe60] [New Thread 3040.0xbdc] [New Thread 3040.0xbf8] Program received signal SIGSEGV, Segmentation fault. 0x0000000002e331a6 in device_execute (device=<error reading variable>) at src/emu/diexec.h:332 332 { (gdb) bt #0 0x0000000002e331a6 in device_execute (device=<error reading variable>) at src/emu/diexec.h:332 GDB does not support pointers to methods on this target (gdb) |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | shanhigw, sss, shienryu | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
11
No.07486
Scagazza Tester
Jun 3, 2011, 14:42
|
Exactly the same error testing sss (Steep Slope Sliders) |
---|---|
No.07487
Scagazza Tester
Jun 3, 2011, 14:46
|
same testing shienryu |
No.07488
Scagazza Tester
Jun 3, 2011, 14:49
|
and now I get this error running rsgun too |
No.07490
Scagazza Tester
Jun 3, 2011, 14:59
|
I have also done some tests with a normal x64 build witout symbols enabled Testing shanhigw I got the crash after pressing OK if I launch the game with normal syntax mame shanhigw instead I run into the game using mame stvbios -cart1 shanhigw |
No.07492
Tafoid Administrator
Jun 3, 2011, 15:26
edited on: Jun 3, 2011, 15:31 |
According to your output above, you can't run the XML softlist for stv... "XML support was disabled at compile time". How is that even possible? If you aren't building your binaries correctly - it's hard to confirm things that do not seem to be happening for other people. There was a toolchain change as well, are you using the old tools or the new tools? That said, all the sets you mentioned in this driver are identified and boot to title on my 32-bit, 0.142u4 build using default settings. Try to find a binary for U4 build by someone else - for instance: http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Number=255352 |
No.07494
Scagazza Tester
Jun 3, 2011, 15:45
|
Every time you ask me the same question and every I say is a normal x64 build compiled with normal latest tool make all TARGETOS=win32 PTR64=1 |
No.07495
Scagazza Tester
Jun 3, 2011, 15:59
|
I can't download the binaries cos I was banned from mameworld years ago and I have never registered another account. I have tested a self build mameui64 anf the one from the official site and trying to start shienryu I got the same crash after pressing OK. I have deleted the cfg and nvram files too but the result is the same. |
No.07496
Tafoid Administrator
Jun 3, 2011, 16:15
|
I'm sorry to keep mentioning it. I can't duplicate a lot of what you report. I can't explain why you get more oddness and unconfirmed behavior from your binaries than anyone else. I'm hoping some people with 64-bit, command-line builds can duplicate these crashes. Is it possible that you are running other options such as that new HLSL? |
No.07497
Scagazza Tester
Jun 3, 2011, 16:24
|
No I'am not running any HLSL options. And about my strange bug report I remenber a Nibbler bug that nobody was able to duplicate till a dev said "it's a race condition between threads" :-) |
No.07498
Scagazza Tester
Jun 4, 2011, 10:17
|
I have tried another test compiling a mame x64 command line using latest MESS SVN source (Rev. 11803). Now the games work fine but I notice that playing shanhigw reappears the old problem the game starts with 2 credits inserted. |
No.07501
Scagazza Tester
Jun 6, 2011, 10:39
|
No more problem with 0.142u5 |