Onaylı Üye
her şeyi yapmama rağmen bir sürü hata veriyor main.py yazdığımda yardım edicek var mı venv olustrudm
dosya:
dosya:
Bağlantıları görmek için lütfen
Giriş Yap
dosya güncel değil ki?her şeyi yapmama rağmen bir sürü hata veriyor main.py yazdığımda yardım edicek var mı venv olustrudm
dosya:Bağlantıları görmek için lütfen Giriş Yap
farketceğini sanmıyorumdosya güncel değil ki?
hatanın tamamını buraya yazarmısınız
Traceback (most recent call last):hatanın tamamını buraya yazarmısınız
Kodunuzda, "PROCESS_NAME" değişkeni belirtilen işlem adını içermelidir. Bu ad doğru olmalı ve programın çalıştırılmak istenen işlemle eşleştiğinden emin olmak için doğrulanmalıdır. İşlem adı doğruysa, belirtilen işlem hala çalışıyor olabilir, bu nedenle işlem adının doğru olduğundan emin olmak için kontrol edebilirsiniz.Traceback (most recent call last):
File "C:\Users\s4met\Desktop\Lmeme-master\main.py", line 40, in <module>
main()
File "C:\Users\s4met\Desktop\Lmeme-master\main.py", line 13, in main
mem = Pymem(PROCESS_NAME)
File "C:\Users\s4met\AppData\Local\Programs\Python\Python310\lib\site-packages\pymem\__init__.py", line 45, in __init__
self.open_process_from_name(process_name)
File "C:\Users\s4met\AppData\Local\Programs\Python\Python310\lib\site-packages\pymem\__init__.py", line 215, in open_process_from_name
raise pymem.exception.ProcessNotFound(process_name)
The "League of Legends.exe" process is not open. Is lol open?Traceback (most recent call last):
File "C:\Users\s4met\Desktop\Lmeme-master\main.py", line 40, in <module>
main()
File "C:\Users\s4met\Desktop\Lmeme-master\main.py", line 13, in main
mem = Pymem(PROCESS_NAME)
File "C:\Users\s4met\AppData\Local\Programs\Python\Python310\lib\site-packages\pymem\__init__.py", line 45, in __init__
self.open_process_from_name(process_name)
File "C:\Users\s4met\AppData\Local\Programs\Python\Python310\lib\site-packages\pymem\__init__.py", line 215, in open_process_from_name
raise pymem.exception.ProcessNotFound(process_name)
dostum bu hata kısaca pointerlar yanlış oyunu okuyamıyor yani o kod ne yapsan çalışmaz malesef pointerların güncellenmesi lazım outdated bir kod bu işlevsizhatalar çoğaldı normalde bunları veriyodu
C:\Users\s4met\Desktop\Lmeme-master>main.py
C:\Users\s4met\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host '127.0.0.1'. Adding certificate verification is strongly advised. See:Bağlantıları görmek için lütfen Giriş Yap
warnings.warn(
Traceback (most recent call last):
File "C:\Users\s4met\AppData\Local\Programs\Python\Python310\lib\site-packages\pymem\__init__.py", line 619, in read_uint
value = pymem.memory.read_uint(self.process_handle, address)
File "C:\Users\s4met\AppData\Local\Programs\Python\Python310\lib\site-packages\pymem\memory.py", line 346, in read_uint
raw = read_bytes(handle, address, struct.calcsize('I'))
File "C:\Users\s4met\AppData\Local\Programs\Python\Python310\lib\site-packages\pymem\memory.py", line 112, in read_bytes
raise pymem.exception.WinAPIError(error_code)
pymem.exception.WinAPIError: Windows api error, error_code: 299
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\s4met\Desktop\Lmeme-master\main.py", line 40, in <module>
main()
File "C:\Users\s4met\Desktop\Lmeme-master\main.py", line 16, in main
champion_pointers = find_champion_pointers(mem, champion_stats.names())
File "C:\Users\s4met\Desktop\Lmeme-master\world.py", line 130, in find_champion_pointers
pointers = find_object_pointers(mem)
File "C:\Users\s4met\Desktop\Lmeme-master\world.py", line 100, in find_object_pointers
root_node = Node(mem.read_uint(object_pointers + constants.oObjectMapRoot), None)
File "C:\Users\s4met\AppData\Local\Programs\Python\Python310\lib\site-packages\pymem\__init__.py", line 621, in read_uint
raise pymem.exception.MemoryReadError(address, struct.calcsize('I'), e.error_code)
pymem.exception.MemoryReadError: Could not read memory at: 947468429, length: 4 - GetLastError: 299
C:\Users\s4met\Desktop\Lmeme-master>python main.py
anladım çok teşekkür ederimdostum bu hata kısaca pointerlar yanlış oyunu okuyamıyor yani o kod ne yapsan çalışmaz malesef pointerların güncellenmesi lazım outdated bir kod bu işlevsiz