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!

[Help] Hs Settings

Junior Spellweaver
Joined
Feb 7, 2016
Messages
109
Reaction score
6
hi guys, i try to fix hs start problem. i fix some problems but now i can not do anything for this.
i use hshield files, documents, bins and files from dragonlord share. im using vs 2013 and ep3.5 stealthangel's code. i did exactly those of document. but i get this error

xUxs1YL - [Help] Hs Settings - RaGEZONE Forums


*****************************************************************************

and
c4Y1B9I - [Help] Hs Settings - RaGEZONE Forums


*********************************************************************************
and this problem from here


x5vx7Ql - [Help] Hs Settings - RaGEZONE Forums




**************************************************************************

and this from here and that from there
SfjF3Wj - [Help] Hs Settings - RaGEZONE Forums



X4TbAgF - [Help] Hs Settings - RaGEZONE Forums



and i dont know what can i from now. i try many things maybe right things maybe wrong things.

if anyone know about how can i fix this, i would be happy if share.
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Experienced Elementalist
Joined
May 10, 2015
Messages
278
Reaction score
146
Re: Hs Settings

Is useless that you go directly through the HS SDK code for try to check out what the error is while the solution is under your nose.
Try to take a look in the switch at the 4th screenshot.
 
Upvote 0
Junior Spellweaver
Joined
Feb 7, 2016
Messages
109
Reaction score
6
Re: Hs Settings

Is useless that you go directly through the HS SDK code for try to check out what the error is while the solution is under your nose.
Try to take a look in the switch at the 4th screenshot.
i will look
thanks for start
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: Hs Settings

Man are you serious right now?
I told via all these PMs that you need to look at the return of that AHNS start service method or something which is stored in "nRet".

And now that he tells you the same thing, you get it or what?

Code:
char temp[256];
sprintf(temp, "%d (0x%08X)", nRet, nRet);
MessageBox(NULL, temp, NULL, MB_OK);

AFTER the execution of _AhnHS_StartService(); ....
 
Upvote 0
Junior Spellweaver
Joined
Feb 7, 2016
Messages
109
Reaction score
6
Re: Hs Settings

Man are you serious right now?
I told via all these PMs that you need to look at the return of that AHNS start service method or something which is stored in "nRet".

And now that he tells you the same thing, you get it or what?

Code:
char temp[256];
sprintf(temp, "%d (0x%08X)", nRet, nRet);
MessageBox(NULL, temp, NULL, MB_OK);

AFTER the execution of _AhnHS_StartService(); ....


thanks for all,
i found problem, the problem is driver error, and i looked at the document and this is from permission, and i give permission and login game and no problem any more.
(i know i said many "and")
 
Upvote 0
Back
Top