Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle释放时, 报错. #18318

Open
finscn opened this issue Feb 11, 2025 · 0 comments
Open

Bundle释放时, 报错. #18318

finscn opened this issue Feb 11, 2025 · 0 comments
Labels
Bug Needs Triage Needs to be assigned by the team

Comments

@finscn
Copy link
Contributor

finscn commented Feb 11, 2025

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

@finscn finscn added Bug Needs Triage Needs to be assigned by the team labels Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Needs Triage Needs to be assigned by the team
Projects
None yet
Development

No branches or pull requests

1 participant