kiletw / SpineViewerWPF

a tool can view spine files with different version and export gif or png file.
173 stars 23 forks source link

Spine crashes #9

Closed chrrox closed 3 years ago

chrrox commented 3 years ago

This crashes your viewer (NSFW) 53_duoSwordAngelGirl.zip

kiletw commented 3 years ago

Because of Spine 3.8.75 had a cracked version.So EsotericSoftware set the spine runtime can not work on 3.8.75 version. I will fix it.

kiletw commented 3 years ago

You can open json file edit 3.8.75 to 3.8.76 or other version. Maybe it will work.

kiletw commented 3 years ago

fix.

saiffyros commented 3 years ago

That's funny. They actually have a line of code for that in skeleton binary lol: if ("3.8.75" == skeletonData.version) throw new Exception("Unsupported skeleton data, please export with a newer version of Spine.");

R8bert commented 2 years ago

That's funny. They actually have a line of code for that in skeleton binary lol: if ("3.8.75" == skeletonData.version) throw new Exception("Unsupported skeleton data, please export with a newer version of Spine.");

can you get rid of the error and use 3.8.75 in unity?

saiffyros commented 2 years ago

I haven't tried with Unity, but it worked with MonoGame 10 months ago when I tested it.

21-brother commented 2 years ago

export json,edit it, change 3.8.75 to 3.8.9 ,works with me

21-brother commented 2 years ago

这很有趣。他们实际上在骨架二进制lol中有一行代码:如果(“3.8.75” == skeletonData.version)抛出新的异常(“不支持的骨架数据,请使用较新版本的Spine导出。

你能摆脱错误并使用3.8.75团结吗?

export json,edit it, change 3.8.75 to 3.8.9 ,works with me

Artem29383 commented 1 year ago

on 3.8.9 i have a truble with rendering in URP, when switch to 3.8.96 it fix and works well