DPClient.cpp :
Find :
PHP Code:
Error( "g_pPlayer is ready" );
Replace with :
PHP Code:
//Error( "g_pPlayer is ready" );
WndTaskBar.cpp
Find :
PHP Code:
Error( "CWndTaskBar::SetTaskBarTexture : %s %d", g_pPlayer->GetName(), pShortcut->m_dwId );
Replace with :
PHP Code:
//Error( "CWndTaskBar::SetTaskBarTexture : %s %d", g_pPlayer->GetName(), pShortcut->m_dwId );
They are not important, so you can comment them out

.