cocos / cocos-engine

Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment.
https://www.cocos.com/en/creator
Other
8.21k stars 1.94k forks source link

cocos内部 _deserializeTypedArrayViewRef() 方法报错, 数据长度异常 #17683

Open finscn opened 3 weeks ago

finscn commented 3 weeks ago

Cocos Creator version

3.8.3

System information

all

Issue description

image image image

报错如上.

这个错误也是在线上项目里出现的. 其实已经出现很久了. 累计受影响的用户大概有几千人. 我们自己的开发环境和机器都无法复现这个错误.

似乎是对某个数据进行反序列化时的错误. 数据长度和类型不匹配.

这个错误应该也不是我们项目中的代码引起的.

Relevant error log output

No response

Steps to reproduce

如上

Minimal reproduction project

No response

minggo commented 2 weeks ago

有重现的例子吗?我没太明白这个错误。

finscn commented 1 week ago

有重现的例子吗?我没太明白这个错误。

我们自己无法重现 线上项目比较大比较复杂 我们也没发抽离出来只有这个错误信息的最小模块. 有点难办了