Skip to content

Bundle释放时, 报错. #18318

Closed
Closed
@finscn

Description

@finscn

Cocos Creator version

3.8.5

System information

all

Issue description

错误如下:

Image

我猜应该是 这个 spine资源已经被其他地方释放过了, 此处重复释放引起的.
是否考虑增加防御性代码, 类似这样 :

    private mergedUUID (): string {
        return this._uuid + murmurhash2_32_gc(this._atlasText || '', 668).toString();
    }

Relevant error log output

No response

Steps to reproduce

.

Minimal reproduction project

No response

Metadata

Metadata

Assignees

Labels

BugNeeds TriageNeeds to be assigned by the team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions