Page 4 of 8

Re: MAME XML Cheats Collection for MAME 0.149

Posted: Sun Jun 16, 2013 1:41 am
by OldSchoolGamer
Sweet

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Fri Jan 03, 2014 5:23 pm
by Pugsy
Updated for MAME 0.152

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Sat Jan 25, 2014 4:29 pm
by Aeronth
Hi Pugsy,

I'm having a problem with the latest cheat.7z file.
I'm using the latest sdlmame (MAME 0.152) under Linux.

When I try to launch any game with the "-cheat" parameter (or with "cheat = 1" in mame.ini) and the "cheat.7z" file in the right folder, sdlmame crashes.
Here's the relevant output:

Code: Select all

$ sdlmame -cheat -window -noswitchres -v
[...]
Loading cheats file from $HOME/.mame/cheat
/usr/bin/sdlmame: line 58:  1569 Segmentation fault      (core dumped) ./sdlmame "$@"
If I try without the "-cheat" parameter (or "cheat = 0"), sdlmame works fine.
If I remove the "cheat.7z" file, then the cheat file is not found, and sdlmame works fine without it.
If I try to extract a single ".xml" file to the "cheat" folder, and then launch the corresponding game, it crashes the same way (i.e. it's not related to 7z decompression).

Any idea why it behaves like that? Can you help me?

Thanks!

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Mon Jan 27, 2014 6:58 pm
by trickyd
cheat for mushisam doesn't work

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Thu Jan 30, 2014 12:24 am
by Pugsy
trickyd wrote:cheat for mushisam doesn't work
Thanks, fixed replace mushisam.xml in cheat.7z with this one:

https://www.dropbox.com/s/if3uexlzd0fulbl/mushisam.xml

Alternatively, use mushisama or mushisamb till it's fixed in the next release.

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Thu Jan 30, 2014 12:29 am
by Pugsy
Aeronth wrote:Hi Pugsy,

I'm having a problem with the latest cheat.7z file.
I'm using the latest sdlmame (MAME 0.152) under Linux.

When I try to launch any game with the "-cheat" parameter (or with "cheat = 1" in mame.ini) and the "cheat.7z" file in the right folder, sdlmame crashes.
Here's the relevant output:

Code: Select all

$ sdlmame -cheat -window -noswitchres -v
[...]
Loading cheats file from $HOME/.mame/cheat
/usr/bin/sdlmame: line 58:  1569 Segmentation fault      (core dumped) ./sdlmame "$@"
If I try without the "-cheat" parameter (or "cheat = 0"), sdlmame works fine.
If I remove the "cheat.7z" file, then the cheat file is not found, and sdlmame works fine without it.
If I try to extract a single ".xml" file to the "cheat" folder, and then launch the corresponding game, it crashes the same way (i.e. it's not related to 7z decompression).

Any idea why it behaves like that? Can you help me?

Thanks!
Can you try the games 11beat and airraid. One is just a comment cheat and one is 4 simple cheats. If neither of them work it would suggest a problem in sdlmame. Can you see if an older version of sdlmame works, most of the cheats should work fine in an older version (or at least not crash the game).

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Thu Jan 30, 2014 1:31 am
by Aeronth
They both work.
Perhaps is it an issue with the XML file size?

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Thu Jan 30, 2014 2:48 am
by trickyd
WORKS GREAT Thank You

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Mon Apr 07, 2014 4:12 pm
by pmc
Hi,
for info, on latest mame v0.153, sf2 crash with the cheat file (0.152).

Code: Select all

-----------------------------------------------------
Exception at EIP=020C46F4 (parsed_expression::normalize_operator(parsed_expressi
on::parse_token*, parsed_expression::parse_token&)+0x0074): ACCESS VIOLATION
While attempting to read memory at 3C1BCA6C
-----------------------------------------------------
EAX=3C1BCA68 EBX=0A8B54C0 ECX=74706972 EDX=0E000029
ESI=0A8B5048 EDI=00000029 EBP=0023AED8 ESP=0023AEB0
-----------------------------------------------------
Stack crawl:
  0023AED8: 020C46F4 (parsed_expression::normalize_operator(parsed_expression::p
arse_token*, parsed_expression::parse_token&)+0x0074)
  0023AF58: 020C978F (parsed_expression::infix_to_postfix()+0x019f)
  0023AFB8: 020C9B92 (parsed_expression::parse(char const*)+0x0142)
  0023B078: 020E77D0 (cheat_script::script_entry::script_entry(cheat_manager&, s
ymbol_table&, char const*, xml_data_node&, bool)+0x0150)
  0023B0F8: 020E8036 (cheat_script::cheat_script(cheat_manager&, symbol_table&,
char const*, xml_data_node&)+0x0236)
  0023B228: 020E886C (cheat_entry::cheat_entry(cheat_manager&, symbol_table&, ch
ar const*, xml_data_node&)+0x063c)
  0023B458: 020E9013 (cheat_manager::load_cheats(char const*)+0x02a3)
  0023B658: 020E98D2 (cheat_manager::reload()+0x0522)
  0023B708: 020E9CB0 (cheat_manager::cheat_manager(running_machine&)+0x0210)
  0023B918: 01FF71B3 (running_machine::start()+0x0c23)
  0023B9C8: 01FF7C4F (running_machine::run(bool)+0x01af)
  0023F8E8: 01F441CA (mame_execute(emu_options&, osd_interface&)+0x05fa)
  0023FB58: 02091E08 (cli_frontend::execute(int, char**)+0x1008)
  0023FEB8: 014B5B90 (utf8_main(int, char**)+0x04b0)
  0023FEF8: 022F2F1E (wmain+0x007e)
  0023FFC0: 0040140B (__tmainCRTStartup+0x028b)
  0023FFF0: 7C81776F (RegisterWaitForInputIdle+0x0049)
best regards

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Tue Apr 15, 2014 11:45 pm
by morgoth32
Hello, for me sf2 works but some others not on neogeo:
kof95, kof99, kof2000, kof2001, kof2002, mslug and wjammers just refuse to boot with cheats enabled. Thanks for reading.

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Thu Apr 17, 2014 12:38 am
by Pugsy
The issues you are having with sf2, kof95, mslug and the others is down to the fact there are commas inside the action statements and the 64 bit version of MAME has a bug which causes the crash intermittently.

I've edited all the commas from many of the games ready for the 0.153 release (not fun). In the meantime if you have a problem and what a solution now I suggest you use the 32 bit version of MAME until the new cheat collection is out.

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Sun Apr 20, 2014 10:13 am
by pmc
Personally I tested on a 32-bit build. I can only assume that the bug is in mame and more general^^

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Sun Apr 20, 2014 11:40 am
by Pugsy
The bug does happen on the 32-bit build but it happens nowhere near as often as the 64 bit build. One of the street fighter games I loaded failed every time on the 64 bit build but only errored out once in 20 attempts on the 32 bit build.

Some games might be bad on both 32bit and 64bit builds every time but in the main the 64bit build is at least 10 times more likely to fail.

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Wed Apr 23, 2014 12:16 am
by georgc3
War Gods cheats are not working. I tested all of them using the latest version cheat 0.152 on mame 0.152 and on mame 0.153, not even a single cheat for war gods are working. There are issues with the cheats for the 1996 arcade game war gods.

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Sun Apr 27, 2014 2:47 pm
by Pugsy
georgc3 wrote:War Gods cheats are not working. I tested all of them using the latest version cheat 0.152 on mame 0.152 and on mame 0.153, not even a single cheat for war gods are working. There are issues with the cheats for the 1996 arcade game war gods.
All cheats for wargods in both 0.152 and 0.153 work absolutely fine.

Are you sure your ROMs and chds are correct for "wargods"?

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Wed Apr 30, 2014 7:09 am
by georgc3
Pugsy wrote:
georgc3 wrote:War Gods cheats are not working. I tested all of them using the latest version cheat 0.152 on mame 0.152 and on mame 0.153, not even a single cheat for war gods are working. There are issues with the cheats for the 1996 arcade game war gods.
All cheats for wargods in both 0.152 and 0.153 work absolutely fine.

Are you sure your ROMs and chds are correct for "wargods"?
Yes, I have the correct roms which has the the following rom files (u2.rom, u41.rom, and c31boot.bin) and I have the wargods_10-09-1996.chd file needed to run the game. I just tested the game with cheats. Some of them still do not work. The infinite time, Hit Anywhere (Both Players), and Finish this Round Now! cheats are working but the other cheats such as the Infinite Energy PL1, Infinite Energy PL2, Drain All Energy Now PL1, and Drain All Energy Now PL2 are not working.

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Wed May 07, 2014 9:19 pm
by gamewolf
Hello all!
I am an avid gamer, using MAMEUI64 0.153 and cheat0152.zip; I am searching for a working copy of cheat0153.zip because supposedly it contains additional working cheats for the Gauntlet: Dark Legacy game; Actually, cheat0152.zip was supposed to have a bunch more in them for that game as well, but it still only allows for infinite health and infinite keys
So, is cheat0.153 out yet (I usually get it from Pugsy's site-love your work Pugsy!)? Or does anyone know of any other cheats for this game?

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Sat May 17, 2014 10:41 am
by Pyrotechnic
Hello,

I'm having a little glitchy situation with Giga Wing 2p invincibility. The ship sprite is all whited out and in some instances the cheat does not work, causing the ship to be destroyed. That's all I discovered for that one. Thanks.

Re: MAME XML Cheats Collection for MAME 0.154

Posted: Fri Aug 22, 2014 5:12 pm
by Pugsy
Bump for the MAME 0.154 cheat file..

Re: MAME XML Cheats Collection for MAME 0.152

Posted: Fri Aug 22, 2014 5:13 pm
by Pugsy
gamewolf wrote:Hello all!
I am an avid gamer, using MAMEUI64 0.153 and cheat0152.zip; I am searching for a working copy of cheat0153.zip because supposedly it contains additional working cheats for the Gauntlet: Dark Legacy game; Actually, cheat0152.zip was supposed to have a bunch more in them for that game as well, but it still only allows for infinite health and infinite keys
So, is cheat0.153 out yet (I usually get it from Pugsy's site-love your work Pugsy!)? Or does anyone know of any other cheats for this game?
That's news to me....
Where did you read that there was going to be more cheats for that game.