Einzelnen Beitrag anzeigen
  #10  
Alt 14.05.2020, 13:49
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.855
Abgegebene Danke: 566
Erhielt 6.910 Danke für 1.559 Beiträge
Aktivitäten Langlebigkeit
6/20 15/20
Heute Beiträge
1/3 sssss2855
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
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.
Hmm? How?
Zitieren:
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.
Yep, there's a "mhz" parameter, but this can't be the reason: also after adding this feature to the capa set it's still crashing.
And it crashes also for all other modules, e.g. the overclocked Steinitz modules which do have such a "mhz" feature.
Mit Zitat antworten