Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000117 [Cheat Engine] block always 2009-04-18 18:22 2009-09-24 17:20
Reporter Csimbi View Status public  
Assigned To Dark Byte
Priority normal Resolution fixed  
Status resolved  
Summary 0000117: CE 5.5 Cannot compile instruction (fild dqword ptr [esp+x])
Description This is the code I am trying to put into the Auto-Assembler:
fild dqword ptr [esp+24]
When I click ok after editing the code, I get this error message:
"Error in line 10 (fild dqword ptr [esp+24]) : This instruction can't be compiled."
Note that I got the original code the disassembler window, from this line:
00602906 - df 6c 24 24 - fild dqword ptr [esp+24]
(so, you can see the byte code)

Thanks for fixing.
Additional Information When I try this:
 - right-click code in disassembler window
 - select Assemble from the pop-up menu
 - paste the code fild dqword ptr [esp+24]
 - and click ok
, I get this:
"I don't understand what you mean with fild dqword ptr [esp+24]."

If you need more info or testing, please email me directly.
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000251)
Dark Byte (developer)
2009-04-19 21:28

It's probably a disassembler problem
Not sure if it is a dqword or a qword

anyhow, ce will assemble it correctly if you use "fild qword ptr [esp+24]"
(0000298)
Dark Byte (developer)
2009-09-24 17:20

fixed in svn

- Issue History
Date Modified Username Field Change
2009-04-18 18:22 Csimbi New Issue
2009-04-19 21:28 Dark Byte Note Added: 0000251
2009-04-19 21:28 Dark Byte Status new => confirmed
2009-09-24 17:20 Dark Byte Note Added: 0000298
2009-09-24 17:20 Dark Byte Status confirmed => resolved
2009-09-24 17:20 Dark Byte Resolution open => fixed
2009-09-24 17:20 Dark Byte Assigned To => Dark Byte


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker