Einzelnen Beitrag anzeigen
  #3932  
Alt 14.05.2020, 14:34
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.945
Abgegebene Danke: 605
Erhielt 7.336 Danke für 1.642 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss2945
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
It needs to be after "if (image.loaded_through_softlist())".
No, that didn't help either.

But now I've made some more tests, and I think I've found what could be the problem:
Only if I comment out your following lines:
Code:
	// keypad overlay
	std::string overlay(image.get_feature("overlay"));
	m_overlay = std::stoul(overlay, nullptr, 0) & 0xf;
then everything is working fine (except that there's no overlay loaded now) and switching between the modules is working now (even if I let the other 2 features "ram" and "mhz" in).

So there must be something wrong with any code for loading or initializing the overlays!?
Mit Zitat antworten