log error

10/20/2014 08:45 Ecrypter#1
question of this error!!

how to fix this?

PHP Code:
2014/10/20   14:44:44   g_pPlayer is ready

2014
/10/20   14:44:46   CWndTaskBar::SetTaskBarTexture Ecrypter 581 
10/20/2014 09:23 xTwiLightx#2
What about two things:
  • Create one thread for all of your questions
  • Use that search function called thing to look up those errors
You can ignore them and comment them out if you want to - they are just for debug issues.
10/21/2014 17:14 Exrib0.#3
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 ;).