AirtestProject / AirtestProject/AirtestIDE
启动时闪退,显示错误:OLE error 0x8004100e
- Dominant language
- No language data
- Stars
- 236
- Forks
- 40
- PR merge metrics
- PR metrics pending
Description
在AirtestIDE.exe启动时出现此错误,随后退出。
完整错误信息如下:
Traceback (most recent call last):
File "AirtestIDE.py", line 82, in
File "AirtestIDE.py", line 41, in main
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "d:\dev_local\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
File "app\main_window.py", line 23, in
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "d:\dev_local\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
File "app\widgets\login\login_user_info.py", line 12, in
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "d:\dev_local\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
File "app\plugins\core\plugin.py", line 12, in
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "d:\dev_local\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
File "app\widgets\login\login_widget.py", line 19, in
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "d:\dev_local\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
File "app\widgets\login\token\ide_token.py", line 8, in
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "d:\dev_local\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
File "app\widgets\login\token\hardware_uuid.py", line 8, in
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "d:\dev_local\pyinstaller\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
File "site-packages\wmi.py", line 157, in
File "site-packages\win32com\client\__init__.py", line 72, in GetObject
File "site-packages\win32com\client\__init__.py", line 87, in Moniker
pywintypes.com_error: (-2147217394, 'OLE error 0x8004100e', None, None)
[35072] Failed to execute script AirtestIDE
这个错误在近期突然出现,之前打开IDE都没有问题。此外,原本写好的airtests脚本能够通过命令行正常运行。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.