are you using the fame patcher? if yes maybe you forgot to change the fameguy to sunkist or whatever it is on your server. If you're using the source, look for this function:
Code:
void CBetaPatchClientApp::RunClient()
and change the sunkist to whatever it is in your server( I don't know what it is called ).
Code:
TCHAR szBuffer[2048];
int nCount = _snprintf( szBuffer, 2047, "Neuz.exe %s", "sunkist" );
if( nCount <= 0 )
return;
oh.. If your not sure what it is on your server ( the sunkist one ), you can see it in your source.
It's inside this function:
Code:
BOOL ParseCmdLine( LPCTSTR lpCmdLine )