View previous topic :: View next topic |
Author |
Message |
Minibeau How do I cheat?
Reputation: 0
Joined: 13 Feb 2016 Posts: 4
|
Posted: Tue Nov 23, 2021 3:26 pm Post subject: Process list is not responding |
|
|
I am on Linux mint and I wanted to try running cheat engine on a game i'm running via proton GE. I got ceserver working and i can connect to it just fine with Cheat engine, but when i try to select the process i want to use cheat engine on i get the following error:
Code: | Process List is not responding.
You may choose to wait a short while for it to continue or force the application to quit entirely. |
Does anyone know how i can fix this? really would like to be able to use cheat engine again because of the huge community there is for cheat tables.
Description: |
|
Filesize: |
10.47 KB |
Viewed: |
2767 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25710 Location: The netherlands
|
Posted: Tue Nov 23, 2021 7:20 pm Post subject: |
|
|
Are you using a selfcompiled ceserver from github? If so you'll need to compile CE as well
_________________
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 |
|
 |
Minibeau How do I cheat?
Reputation: 0
Joined: 13 Feb 2016 Posts: 4
|
Posted: Wed Nov 24, 2021 8:06 am Post subject: |
|
|
Dark Byte wrote: | Are you using a selfcompiled ceserver from github? If so you'll need to compile CE as well |
I just tried compiling CE myself via lazarus. I got lazarus working with i386 in the 64 bit version(32 bit version of lazarus wanted to uninstall a lot of stuff including the nvidia driver). When I try to compile CE 7.2 i get an error at and when i try to compile CE 7.3 i get the following error Code: | newbutton.pas(88,25) Error: Identifier not found "clDark" | . Any idea what the issue could be?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25710 Location: The netherlands
|
Posted: Wed Nov 24, 2021 8:25 am Post subject: |
|
|
clDark is deprecated in the newer lazarus/fpc.
you'll need an older version or just replace cldark with another color
_________________
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 |
|
 |
Minibeau How do I cheat?
Reputation: 0
Joined: 13 Feb 2016 Posts: 4
|
Posted: Wed Nov 24, 2021 8:32 am Post subject: |
|
|
Dark Byte wrote: | clDark is deprecated in the newer lazarus/fpc.
you'll need an older version or just replace cldark with another color |
Thanks for the quick response. Changing the color fixed the clDark error, but now i'm getting the following error: Code: | frmAAEditPrefsUnit.pas(50,16) Error: Identifier not found "TSynEditorOptions" | and Code: | frmAAEditPrefsUnit.pas(50,33) Error: Error in type definition |
|
|
Back to top |
|
 |
|