View Full Version : [Uce FAQ/FIXES] ANSWERS TO COMMON COMPILE ERRORS!!
MonkeyBrains
26th April 2006, 18:49
Okay I have recently been messing around with this whole making ce undetected bussiness and have gotten almost every error posible(and I fixed them all). so lucky for u noobs cause im gonna tell u how to fix all the ones i got along way(and some i didnt).......hopefully this will stop u all from spaming the forum with the same questions over and over again.
Q: omg FILE NOT FOUND what do i do???
A:go to top of page and try again,check ure spelling,and no not all the functions are listed in all 3 files so dont freak if u cant find "nop"(but plz make sure ure spelling is right or ull have erorrs later on)
Q: omg ddk says that my ce directory doest exist what do i do!?!?!
A: CHECK URE SPELLING!!!,also rember that if ce directory is for example "c:\cheat engine delphi" that it does have spaces, dont forget them spaces ;).
Q: omg how do i compile?!?!?!?
A: 3 ways to compile once ure "done" 1. scroll to bottom of folder and find the "compile" file and dubble click. 2. open up ddk to ure ce directory and type "compile" 3. open up delphi and open the "cheatengine.dpr" file and press ctrl+F9.
Q: omg i compile but i cant find cheatengine.exe?!?!?
A: if u cant find an exe that means u screwed up somewhere so try compile with either ddk or delphi so u can see ure error msg :).
Q:omg i get an autoassmbler.pas(or any file other than the 3 u wern't suposed to edit) error but i never touched that file O_O?!?!?
A: go back and try again cause u screwed up O_O!!!:P actually if u get those kind of error it means that u went over bard with ure orginal edditing. rember when changeing functins if it says "TProtectme" LEAVE IT ALONE but if u see "(darkbyte, 'Protectme' )" change it to "(darkbyte, 'poop6' )" get it? ONLY CHANGE WHATS IN QUOTES!!( i mean unless u want ot though every source file and change it there too). also rember if u see function OP or handle OP change it function poop2 and handle poop2.
Q: omg "trainer.res" file not found what do i do?!?!
A: u dont need it dont wory about it, u have ce now........not good enough??? okay fine! >_> go in ure ce directory find a file called cheatengine.dpr and open it with notepad and delete this line "{$R 'trainer.res' 'trainer.rc'}" problem solved now go away!!
Q: omg now iget this access violation 0000 popup when i open ce?!?!?!
A: ive only found two fixes for this if one doesnt work then try the other one. 1.copile ure dbk32.dll file.(if u dont know how to do that then move on to #2) 2.go into ure ce settings go into the "extras" tab and tick off EVERYTHING. now ure good and dandy :D
Q: okay i got everything done but now when i try to hack my pc restarts or my ce is detected by ms:'( waaaahhhh!!!!
A: the answer to this is simple if u used the tut floating on this forum u should know its for rev641 and the current GG for oms is rev714 so u need to get those strings on ure own or wait till they are leaked. if ure running msea hten ure tha sh!t since msea is at rev641 lucky u.
Q: omg how do i get those strings for 714 i need to hack O_O!?!?!?!
A: theres plenty of links and tuts floating around this forum and the ce forum but im too lazy to find them for u. google is good too try that ;).
Now im done hope this helps .................and to all u flamers out theres yes ALOT of this has been posted b4 but its too scattered so i decided to make this lil faq.and no credits dont go to me answers were from both mpc and ce forums ...okay some are from me since i figured it out on my own but the tough ones like the trainer thing is all ce ;)
p.s. NO i will not post links to the stuff u need. if ure too damb stupid/lazy to use the search button(or google) then u shouldn't even be reading my faq. since i wrote it assuming u have ddk,delphi,and the ce source files.....and yes begging is againts the mpc rules if diddle or gil see u they will ban u(mofo might just give u a warning hes more noob friendly). ;)
shrams
26th April 2006, 18:59
Lmao thanks for this. I like how you started every question with omg blah blah blah.
skk85
26th April 2006, 19:15
Good stuff.
thx for all the info.
im sure this would help in many cases.
when im ready to try again, that is...
vale
27th April 2006, 00:14
Nice faq, glad you made this. Now everyone will have a place to look at and see if their question and answer is here. btw I suggest people post their question here so he can edit and post your question up.
bamban
27th April 2006, 00:23
Thanks for answering the trainer.res question. =) Wanna give a link to "those strings for 714"? The one's I find dont seem to work. ATM my CE compiles right and is undetecable but when I select my character my screen goes black and nothing happens. I'm assuming this is because some strings are detected ='(
MonkeyBrains
27th April 2006, 01:17
Nice faq, glad you made this. Now everyone will have a place to look at and see if their question and answer is here. btw I suggest people post their question here so he can edit and post your question up.
that sounds like great idea glad i thought of it ;) :P
Thanks for answering the trainer.res question. =) Wanna give a link to "those strings for 714"? The one's I find dont seem to work. ATM my CE compiles right and is undetecable but when I select my character my screen goes black and nothing happens. I'm assuming this is because some strings are detected ='(
sory mate no actual link to all the 714 strings partial list floating around this forum i think i saw it page 2 or 3.
bamban
27th April 2006, 03:24
I'll try man, thanks. Though a full list would be pretty handy
farmerchum
27th April 2006, 03:54
people should learn how to read the compiling error, it will tell you wat wrong with which file and what line the error occur.
doowstados
27th April 2006, 04:52
Very nice, but do you know what to do for dcc32 and upx errors?
mtaniguchi
27th April 2006, 11:21
I like this info, what should i do with this problem
[Error]autoassembler.pas(652): Undeclared identifier: "Make Writable"
Ababa
27th April 2006, 11:42
I like this info, what should i do with this problem
[Error]autoassembler.pas(652): Undeclared identifier: "Make Writable"
Open with notepad autoassembler.pas
Search for Make Writable and change it to YOUR "change38"
Dvol
27th April 2006, 15:10
[error] CEFuncProc.pas(568): Identifier redeclared: 'hypermode'
and it highlights the line in CEFuncProc.pas hypermode: thypermode;
any ideas?
SunBeam
27th April 2006, 16:03
You deleted hyperscan or something in the file that links the hyperscan.pas...
MonkeyBrains
27th April 2006, 17:14
I like this info, what should i do with this problem
[Error]autoassembler.pas(652): Undeclared identifier: "Make Writable"
i asnwered this alredy >_> plz read b4 u start spamming my lil faq
Q:omg i get an autoassmbler.pas(or any file other than the 3 u wer suposed ot edit) error but i never touched that file O_O?!?!?
A: go back and try again cause u screwed up O_O!!! actually if u get those kind of error it means that u went over bard with ure orginal edditing. rember when changeing functins if it says "TProtectme" LEAVE IT ALONE but if u see "(darkbyte, 'Protectme' )" change it to "(darkbyte, 'poop6' )" get it? ONLY CHANGE WHATS IN QUOTES!!( i mean unless u want ot though every source file and change it there too). also rember if u see function OP or handle OP change it function poop2 and handle poop2.
tru champion
27th April 2006, 17:16
lol this faq will help ALOT of people nice job! i like the way u formed ur faq =]
bazookajoe
27th April 2006, 17:21
hello.. im having trouble compiling. i made a thread about it but no one seems to care..http://www.mpcforum.com/showthread.php?t=133220
MonkeyBrains
28th April 2006, 08:18
bazookajoe: no clue what u did wrong there since ic at bottom says that sys file was made wich im guessing is ure "dbk32.sys" file . only advise i can give u read the tuts as if they were the bible(and i dont mean use the pages to roll ure joint) and start over,its easyer once u start over trust me i started over like 5 times ;)
doowstados: dont know much about upx atm since I have yet to try my hand at those infamous 714 strings(no time) but i did see a good tut about it that might come in usefull heres da link. http://www.reversing.be/article.php?story=20060112203459247
lanhowee
28th April 2006, 13:59
I got this message:
MainUnit2.pas(7) Fatal: Could not compile used unit 'MemoryBrowserFormUnit'
Please help ty
bamban
28th April 2006, 14:16
Q:omg i get an autoassmbler.pas(or any file other than the 3 u wer suposed ot edit) error but i never touched that file O_O?!?!?
A: go back and try again cause u screwed up O_O!!! actually if u get those kind of error it means that u went over bard with ure orginal edditing. rember when changeing functins if it says "TProtectme" LEAVE IT ALONE but if u see "(darkbyte, 'Protectme' )" change it to "(darkbyte, 'poop6' )" get it? ONLY CHANGE WHATS IN QUOTES!!( i mean unless u want ot though every source file and change it there too). also rember if u see function OP or handle OP change it function poop2 and handle poop2.
You might wanna read the post b4 you post.
lanhowee
28th April 2006, 14:36
Quote:
Q:omg i get an autoassmbler.pas(or any file other than the 3 u wer suposed ot edit) error but i never touched that file O_O?!?!?
A: go back and try again cause u screwed up O_O!!! actually if u get those kind of error it means that u went over bard with ure orginal edditing. rember when changeing functins if it says "TProtectme" LEAVE IT ALONE but if u see "(darkbyte, 'Protectme' )" change it to "(darkbyte, 'poop6' )" get it? ONLY CHANGE WHATS IN QUOTES!!( i mean unless u want ot though every source file and change it there too). also rember if u see function OP or handle OP change it function poop2 and handle poop2.
You might wanna read the post b4 you post.
Bamban i don't really get that part...cos
MainUnit2.pas(7) Fatal: Could not compile used unit 'MemoryBrowserFormUnit' - what do i search for there? It isnt in the export thingy on the other tut...thanks
bamban
28th April 2006, 15:18
You might have edited MainUnit2.pas by accident.. Try extracting the source in a different folder and replacing the unedited 'MainUnit2.pas' with the one in your folder.
lanhowee
28th April 2006, 15:26
K thanks bam lemme try now
Edit: Nope didn't work...btw is your meaning of "source" being Cheat Engine Delphi? Thank you bam for trying to help
sinnit
28th April 2006, 15:41
o.o sweet. No more hassling irc for answer's. Especially that Trainer error ^^ Ty.
purelifecheats
28th April 2006, 16:40
--fixed--
lemanhtrung
30th April 2006, 13:17
This is final compile .
I have done it but it have 3 errors :
"dcc32 is not recognized as an internal or external command , operable program or batch file ."
"upx is not recognized as an internal or external command , operable program or batch file ."
"brc32 is not recognized as an internal or external command , operable program or batch file ."
Here is pic :
http://img92.imageshack.us/img92/3422/haha5kq.jpg
http://img92.imageshack.us/img92/4364/hehe3aw.jpg
I didnt find cheatengine.exe .
If i do it correct , what whould i do next .
MainUnit2.pas(7) Fatal: Could not compile used unit 'MemoryBrowserFormUnit'
i got it too. How to fix it ? :(
lanhowee
1st May 2006, 06:54
kurei what you do is you look up the line there...it should say something like
'MemoryBrowserFormUnit.pas' is an undeclared identifier 'MakeWritable'.
NOTICE THE MAKEWRITABLE OVER THERE ^^^^^^^^^
Then you go to MemoryBrowserFormUnit.pas and then change MakeWritable to whatever you changed it - in drkz's case change38. ..
Finaly..i complied. Now when i open CE then close it and run MS --> no detection. But when i run CE with MS my comp restart. Help me pls !
STOPOT
1st May 2006, 09:22
question
when you said
"Q: okay i got everything done but now when i try to hack my pc restarts or my ce is detected by ms:'( waaaahhhh!!!!
A: the answer to this is simple if u used the tut floating on this forum u should know its for rev641 and the current GG for oms is rev714 so u need to get those strings on ure own or wait till they are leaked. if ure running msea hten ure tha sh!t since msea is at rev641 lucky u."
what do you mean? i mean what am i supoossed to do even if i have those strings? am i suspoed to insert them somewhere during the editing process? or am i susppood to manipulate them, please help me as i know not the relations between the rev714 and an undected ce, or related to the steps of making an undetected ce
lemanhtrung
1st May 2006, 10:56
Can anyone post me a link to download Delphi , plz !!!
ast359
6th May 2006, 03:00
eh hi guys.
i haf done compling my files in UCE tut. i got my CE.5.2.82.exe in my CE delphi folder. When i do setting for my CE on the last part on "Extra" "Enable Use Of process watcher" n follow by 2 more ticks i get violation 0000000 error. when i run CE follow by MS after 10secs my com restarts. anybody got any solution on this ? i tried making CE.exe for 1week finali got it but now,i got this stupid problem i hope somebody is kind enuff to solve this prob for mi. i dun leech i wanna learn. thanks.
Hellome1
6th May 2006, 03:07
*Doesnt see my error* Lets try this: Help me! xD
I already have bypassed CE, works for my friends but not me. I get this one error:
disk_1024.DLL Error
Your windows version has changed. Run the Kernaldata retriever so CE can use up-to-date data
Anyone mind helping? A PM would be nice =)
ast359
6th May 2006, 03:17
eh wat u mean ? kernaldata retriever?? is it inside ce folder? i onli see kernelmoduleunloader...
AngelicDevil
6th May 2006, 05:51
ok i am going to try to explain my problem as clear as possible:
I have changed everything in the 3 file im supposed to change (change1 -change 46 or something like that). Now i don't kow how to do the following things
1)FIXED
2)FIXed
3)where do i put the dbk32.sys and .dll and in drks tut are those the file i change the names off.
4)I am doing this for GMS so is there anything that i should search for or do diffrently?
ther is probably more question but i can think of them right now, but a little help here will com in hand. thnx :)
darkgods
7th May 2006, 07:20
I got these errors....
d:\WINDDK\3790.1830\HACK\DBKKernel\DBKDrvr.c(5) : fatal error C1083: Cannot open include file: 'ruder3Func.h': No such file or directory
dbkfunc.c
d:\WINDDK\3790.1830\HACK\DBKKernel\DBKFunc.c(2) : fatal error C1083: Cannot open include file: 'SANITYFunc.h': No such file or directory
Compile errors: not linking d:\winddk\3790~1.183\hack\dbkker~1 directory ********************
What do i do ?
I have already tried making a notepad(type H)with its name ruder3Func.h
I am stuck on this and I am SOOOOOO close to making an undeected CE!
krnet2dboi
7th May 2006, 08:10
Ok thanks for all your help and the error message fixes...
But ive been checking and double checking but... i come up with 2 error messages... and i have no idea what they are...
[Error] NewKernelHandler.pas(120): Undeclared identifier: 'TGetDebugportOffset'
[Fatal Error] CEFuncProc.pas(17): Could not compile used unit 'NewKernelHandler.pas'
what am i doing wrong? i put "GetDebugportOffset" as "Change30" and didnt touch "TGetDebugportOffset" since it had a T in front of it... what is wrong?
MonkeyBrains
7th May 2006, 09:11
wow umm well okay......ill asnwer what i can....
ast359: any acess violation 00000 means ure dbk32.dll is not working right so yah only way i know of to not get hat eroor msg is to find a way to compile a working dll or to just live without extras :P if need more info on this error might wanna check the ce forum but they basicly say same thing....
Hellome1: do as ure told and run the kernaldataretriver >_< if u dont know what that is try searching google cause google is ure friend....
AngelicDevil: what do mean wher do u put them??o_O they get made when u compile them they just apear like magic ;) and gms u need to do a little more on to of edditing the dbk32 u have to through the ce sourse and edit all the strings for rev714... u get those string by either dumping them ureself(no im not telling u how u can use the search button im sure its been posted somewhere) or by finding them off the interweb they have been leaked EVERYWHERE.
darkgods: ure screwed beyond repair my friend .... start over with a fresh source.
krnet2dboi grr read first post!! i asnwered this!!!! gah!!!! u need to go in that file and edit that function cause u missed it!
krnet2dboi
7th May 2006, 10:12
yea.. sorry bout the last post...
Now i came down to the last error... and its nothing that we were suppose to edit...
i get this last 1 error
[Fatal Error] MainUnit.pas(11): File not found 'injectedpointerscanunit.dcu'
what is that? and why am i missing that file?
look it still doesnt work...
link>>http://img68.imageshack.us/my.php?im...ompiler2es.jpg
and he closes window...
krnet2dboi i too dont have this file why?
doowstados
7th May 2006, 13:23
Very nice. Should help a lot of people.
gundamseedes
7th May 2006, 15:50
solve this prob for me someone// i am so close.. help me solve....
Look
http://img426.imageshack.us/img426/5773/compilererror8bh.jpg
Hot to fix it ?:wank: :wank:
kulong
7th May 2006, 19:56
i am done, only in the end, i can't access the drivers and process watch fails to actiate
i have followed all the steps
wondering why this is
Shadyville
11th May 2006, 00:44
I have the following errors:
Build
[Error] NewKernelHandler.pas(203): Undeclared identifier: 'change25'
[Error] NewKernelHandler.pas(204): Undeclared identifier: 'change26'
[Fatal Error] cheatengine.dpr(106): Could not compile used unit 'NewKernelHandler.pas'
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.