• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Solved] Today is a beautiful day and I need help to compile ep4.3 client source

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 14, 2016
Messages
5
Reaction score
0
Hello everybody!
I need to help compile ep4.3 client source code.
http://forum.ragezone.com/f613/ao-4-3-release-troll-1107099/
When i build client source with "R_Wikigames_Eng" config, run client ok and i get this error
Code:
Cannot download hackshield! \n Closing program.
I try to remove HShield from the source but then error "Exeption 0x0005 arised!"
Please help me !:(
 
Last edited by a moderator:
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: [Help] Today is a beautiful day and I need help to compile ep4.3 client source

Way too less information. Also, it's not a compilation problem or else you wouldn't run into runtime errors.

How exactly did you "remove HShield from the source" ?

A safe way to do this is as I posted:

[...] change the following line in AtumApplication.h (around Line 200) from:

Code:
#define GAMEGUARD_TYPE 	USE_GAMEGUARD_AHNLAB_HACKSHIELD

to:

Code:
#define GAMEGUARD_TYPE USE_GAMEGUARD_NONE

And compile your client again.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 14, 2016
Messages
5
Reaction score
0
Re: [Help] Today is a beautiful day and I need help to compile ep4.3 client source

Way too less information. Also, it's not a compilation problem or else you wouldn't run into runtime errors.

How exactly did you "remove HShield from the source" ?

A safe way to do this is as I posted:

I do follow your post: AceOnline.atm has stop working!

lumein - [Solved] Today is a beautiful day and I need help to compile ep4.3 client source - RaGEZONE Forums


@Future: My AceOnline.atm:
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 10, 2013
Messages
61
Reaction score
37
Re: [Help] Today is a beautiful day and I need help to compile ep4.3 client source

Stop using custom clients, for starters. Use the official ones.
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: [Help] Today is a beautiful day and I need help to compile ep4.3 client source

Hmm alright, the HShield initialization takes place very shortly after the process start. So if it's disabled, your client will skip it and directly go to the initialization. I guess that is where you run into some kind of problem. As burgers suggested, this could be caused by a corrupt client or mixing clients with sources that just don't work.

However, you, having the full source of everything, can easily apply some debugging to that to find out what's going wrong. A very simple and naive way of doing this is as I described here: http://forum.ragezone.com/f614/tutorial-game-terminating-abruptly-1094350/

You can also try different clients, generate a omi.tex, try different Res-Tex in general (many crashes are caused by not found interface images in release mode).
 
Upvote 0
Newbie Spellweaver
Joined
Jul 14, 2016
Messages
5
Reaction score
0
Re: [Help] Today is a beautiful day and I need help to compile ep4.3 client source

I will try, thank for your help, Future !
 
Upvote 0
Newbie Spellweaver
Joined
Jul 14, 2016
Messages
5
Reaction score
0
Re: [Help] Today is a beautiful day and I need help to compile ep4.3 client source

Problem solved, thanks all help.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 10, 2013
Messages
61
Reaction score
37
Re: [Help] Today is a beautiful day and I need help to compile ep4.3 client source

Whether the problem was solved by somebody else's help or not, at least post what solved the issue so that others do not repeat the same questions.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 14, 2016
Messages
5
Reaction score
0
Re: [Help] Today is a beautiful day and I need help to compile ep4.3 client source

Follow the guide of Future to safe bypass HShield ;)
 
Upvote 0
Status
Not open for further replies.
Back
Top