Results 101 comments of ayasa520

我这边也出现好几次了, 还不能稳定复现, 这咋 debug

经过一番调查,结果是 chatgpt-on-wechat 和 timetask 本身都有问题,chatgpt-on-wechat 在 reloadp 或者 scanp 后会创建新的插件实例,但是因为插件实例内部的handler循环引用了自身,原本的插件实例永远不会被 gc 收集,所以每重载一次插件, timetask 就启动一个新线程,造成重复消费。 我创建了两个 PR: https://github.com/zhayujie/chatgpt-on-wechat/pull/2407 和 https://github.com/zhayujie/chatgpt-on-wechat/pull/2413 ,合并后可以解决插件实例不会被销毁的问题 另外可以试一下我写的定时任务插件,毕竟这个项目似乎不再维护了 https://github.com/ayasa520/TaskScheduler/

好像是 `#scanp` 之后就会重复, 你也是这样触发的吗?

timetask 会启动一个单独的线程, 不受 chatgpt-on-wechat 控制, 而且每次 reloadp 或者 scanp 都会启动一个新线程, 这就导致了重复

Many contents in waydroid_script are already severely outdated, and updating them and verifying they actually work might be as troublesome as rewriting a new waydroid_script.

Please check this: https://t.me/WayDroid/225788 But Playstrong isn’t open source, which some people might mind.

> Most games don't work That's not true. I'm pretty sure these games work: Ark: Survival Evolved, Arknights, Asphalt 9, Azur Lane, Blue Archive(JP), Sky: Children of the Light, Dead...

> > Some of these games have data/obb permission issues, which can be resolved by manually setting permissions to 777. > > > > ``` > > chmod 777 -R...

> Is there any key mapping available to play games on waydroid? (BTW, I am the creator of issue #390) I used to use qtscrcpy, but it doesn't seem to...

清除这两个应用的数据能解决吗 ``` adb shell pm clear com.google.android.gms pm clear com.android.vending ```