MaaXYZ / MaaDebugger

MIT License
13 stars 2 forks source link

运行debugger报错 #11

Closed hdu12 closed 2 weeks ago

hdu12 commented 1 month ago

image C:\WINDOWS\system32>python -m MaaDebugger MaaFw version: v1.8.9 Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\hdu12\AppData\Local\Programs\Python\Python311\Lib\site-packages\MaaDebugger__main.py", line 1, in from .main import main File "C:\Users\hdu12\AppData\Local\Programs\Python\Python311\Lib\site-packages\MaaDebugger\main.py", line 3, in from .webpage import index_page File "C:\Users\hdu12\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\hdu12\AppData\Local\Programs\Python\Python311\Lib\site-packages\MaaDebugger\webpage\index_page\master_control.py", line 8, in from ...maafw import maafw File "C:\Users\hdu12\AppData\Local\Programs\Python\Python311\Lib\site-packages\MaaDebugger\maafw\init.py", line 172, in maafw = MaaFW() ^^^^^^^ File "C:\Users\hdu12\AppData\Local\Programs\Python\Python311\Lib\site-packages\MaaDebugger\maafw\init.py", line 22, in init__ Toolkit.init_option("./") File "C:\Users\hdu12\AppData\Local\Programs\Python\Python311\Lib\site-packages\maa\toolkit.py", line 34, in init_option Library.toolkit.MaaToolkitInitOptionConfig( OSError: [WinError -529697949] Windows Error 0xe06d7363

C:\WINDOWS\system32>python --version Python 3.11.9 尝试了3.12也不行,帮忙看一下,谢谢

MistEO commented 1 month ago

找个有写权限的目录打开,不能在 system32 下