• Off-topic
  • Error with Spine Exporting Files

Related Discussions
...

I am not sure what forum to put this in. I have looked through the forum to see if I could find and answer to this but most of the posts on this topic refer to the json export. Sorry if I post this thread in wrong place.

I'm using Spine 1.9.07 Essential and Cocos2d-x 2.2.3. I use Spine to export 3 files: "seller.json", "seller.atlas", "seller.png" and then put them in the Resource of my cocos2d-x project. The cocos2d-x tells me that there is something wrong with my atlas and json file. But when I use the Spine exporting files in the sample project of cocos2d-x (placed in TestCpp/SpineTest) It works normally. So I think that must be something wrong with my exporting section. But I don't know exactly what to do.

Here are some screenshot about my exporting.

Any help would be appreciated! 🙂

Are you using the cocos2d-x runtime from https://github.com/EsotericSoftware/spine-runtimes or are you using the one packed with cocos2d-x ? The one that comes with cocos2d-x is not up to date and we recommend always using the official one.

@Shiu: Awh! I'm using the one that packed with cocos2d-x so that's the reason why the spine exporting files in the sample project runs but the one I exported do not. Thank you very much. I'll update the runtime right now.

Great job.