puppet-xp icon indicating copy to clipboard operation
puppet-xp copied to clipboard

Process with pid xxx either refused to load frida-agent, or terminated during injection

Open imtiger opened this issue 2 years ago • 3 comments

每次微信启动以后,运行demo的程序,微信就直接奔溃了。 when wechat main process start,after run the demo ,wechat just quit,like the follow pic.anyone know how to fix?thanks. QQ20230103-192545@2x

imtiger avatar Jan 03 '23 11:01 imtiger

Please provide the wechat version and puppet-xp version.

atorber avatar Jan 04 '23 11:01 atorber

thanks for you help @atorber ,i use your https://github.com/atorber/wechaty-puppet-xp-demo but can't get it work. packages.json file :

puppet-xp version is 1.12.6 the wechat version is :3.6.0.18 { "name": "wechaty-puppet-xp-demo", "version": "0.2.2", "description": "Demo for wechaty-puppet-xp", "author": "atorber", "license": "Apache-2.0", "type": "module", "engines": { "node": ">=16", "npm": ">=7" }, "scripts": { "start:js": "node ./examples/ding-dong-bot.js", "start": "cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" node ./examples/ding-dong-bot.ts", "api": "cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" node ./examples/api-support-list.ts", "build": "tsc", "lint": "eslint "examples/.ts" "tests/.ts"" }, "dependencies": { "dotenv": "^16.0.0", "qrcode-terminal": "^0.12.0", "typescript": "^4.9.3", "wechaty": "^1.20.2", "wechaty-puppet-xp": "^1.12.6" }, "devDependencies": { "@chatie/eslint-config": "^1.0.4", "@chatie/git-scripts": "^0.6.2", "@chatie/tsconfig": "^4.6.3", "@types/qrcode-terminal": "^0.12.0", "check-node-version": "^4.2.1", "is-pr": "^2.0.0", "wechaty-puppet-mock": "^1.18.2" }, "git": { "scripts": { "pre-push": "npx git-scripts-pre-push" } } } QQ20230104-220053@2x

imtiger avatar Jan 04 '23 14:01 imtiger

@imtiger 请问你是否方便把崩溃日志上传一下 我也有同样崩溃的问题出现,不过是在运行过程中随机崩溃。

liuwwang avatar Mar 16 '23 02:03 liuwwang