初级玩家

- 贡献度
- 0
- 金元
- 295
- 积分
- 30
- 精华
- 0
- 注册时间
- 2022-2-25
|
G:\relink\gbfract>python act_ws.py
Traceback (most recent call last):
File "G:\relink\gbfract\injector.py", line 1567, in get_python_base
return self.get_ldr_data(PYTHON_DLL).DllBase
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\relink\gbfract\injector.py", line 1473, in get_ldr_data
raise KeyError(f'dll {dll_name!r} not found')
KeyError: "dll 'python311.dll' not found"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "G:\relink\gbfract\act_ws.py", line 757, in <module>
main()
File "G:\relink\gbfract\act_ws.py", line 749, in main
process.injector.wait_inject()
File "G:\relink\gbfract\injector.py", line 1260, in wait_inject
self.logger.debug(f"python base {self.process.get_python_base(True):#x}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\relink\gbfract\injector.py", line 1570, in get_python_base
base = self.load_library(Process.current.get_ldr_data(PYTHON_DLL).FullDllName.value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\relink\gbfract\injector.py", line 1497, in load_library
raise ValueError(f'LoadLibrary failed: {filepath!r}')
ValueError: LoadLibrary failed: b'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.2288.0_x64__qbz5n2kfra8p0\\python311.dll'
dll加载失败,请问有什么解决方式? |
|