Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


CE suddently decided to not work

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
bhfff
Cheater
Reputation: 0

Joined: 19 Jan 2017
Posts: 30

PostPosted: Sat Sep 12, 2020 9:56 am    Post subject: CE suddently decided to not work Reply with quote

Code:

code:
mov [rax],(float)1
mov [rax+C],(float)1
  movss xmm0,[rax]
  mulss xmm0,xmm2
  jmp return


Results in: https://i.imgur.com/6GdCvCz.png


Setting its hex equivalent works fine.

This problems also affects all scripts that use (float)Insert_Value

Yesterday it worked fine (till I fell asleep at 4am) then bootup the pc "et voilą"
I've reinstalled, restarted multiple times but nothing changes.
What could be the problem?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25835
Location: The netherlands

PostPosted: Sat Sep 12, 2020 10:01 am    Post subject: Reply with quote

Do you have a memoryrecord entry where the description is float?

If so, rename it to something else

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
bhfff
Cheater
Reputation: 0

Joined: 19 Jan 2017
Posts: 30

PostPosted: Sat Sep 12, 2020 10:13 am    Post subject: Reply with quote

Dark Byte wrote:
Do you have a memoryrecord entry where the description is float?

If so, rename it to something else


I don't know what you are talking about
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25835
Location: The netherlands

PostPosted: Sat Sep 12, 2020 10:20 am    Post subject: Reply with quote

there is a bug where if there is a memoryrecord in the table with description "Float", it will replace scripts that use (Float) with the address of that record followed by whatever value you entered

execute this lua code:
Code:

for i=0,AddressList.Count-1 do
  if (AddressList[i].Description:upper()=='FLOAT') or (AddressList[i].Description:upper()=='DOUBLE') then
    AddressList[i].Description="__"..AddressList[i].Description.."__"
  end
end

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
bhfff
Cheater
Reputation: 0

Joined: 19 Jan 2017
Posts: 30

PostPosted: Sat Sep 12, 2020 10:27 am    Post subject: Reply with quote

Dark Byte wrote:
there is a bug where if there is a memoryrecord in the table with description "Float", it will replace scripts that use (Float) with the address of that record followed by whatever value you entered

execute this lua code:
Code:

for i=0,AddressList.Count-1 do
  if (AddressList[i].Description:upper()=='FLOAT') or (AddressList[i].Description:upper()=='DOUBLE') then
    AddressList[i].Description="__"..AddressList[i].Description.."__"
  end
end


Wow. I would never have imagined this was the problem, that fixed it, thanks a lot!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites