Menu Crash?
Does anyone know the problem to the game crash when you enter a game with a menu? It happens right on the first game. I can see the menu though.

HRESULT WINAPI gellReset(LPDIRECT3DDEVICE9 pDevice, D3DPRESENT_PARAMETERS* pPresentationParameters )
{
Directx.pFont->OnLostDevice();
HRESULT hRet = pReset(pDevice, pPresentationParameters);
Directx.pFont->OnResetDevice();
return hRet;
}