Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

GunZ won't launch

Joined
Jan 9, 2009
Messages
615
Reaction score
157
My friends Cyanide and Aiden have been helping me rebuild the 1.5 source to work with vs 2012. Everything seems okay except there's one error I'm getting in relation to this.

switch(ZGetLocale()->GetCountry()) {
case MC_JAPAN:
case MC_KOREA:
{
// ÀÎÁõ Á¤º¸ ¼¼ÆÃ
if( !ZGetLocale()->ParseArguments(pszArgs) )
return false;

// ¼­ºñ½º Á¾·ù¸¦ ¼³Á¤(ÇöÀç Å×½ºÆ®, ¸®¾ó ¼­ºñ½º µÎÁ¾·ù)
if( ((ZNetmarbleAuthInfo*)(ZGetLocale()->GetAuthInfo()))->GetIsAlpha() )
m_bLaunchTest = true;
return true;
}
break;

I can't figure out what's wrong with this to make GunZ refuse to launch. Any help would be greatly appreciated. :)

edit: by commenting if( !ZGetLocale()->ParseArguments(pszArgs) ) I can launch the game, but my client crashes at loading pictures.
 
Last edited:
Back
Top