Einzelnen Beitrag anzeigen
  #3929  
Alt 14.05.2020, 13:20
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 601
Abgegebene Danke: 222
Erhielt 2.323 Danke für 417 Beiträge
Aktivitäten Langlebigkeit
0/20 6/20
Heute Beiträge
0/3 ssssss601
Re: Mess Emulator für diverse Schachcomputer ist fertig!

If I try to load it directly (skip the softwarelist) then I get the same crash. It tries to get parameters, but there aren't any if you load it directly.

mame.exe ggm -cart file.bin
Caught unhandled St11logic_error exception: basic_string::_M_construct null not valid

I fixed that crash.

You added a CPU frequency parameter, right? Maybe you forgot to add it to the new capa set? So, MAME tries to fetch the "mhz" string, but will crash if it's null.
Mit Zitat antworten