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

"cannot set properties of null (setting 'scale') #1

Open
jhosueRs opened this issue Oct 8, 2022 · 1 comment
Open

"cannot set properties of null (setting 'scale') #1

jhosueRs opened this issue Oct 8, 2022 · 1 comment

Comments

@jhosueRs
Copy link

jhosueRs commented Oct 8, 2022

Hi! I've been loving the app so far, unfortunately whenever I try to open an Spine file v3.5 I get the the error
"Display Error: Uncaught TypeError: Cannot set properties of null (setting 'scale').
And when I try to open another Spine file v4.01 I get the error
"Display Error: Uncaught RangeError: Offset is outside the bounds of the DataView"
I attached the files I was working with
c010_2.zip
baiken2.zip

@TSKI433
Copy link
Owner

TSKI433 commented Oct 9, 2022

Thank you for reflecting the problem.

About the error of loading spine 3.5:
Different versions of spine are not compatible.This project use pixi-spine to load spine models. It only support Spine 3.7, 3.8, 4.0, 4.1, so Hime Display can not load spine 3.5 yet. If you want to load spine 3.5, you can use the official tool to convert version, or you can try to use SpineConverter to convert the model to spine 3.8.

About the error of loading spine 4.0.1:
It seems to be an internal error of spine-runtimes . I think it's likely that the model does not meet the specifications, so the loader can’t parse the model file properly. So this problem is hard to resolve now.

@TSKI433 TSKI433 closed this as completed Oct 9, 2022
@TSKI433 TSKI433 reopened this Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants