Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05205 Crash/Freeze Critical (emulator) Always May 27, 2013, 16:04 May 28, 2013, 16:03
Tester joe35car View Status Public Platform MAME (Self-compiled)
Assigned To Ryan Holtz Resolution Fixed OS Windows Vista/7/8 (64-bit)
Status [?] Resolved Driver
Version 0.148u5 Fixed in Version 0.149 Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary 05205: bwidow: After last life the game crashes
Description Game crashing when you lose your last man.
Steps To Reproduce Play the game and lose all your guys and the game will crash.
Additional Information http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Number=309394&page=0&view=expanded&sb=5&o=&fpart=1&vc=1
Github Commit
Flags
Regression Version
Affected Sets / Systems bwidow
Attached Files
png file icon bwidow.png (108,403 bytes) May 27, 2013, 16:04 Uploaded by joe35car
joe35car
Relationships
There are no relationship linked to this issue.
Notes
8
User avatar
No.09550
NekoEd
Senior Tester
May 27, 2013, 16:25
Unable to reproduce SDLMAME64/Linux 0.148u5
User avatar
No.09551
B2K24
Senior Tester
May 27, 2013, 18:24
I can only trigger this crash if my HLSL is set to 1 and enabled at the time. With HLSL set to 0 this crash does not happen on my machine here on my end of running this game.
This seems very similar to MT 5201 or MT 5202, so it's already possibly fixed either in SVN or when next release happens (I haven't had chance to compile yet)

For reference I will list stack crawl here.

-----------------------------------------------------
Exception at EIP=00000000134C70BD (_GLOBAL__sub_I___cxa_get_globals_fast+0x101c8
e3d): ACCESS VIOLATION
While attempting to read memory at 0000000014BA9004
-----------------------------------------------------
RAX=000000000C439430 RBX=000000000C438710 RCX=0000000014BA8FE8 RDX=0000000014BA9
004
RSI=0000000014BA903C RDI=0000000014BA9020 RBP=0000000000000004 RSP=0000000013378
D60
 R8=000000000F6FC940 R9=000000000C438D90 R10=0000000000000000 R11=0000000000000
010
R12=000000000F6E4FE0 R13=000000000C4393E0 R14=0000000012443CE0 R15=0000000000100
000
-----------------------------------------------------
Stack crawl:
  0000000013378D58: 00000000134C70BD (_GLOBAL__sub_I___cxa_get_globals_fast+0x10
1c8e3d)
  0000000013378D60: 00000000134C7033 (_GLOBAL__sub_I___cxa_get_globals_fast+0x10
1c8db3)
  0000000013378D68: 00000000134C105C (_GLOBAL__sub_I___cxa_get_globals_fast+0x10
1c2ddc)
  0000000013378D70: 00000000133881C0 (_GLOBAL__sub_I___cxa_get_globals_fast+0x10
089f40)
  0000000013378D78: 0000000018988EE0 (_GLOBAL__sub_I___cxa_get_globals_fast+0x15
68ac60)
  0000000013378D80: 000000000C16B1C0 (_GLOBAL__sub_I___cxa_get_globals_fast+0x8e
6cf40)
  0000000013378D88: 0000000000000004 (+0x0004)
  0000000013378D90: 000000000C437ED0 (_GLOBAL__sub_I___cxa_get_globals_fast+0x91
39c50)
  0000000013378F00: 000007FEEE12BE04 (DebugSetLevel+0x93fe4)
  000000001337FF50: 000007FEEE12C3B4 (DebugSetLevel+0x94594)
  000000001337FF80: 0000000076C9652D (BaseThreadInitThunk+0x000d)
  000000001337FFD0: 000000007722C521 (RtlUserThreadStart+0x0021)
User avatar
No.09552
joe35car
Tester
May 27, 2013, 19:54
edited on: May 27, 2013, 20:00
I just did a fresh compile svn 23200 and I still get the crash. 64bit windows 7
User avatar
No.09553
hap
Developer
May 27, 2013, 21:59
edited on: May 28, 2013, 02:12
[s]ok, please try 23204 or newer[/s]
User avatar
No.09561
Robbbert
Senior Tester
May 28, 2013, 01:29
edited on: May 28, 2013, 01:43
No difference - still crashes. (r23205 clean build) (no HLSL)

It says GAME OVER for an instant then asserts.

C:\compile\MAME>mamed bwidow
request for 83352 verts
Error: vertnum (0) plus poly vertex count (83352) > 0
Assertion failed!

Program: C:\compile\MAME\mamed.exe
File: src/osd/windows/drawd3d.c, Line 1973

Expression: vertnum + m_poly[polynum].get_vertcount() <= m_numverts

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
User avatar
No.09562
hap
Developer
May 28, 2013, 02:13
try r23206? :|
User avatar
No.09563
Robbbert
Senior Tester
May 28, 2013, 04:24
This time it worked, the high scores appear with the option to enter your name.
User avatar
No.09569
joe35car
Tester
May 28, 2013, 15:39
Working now with svn 23226 :)