-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动报动态链接库错误! #17
Comments
装一下运行库试试 vc_redist |
这个问题我也碰到了,装了运行库以后也没用,MaaFW从v1.8.9更新上来以后就一直报这个错误。uninstall MaaFW MaaDebugger MaaAgentBinary以后重新安装也没用 |
C:\Users\llyx>python -m MaaDebugger During handling of the above exception, another exception occurred: Traceback (most recent call last): |
遇到相同错误 |
我也遇到了这样的问题,原本用着是没问题的,但是中途下载安装了miniconda之类的东西来训练模型,训练好之后想继续做,就也出现了 启动报动态链接库错误 的报错: During handling of the above exception, another exception occurred: Traceback (most recent call last): |
试试更新 maafw 到 2.3.0 |
我也是这个问题,maafw==2.3.0或者2.3.1都报错 |
python 自带的 vc redist 版本太老了,参考 MaaXYZ/MaaFramework#361 (comment) 把 python 自带的覆盖掉 |
在anaconda里面新建个环境再安装就好了,在旧环境里面加dll貌似也没啥用 |
C:\Windows\system32>MaaDebugger
Traceback (most recent call last):
File "C:\Users\XXXX\AppData\Local\Programs\Python\Python311\Lib\site-packages\maa\library.py", line 33, in open
Library.framework = lib_import(str(Library.framework_libpath))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\醉染西城\AppData\Local\Programs\Python\Python311\Lib\ctypes_init_.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 1114] 动态链接库(DLL)初始化例程失败。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\XXXX\AppData\Local\Programs\Python\Python311\Scripts\MaaDebugger.exe_main.py", line 4, in
File "C:\Users\XXXX\AppData\Local\Programs\Python\Python311\Lib\site-packages\MaaDebugger\main.py", line 3, in
from .webpage import index_page
File "C:\Users\XXXX\AppData\Local\Programs\Python\Python311\Lib\site-packages\MaaDebugger\webpage\index_page_init.py", line 3, in
from .master_control import main as master_control
File "C:\Users\XXXX\AppData\Local\Programs\Python\Python311\Lib\site-packages\MaaDebugger\webpage\index_page\master_control.py", line 5, in
from maa.define import MaaWin32ScreencapMethodEnum, MaaWin32InputMethodEnum
File "C:\Users\XXXX\AppData\Local\Programs\Python\Python311\Lib\site-packages\maa_init_.py", line 8, in
ver = Library.open(_PATH)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\XXXX\AppData\Local\Programs\Python\Python311\Lib\site-packages\maa\library.py", line 36, in open
Library.framework = lib_import(str(Library.framework_libpath))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python311\Lib\ctypes_init.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'None' (or one of its dependencies). Try using the full path with constructor syntax.
The text was updated successfully, but these errors were encountered: