
Zitat von
hap
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.