You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
File "C:\Users\Ping\Desktop\BetterGo-main\BetterGo-main\app.py", line 3, in
from memory import *
File "C:\Users\Ping\Desktop\BetterGo-main\BetterGo-main\memory.py", line 28, in
game_handle = Pymem('csgo.exe')
^^^^^^^^^^^^^^^^^
File "C:\Users\Ping\AppData\Local\Programs\Python\Python311\Lib\site-packages\pymem_init_.py", line 45, in init
self.open_process_from_name(process_name)
File "C:\Users\Ping\AppData\Local\Programs\Python\Python311\Lib\site-packages\pymem_init_.py", line 217, in open_pr
ocess_from_name
self.open_process_from_id(self.process_id)
File "C:\Users\Ping\AppData\Local\Programs\Python\Python311\Lib\site-packages\pymem_init_.py", line 239, in open_pr
ocess_from_id
raise pymem.exception.CouldNotOpenProcess(self.process_id)
pymem.exception.CouldNotOpenProcess: Could not open process: 43100
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
File "C:\Users\Ping\Desktop\BetterGo-main\BetterGo-main\app.py", line 3, in
from memory import *
File "C:\Users\Ping\Desktop\BetterGo-main\BetterGo-main\memory.py", line 28, in
game_handle = Pymem('csgo.exe')
^^^^^^^^^^^^^^^^^
File "C:\Users\Ping\AppData\Local\Programs\Python\Python311\Lib\site-packages\pymem_init_.py", line 45, in init
File "C:\Users\Ping\AppData\Local\Programs\Python\Python311\Lib\site-packages\pymem_init_.py", line 217, in open_pr
ocess_from_name
self.open_process_from_id(self.process_id)
File "C:\Users\Ping\AppData\Local\Programs\Python\Python311\Lib\site-packages\pymem_init_.py", line 239, in open_pr
ocess_from_id
raise pymem.exception.CouldNotOpenProcess(self.process_id)
pymem.exception.CouldNotOpenProcess: Could not open process: 43100
The text was updated successfully, but these errors were encountered: