 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
Deine Mutter Expert Cheater
Reputation: 1
Joined: 05 Apr 2006 Posts: 181
|
Posted: Fri Aug 11, 2006 4:27 am Post subject: My UCE doesnt schow me error messages |
|
|
Hello,
I got a problem with my uce, it works without problems, but it doesnt show me error messages after my modifications(replacing the strings).
E.g if i wanna add an address and the address includes an invalid char (e.g. >), it should normally show me a message like "This is not a valid address", but instead of the message my engine just shut down
i think my addressparser.pas is ok (i didnt even modyfy anything in it)...
and it is not just the invalid address error, my engine doesnt show me any error, it always shuts down if an error happents
my source is 5.3xxx (i dont know the exactly version number, but i think that is not very important, because without my modifications everythin works fine and it shows me every error) _________________
|
|
Back to top |
|
 |
Deine Mutter Expert Cheater
Reputation: 1
Joined: 05 Apr 2006 Posts: 181
|
Posted: Sat Aug 12, 2006 3:28 pm Post subject: |
|
|
I know now the problem, it's the dll, because if i remove it, my uce show me the error messages, but now i got a question about my dll.
Every tut says, we should replace the exports (VQE, OP, OT ...), in DBK32functions.pas, so we have to edit the following lines too?
Quote: | const IOCTL_CE_READMEMORY = (IOCTL_UNKNOWN_BASE shl 16) or ($0860 shl 2) or (METHOD_BUFFERED ) or (FILE_RW_ACCESS shl 14);
const IOCTL_CE_WRITEMEMORY = (IOCTL_UNKNOWN_BASE shl 16) or ($0861 shl 2) or (METHOD_BUFFERED ) or (FILE_RW_ACCESS shl 14);
const IOCTL_CE_OPENPROCESS = (IOCTL_UNKNOWN_BASE shl 16) or ($0862 shl 2) or (METHOD_BUFFERED ) or (FILE_RW_ACCESS shl 14);
const IOCTL_CE_QUERY_VIRTUAL_MEMORY = (IOCTL_UNKNOWN_BASE shl 16) or ($0863 shl 2) or (METHOD_BUFFERED ) or (FILE_RW_ACCESS shl 14); |
If not, what else could i do wrong? _________________
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|