EndlessCheng / mahjong-helper

日本麻将助手:牌效+防守+记牌(支持雀魂、天凤)
MIT License
2.04k stars 271 forks source link

观看牌谱时出现invalid memory address错误 #166

Closed SeiunSky0131 closed 2 years ago

SeiunSky0131 commented 2 years ago

在进入一个牌谱并输出四家信息后,无法读取起手,显示以下错误: 内部错误: runtime error: invalid memory address or nil pointer dereference

teble commented 2 years ago

作者的js文件存在一处错误,导致传给后台的json数据无法对应代码结构,作者的文件code-zh.js关键词actions.push(h);这里push的应当是Q,自行修改

EndlessCheng commented 2 years ago

谢谢反馈

EndlessCheng commented 2 years ago

麻烦看一下是否还会有此问题

czh18773487659 commented 2 years ago

现在变成数据异常:未收到RecordNewRound,摸牌后出现内部错误: runtime error: index out of range [0] with length 0提示

teble commented 2 years ago

code.js.zip 这份是我自己改的最新的js文件,用过了没问题,需要自取(仅限zh版本)

EndlessCheng commented 2 years ago

Fixed.