-
Notifications
You must be signed in to change notification settings - Fork 901
Open
Labels
bugSomething isn't workingSomething isn't working
Description
问题描述
- 第一次打开成功后,关闭再次打开,会导致微信闪退
- 必须卸载微信,再重新打开(卸载不干净也会导致继续闪退)
环境信息
- 操作系统及版本:Windows 11
- 编程语言和版本:Python 3.10
复现步骤
- 步骤一:按照正常的步骤,使用了微信WeChatSetup-3.9.10.19,小程序版本:8555_x64
- 步骤二:将小程序文件夹设置为只读,避免升级
- 步骤三:python .\main.py -all运行脚本,第一次正常弹出微信,可正常登录使用F12
- 步骤四:关闭微信,再次用python .\main.py -all打开微信,微信弹出页面,但是属于假死状态,大概3秒后,自动闪退,程序报错
预期结果
- 正常打开微信并启用F12调试功能
实际结果
- 微信闪退,无法正常使用
- 报错信息:
[+] 查找到微信的安装路径是:C:\Program Files\Tencent\WeChat\WeChat.exe
[+] 正在尝试重启微信...
[+] 命令行参数:"C:\Program Files\Tencent\WeChat[3.9.10.19]\mmcrashpad_handler64.exe" --no-rate-limit --database=C:\Users\riowang\AppData\Roaming\Tencent\WeChat\crash --annotation=crash_notify=1 "--annotation=ext_info={"app_call_name":"微信","app_name":"WechatWindows","app_path":"C:\Program Fil
es\Tencent\WeChat\WeChat.exe","dwbuild":"19","log_path":"C:\Users\riowang\AppData\Roaming\Tencent\WeChat\crash","major_ver":"3","minor_ver":"1","module_name":"Wechat_Windows","modules_dir":"C:\Program Files\Tencent\WeChat\[3.9.10.19]","product":"WECHAT","report_type":"9999","restart_app_cmd":"","upload_choice":"3","version":"1661536787"}" --annotation=log_path=C:\Users\riowang\AppData\Roaming\Tencent\WeChat\crash --annotation=product=WECHAT --initial-client-data=0x58c,0x590,0x594,0x598,0x588,0x59c,0x7ffc4fdce3f8,0x7ffc4fdce438,0x7ffc4fdce468
[+] 命令行参数:"C:\Program Files (x86)\Tencent\QQPinyin\6.6.6304.400\QQPYUserCenter.exe" qqpinyin.ime
[-] 未找到匹配版本的微信进程或微信未运行
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working