Avenshy / mahjong-helper-majsoul

81 stars 7 forks source link

卡在正在整理牌桌100%进不去对局,附控制台信息,code.js覆盖成功 #6

Open Drstargaze opened 1 year ago

Drstargaze commented 1 year ago

code.js:7746 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu (匿名) @ code.js:7746 code.js:7726 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu L. @ code.js:7726 code.js:107044 loadProto finished code.js:150533 Wrapper is {"fields":{"name":{"type":"string","id":1},"data":{"type":"bytes","id":2}}} userscript.html?name=mahjong-helper-majsoul.user.js&id=2d5db779-a46c-4b5e-bb18-a2a116d00ccb:10639 [mahjong-helper-majsoul] 启动完毕!!! connect.facebook.net/en_US/sdk.js:1 Failed to load resource: net::ERR_FAILED code.js:8051 loader callback cost a long time:871 url=res/config/lqc.lqbin L. @ code.js:8051 code.js:60308 Warning: discard property,please use transform's property instead. DevTools 无法加载来源映射:无法加载 chrome-extension://giijkmholjmdmpojlmmoieghkilnhkhb/static/js/0.chunk.js.map 的内容:系统错误: net::ERR_BLOCKED_BY_CLIENT DevTools 无法加载来源映射:无法加载 chrome-extension://giijkmholjmdmpojlmmoieghkilnhkhb/static/js/content.js.map 的内容:系统错误: net::ERR_BLOCKED_BY_CLIENT

icandura commented 1 year ago

我也遇到同样问题 code.js:60308 Warning: discard property,please use transform's property instead. DevTools 无法加载来源映射:无法加载 chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/browser-polyfill.js.map 的内容:系统错误: net::ERR_FILE_NOT_FOUND

另外补充下,今天遇到了3次,每次都恰好在mahjong-helper.exe里面显示游戏即将开始,您分配到的座位是:东,但是另外也有东位起步的好几次并没出现同类问题。

Avenshy commented 1 year ago

sorry my bad

找到903行

for (var idx = 0; idx < a.actions.length; idx++) {

改为

for (var idx = 0; idx < L.actions.length; idx++) {

即可

PerkinsRay commented 1 year ago

这个跟 #8 是同一个问题吗?我看脚本中 903行已经是 for (var idx = 0; idx < a.actions.length; idx++) { 但是这个问题还在。 这个问题会卡住整个chrome进程

Avenshy commented 1 year ago

这个跟 #8 是同一个问题吗?我看脚本中 903行已经是 for (var idx = 0; idx < a.actions.length; idx++) { 但是这个问题还在。 这个问题会卡住整个chrome进程

控制台报错呢???

PerkinsRay commented 1 year ago

这个跟 #8 是同一个问题吗?我看脚本中 903行已经是 for (var idx = 0; idx < a.actions.length; idx++) { 但是这个问题还在。 这个问题会卡住整个chrome进程

控制台报错呢???

控制台没有Error,在 [雀魂mod_plus] 成功发送消息: 之后有一个warning,然后就卡住了。 这个warning应该没影响,油猴中关闭这个插件后warning仍在,但可以进入游戏了。 我这边复现很简单,开始对局之后,刷新一下页面就出现了。

Avenshy commented 1 year ago

这个跟 #8 是同一个问题吗?我看脚本中 903行已经是 for (var idx = 0; idx < a.actions.length; idx++) { 但是这个问题还在。 这个问题会卡住整个chrome进程

写反了,不好意思,改过来了

PerkinsRay commented 1 year ago

这个跟 #8 是同一个问题吗?我看脚本中 903行已经是 for (var idx = 0; idx < a.actions.length; idx++) { 但是这个问题还在。 这个问题会卡住整个chrome进程

写反了,不好意思,改过来了

改了没问题了 👍