Okay...
I have gotten through this base pretty well on my own, I have learned about 95% of this base, and I understand the code, and what it all does. The one thing I am not understanding, however, is what could cause me to crash in 2 mins. I have tried everything I could think of to get this damn base to not D/C in 2 mins, but it still continues to do so.
I have commented out the PTC Method and the commands, and that stops the menu from D/Cing before the login screen, but still makes it D/C after 2 mins of being in-game.
I can't help but think it has something to do with the hook, but if it is the hook, you would think that the menu would NOT show up at all...
Which, as of the menu, it shows up when I am NOT in a game, but when I am IN a game, it doesn't show up.
I know about the IsInGame(); function, and I am not trying to implement that yet, until I get this damn menu to work without any D/C.
So, if anyone could either explain to me what is going on here, or at least tell me a way to stop it from D/Cing, that would be very helpful. I will +REP and Thank anyone who actually gives me a straight answer.
I don't need a spoonful of code, or anything like that. Just a simple explanation, so that I can possibly understand what the problem is here.
If you require any bits of the source to help me solve my problem, then post here and tell me, and I will PM you the bits you may need to help me with this.
Well, @kotentopf, the thing is... There's NO memory hacks on there. I haven't even started with that yet.
I got the one you posted on G-Sys, and I just have been trying to get the base to work without D/Cing before even putting anything INTO it.
NO memory hacks are in there.
PTC method AND PTC commands are all commented out.
Originally Posted by D-Vid the DBag
Well, @kotentopf, the thing is... There's NO memory hacks on there. I haven't even started with that yet.
I got the one you posted on G-Sys, and I just have been trying to get the base to work without D/Cing before even putting anything INTO it.
NO memory hacks are in there.
PTC method AND PTC commands are all commented out.
thats the public detours
this can be the point of crash
Originally Posted by kotentopf
thats the public detours
this can be the point of crash
Okay, well... If I am reading you correctly, you're saying that the detour you're using may be the reason for the 2 min crash?
Here's the Detour:
[highlight=c++]
//===============================================
//=============Create the Detours================
//===============find out ur self================
//===============================================
and here's the VTable:
[highlight=C++]
//===============================================
//=========VTable Hook, find out ur self=========
//===============================================
I don't know if what you're saying is that these are the main cause of the D/C, but if so, could you please explain how to fix it?
EDIT: These are EXACTLY as you had them from the base I downloaded. I did NOT make ANY changes to ANYTHING in the base, other than commenting out the PTC stuff, to see if maybe that was the cause of the original D/C before I got to the login. Which resulted in the problem I have now, where it works for about 2 mins and then the game crashes.
Okay, well... If I am reading you correctly, you're saying that the detour you're using may be the reason for the 2 min crash?
Here's the Detour: Here's the hook: and here's the VTable: I don't know if what you're saying is that these are the main cause of the D/C, but if so, could you please explain how to fix it?
EDIT: These are EXACTLY as you had them from the base I downloaded. I did NOT make ANY changes to ANYTHING in the base, other than commenting out the PTC stuff, to see if maybe that was the cause of the original D/C before I got to the login. Which resulted in the problem I have now, where it works for about 2 mins and then the game crashes.
you know his base is supposed to be in unicode right? (L"d3d9.dll") < good pointer
i found that out when i tried to replace his detours with the updated ones for gellins base, which failed BTW so dont bother LOL
Originally Posted by Grim
you know his base is supposed to be in unicode right? (L"d3d9.dll") < good pointer
i found that out when i tried to replace his detours with the updated ones for gellins base, which failed BTW so dont bother LOL
What would Unicode have to do with the Detour ?
Originally Posted by whit
What would Unicode have to do with the Detour ?
it fucked me up.. i still haven't gotten it to work properly, but when i tried using the updated detours from gellins, i switched it to multibyte, and it dc'd fast as hell.. with it as unicode, i could get through half a game
Originally Posted by Grim
you know his base is supposed to be in unicode right? (L"d3d9.dll") < good pointer
i found that out when i tried to replace his detours with the updated ones for gellins base, which failed BTW so dont bother LOL
It doesn't have to be unicode.. easy convert anyways lol... L"d3d9.dll"
Just change to
GetModuleHandleA("d3d9.dll")
Originally Posted by Grim
it fucked me up.. i still haven't gotten it to work properly, but when i tried using the updated detours from gellins, i switched it to multibyte, and it dc'd fast as hell.. with it as unicode, i could get through half a game
Hmm wierd..
I wouldnt think Unicode or Ascii would have anything to do with the crash
Originally Posted by whit
Hmm wierd..
I wouldnt think Unicode or Ascii would have anything to do with the crash
it not have to do something with crash..
D-Vid, i can help you with his base. I got it working when i saw this thread. i have like 55 bases that people have released in the past and i learned off of everyone of them. It helps