AustinEast / heaps-aseprite

An Aseprite File Parser for Heaps
https://lib.haxe.org/p/heaps-aseprite/
MIT License
28 stars 8 forks source link

heaps-aseprite no longer appears to work #12

Open Drakim opened 9 months ago

Drakim commented 9 months ago

Both in my own project, and when I clone this repo and compile the sample-js.hxml I get this runtime error:

Uncaught TypeError: can't access property 0, ase.get_firstFrame().chunkTypes.h[8217] is undefined

image

Or is this perhaps a fault with the haxe ase library?

deepnight commented 9 months ago

What lib versions are you using here (haxelib list)?

Ase is 2.0.3 and heaps-aseprite is latest git.

Drakim commented 9 months ago

ase: [2.0.3] heaps-aseprite: 0.1.2 [git]

For the asesprite file I tested both with my own but also with the one included in your sample. I get this error simply by cloning your repo and compiling the sample, with the correct versions of everything.