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

Error: access violation accessing 0xfe5f6b10

Open shan501 opened this issue 3 years ago • 3 comments

I get the following error when trying to run my bot.

19:02:35 ERR SidecarBody [SCRIPT_MESSAGRE_HANDLER_SYMBOL]() MessageType.Error: Error: access violation accessing 0xfe5f6b10
    at <anonymous> (frida/runtime/core.js:141)
    at <eval> (/script1.js:252)
node:events:491
      throw er; // Unhandled 'error' event
      ^

Error: Error: access violation accessing 0xfe5f6b10
    at WeChatSidecar.[scriptMessageHandler] (file:///C:/Users/User/wechat/node_modules/sidecar/dist/esm/src/sidecar-body/sidecar-body.js:269:31)
    at C:\Users\User\wechat\node_modules\frida\dist\script.js:95:21
----- Agent Script Internal -----
Error: access violation accessing 0xfe5f6b10
    at <anonymous> (frida/runtime/core.js:141)
    at <eval> (/script1.js:252)
Emitted 'error' event on WeChatSidecar instance at:
    at WeChatSidecar.[scriptMessageHandler] (file:///C:/Users/User/wechat/node_modules/sidecar/dist/esm/src/sidecar-body/sidecar-body.js:275:26)
    at C:\Users\User\wechat\node_modules\frida\dist\script.js:95:21

My dependencies are the following

	"dependencies": {
		"wechaty": "^1.20.2",
		"wechaty-puppet-xp": "^1.12.4"
	}

shan501 avatar Nov 29 '22 00:11 shan501

same issue

JuoJuo avatar Dec 01 '22 10:12 JuoJuo

This is an existing problem, we have temporarily dealt with this problem, please run npm install [email protected] or npm install wechaty-puppet-xp@latest to upgrade, but it will take some time to solve the problem, please be patient

atorber avatar Dec 01 '22 12:12 atorber

I hit the same issue, seems you can pre-log to the windows client as a workaround.

xli1996 avatar Dec 09 '22 10:12 xli1996