I got too much Games, so, if FSD Indexer is searching for covers, it will freeze at some game later and the covers won't be saved. Even if I'm downloading every cover seperately for every game.
Would be awesome.
I have fixed this in the source and mine works now. It seems he was playing with Video stuff.
I can't upload it. (and i take no credit.. don't really know what i am doing.)
But if you go into the source and check scnmain.cpp
you need to change
CODE
if (hObjPressed == btnEmulators)
{
HRESULT hr = video.Play(L"file://game:/MikesBestCrash.wmv");
if (hr != S_OK) {
DebugMsg("Failed to play video - %08x",hr);
}
bHandled = TRUE;
return S_OK;
ToDisplay = 4;
}
to
CODE
if (hObjPressed == btnEmulators)
ToDisplay = 4;
If i knew how or where i would upload the fixed files... anyone got info?