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 


Problem with breakpoints/debugging?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
pitus
How do I cheat?
Reputation: 0

Joined: 11 Sep 2015
Posts: 5

PostPosted: Fri Sep 11, 2015 3:56 pm    Post subject: Problem with breakpoints/debugging? Reply with quote

Hello. I installed cheat engine 6.4 on linux through wine and have problem going through tutorial. It seems like there is some problem with breakpoints/debugging?? Can someone help me?


problem.png
 Description:
 Filesize:  213.17 KB
 Viewed:  10960 Time(s)

problem.png


Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Fri Sep 11, 2015 4:36 pm    Post subject: Reply with quote

(I'm assuming you clicked on change value after starting the debugger)

Is this the latest version of wine ?

Try going to settings->debugger options and tick VEH debug before you try debugging. Perhaps that'll work better on wine.

_________________
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
pitus
How do I cheat?
Reputation: 0

Joined: 11 Sep 2015
Posts: 5

PostPosted: Fri Sep 11, 2015 4:51 pm    Post subject: Reply with quote

Your assumption was correct.
This is latest stable version of wine.

After checking a VEH debugging option i got error messages.
Also i attached my debug settings.



settings.png
 Description:
 Filesize:  21.11 KB
 Viewed:  10943 Time(s)

settings.png



2.png
 Description:
 Filesize:  9.15 KB
 Viewed:  10943 Time(s)

2.png



1.png
 Description:
 Filesize:  8.09 KB
 Viewed:  10943 Time(s)

1.png


Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Fri Sep 11, 2015 5:02 pm    Post subject: Reply with quote

Try specifically launching Cheat Engine as Administrator (CE won't obtain admin itself, you'll have to give it manually)
_________________
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
pitus
How do I cheat?
Reputation: 0

Joined: 11 Sep 2015
Posts: 5

PostPosted: Sat Sep 12, 2015 12:49 pm    Post subject: Reply with quote

Problem is still present.
Maybe it has to be run in normal windows environment.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Sat Sep 12, 2015 2:07 pm    Post subject: Reply with quote

Perhaps, but it mostly sounds like CE/your user has no admin privilege
_________________
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
pitus
How do I cheat?
Reputation: 0

Joined: 11 Sep 2015
Posts: 5

PostPosted: Sun Sep 13, 2015 5:36 am    Post subject: Reply with quote

As far as i know there are no admin rights in wine, especially it should work when im running it under win 95 version.
I also googled that i could try kernelmode debugger, but i cant choose it in settings because its inactive (although when i go to help > about it shows up that my system supports DBVM).

@edit
Its not the issue due to rights. There is a problem with attaching the debugger on wine.
Back to top
View user's profile Send private message
pitus
How do I cheat?
Reputation: 0

Joined: 11 Sep 2015
Posts: 5

PostPosted: Sun Sep 20, 2015 2:13 pm    Post subject: Reply with quote

I am disappointed.
Even on virtualbox i was not able to find out what writes to adress. I checked VEH debugging option and there was no errors but nothing showed up in this popup window.
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 42

Joined: 09 Nov 2005
Posts: 2672

PostPosted: Sun Sep 20, 2015 2:18 pm    Post subject: Reply with quote

Use windows. Problem solved
_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Sun Sep 20, 2015 2:51 pm    Post subject: Reply with quote

the windows debugger interface won't work in virtualbox either?
What windows version did you install?

Do you have any kind of agressive debugger running on your system that intercepts debug interrupts (int1) before anything else? (and doesn't pass it through)

_________________
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
gg30433043
How do I cheat?
Reputation: 0

Joined: 21 Dec 2015
Posts: 1

PostPosted: Mon Dec 21, 2015 4:20 pm    Post subject: Reply with quote

I don't know if this will help you, but when you open a program with the 32-bit version that is installed with the 64-bit version, it works. The only downside is that is closes the process you have open. Confused
Back to top
View user's profile Send private message
Luetti
How do I cheat?
Reputation: 0

Joined: 16 Dec 2019
Posts: 1

PostPosted: Mon Dec 16, 2019 10:33 am    Post subject: FIX! Reply with quote

pitus wrote:
Your assumption was correct.
This is latest stable version of wine.

After checking a VEH debugging option i got error messages.
Also i attached my debug settings.


In case anyone else stumbles upon this issue, I just solved it, the VEH debugger works fine.

However, you need to enable ESYNC and FSYNC for it to work! (Do "export WINEESYNC=1 && export WINEFSYNC=1" in your terminal - guessing that you are running on linux) - without ESYNC, it is logical that it does not work whatsoever (since the environment is not synced Very Happy/you are basically running two separate environments on a kernel base) - Without FSYNC, Cheat Engine (or any other application) won't be able to draw a GUI.

Hope it helps someone with the same issue (I literally just created my account for posting this). Cool (Send me a pm if you need help with it/if it doesn't work - it works just fine with Steam's Proton as well, I'm attaching a script to my reply/simply adjust the script to fit your environment and you can use it for Proton)

LINUX/UNIX FOR THE WIN! (Aka it's finally time to trash Windows altogether Razz)

EDIT
I just noticed that "sh" is a blacklisted extension... So here is the file content instead:
Code:

#!/bin/sh

protonInstall="/media/markus/a33d13c7-a98b-46c9-9fd4-32ba90529e4a/Games"
prefixInstall="/media/markus/a33d13c7-a98b-46c9-9fd4-32ba90529e4a/Games"
CEPrefix="/home/markus/.PlayOnLinux/wineprefix/Tools"
CEVersion="6.7"
ID=$1
proton=$2
export WINEESYNC=$3
export WINEFSYNC=$4
export WINEPREFIX="$prefixInstall/steamapps/compatdata/$ID/pfx"
"$protonInstall/steamapps/common/Proton $proton/dist/bin/wine" "$CEPrefix/drive_c/Program Files (x86)/Cheat Engine $CEVersion/cheatengine-i386.exe"
[/code]
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