• 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.

About v83 IMG loading

Newbie Spellweaver
Joined
Mar 26, 2020
Messages
50
Reaction score
13
Original post address :http://forum.ragezone.com/f921/release-client-load-img-instead-1165258/

After three days of hard work, I found that the code loaded by the GMSv83 IMG given in the above address is wrong.

Below I will post the correct code to make friends like me less detours.

c - About v83 IMG loading - RaGEZONE Forums

1. This should be __stdcall, not __cdecl.
2. I haven't seen the code here in any other people's post.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 31, 2019
Messages
50
Reaction score
18
Good catch, IDA pseudocode told me that it was a __cdecl but i didnt think to check the assembly code itself; it's obviously a __stdcall

But it seems like there has to be a PcSetRootNameSpace call. Only with that call I'm able to properly launch my client.
 
Back
Top