Hi,
I am running spine examples using the generic library spine-lua runtime.
I downloaded the goblins example from corona library (spine-corona/examples/goblins) and used it different engine but it seems that either the json file is corrupted or something amiss from the library?
.\spine-lua\Skin.lua:48: attempt to concatenate local 'name' (a userdata value)
stack traceback:
.\spine-lua\Skin.lua in function 'getAttachment'
.\spine-lua\Skeleton.lua:195 in function 'getAttachment'
.\spine-lua\Animation.lua:471 in function 'apply'
.\spine-lua\Animation.lua:51 in function 'apply'
.\spine-lua\AnimationState.lua:111 in function 'apply'
goblins.lua:42 in function <goblins.lua:36>
Please help
Problem solved.
I figured out that the problem was using an outdated json decoder library. It seems that some of the json decoders libraries are buggy.