qb-0/pyMeow

pyMeow unable to find the client dll

Closed this issue · 1 comments

I'm getting this error when I try to fetch the client dll from csgo. (Pymem works)

Traceback (most recent call last):
  File "d:\code\cmnoNow\Python\puy\app.py", line 4, in <module>
    client = pm.get_module(csgo_proc, "client.dll")["base"]
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
nimpy.Exception: Unexpected error encountered: Module 'client.dll' not found

My code:

import pyMeow as pm

csgo_proc = pm.open_process("csgo.exe")
client = pm.get_module(csgo_proc, "client.dll")["base"]

Installed most recent release

qb-0 commented

Thank you. Fixed with 4c0869f. The current release has been updated and needs to be reinstalled.