| Anonymous | Login | Signup for a new account | 2009-11-21 00:26 EST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000131 | [Cheat Engine] | minor | always | 2009-07-23 20:23 | 2009-09-25 16:04 | ||
| Reporter | Csimbi | View Status | public | ||||
| Assigned To | Dark Byte | ||||||
| Priority | normal | Resolution | duplicate | ||||
| Status | resolved | ||||||
| Summary | 0000131: CE 5.5 does not accept certain defines | ||||||
| Description |
CE does not accept this code: [ENABLE] ... define(VAR_PTR,00010E06) ... VAR_PTR: db 1 ... [DISABLE] ... VAR_PTR: db 0 ... I understand the address is not quite usual, but still - if I know what I am doing... |
||||||
| Additional Information |
BTW: the error message CE gives is incorrect - there is nothing wrong with the address. Let me know if you need more info to fix this. |
||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0000265) Dark Byte (developer) 2009-07-25 10:03 |
I can't think of one reason you'd want to use a define as a address, but yes, it's current;y not supported (You do know you can put calculations as address as well right? e.g [00401234]+15: would access a pointer location) |
|
(0000267) Csimbi (reporter) 2009-07-27 16:00 edited on: 2009-07-27 19:29 |
To initialize default values when the trainer is enabled/disabled. This way, I do not need to write extra code that sets the default and remembers that it has been set. |
|
(0000294) Dark Byte (developer) 2009-09-24 15:08 |
this already works in ce 5.5 I don't know what error you got note: remove the lines saying ... |
|
(0000302) Csimbi (reporter) 2009-09-24 18:16 |
Actually, I think it has something to do with issue 0000116 . I could not define global constants (outside [enable] and [disable]), so I assumed it should work under [enable]. However, that define is not valid in the scope of [disable] - and this causes the error. I think fixing 0000116 will take care of this. |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |