inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.36k stars 289 forks source link

story .js file doesn't open in itch.io #472

Closed frostymountain closed 1 year ago

frostymountain commented 1 year ago

My story .js file doesn't open when my game page is opened on itch.io. It will open if I click "restart" but not before. I've spent quite a bit of time on it with no success, and it seems to be an issue with the original file exported by the inkle editor with no modifications.

Screenshot 2023-03-23 121046

this is the error message:

ink.js:1 Uncaught Error: this.previousPointer.Resolve() is null or undefined at O (ink.js:1:8761) at t.value (ink.js:1:73582) at ink.js:1:67576 at e.value (ink.js:1:82858) at e.value (ink.js:1:67437) at ink.js:1:89848 at e.value (ink.js:1:83766) at t.value (ink.js:1:89790) at ink.js:1:100181 at e.value (ink.js:1:83766)

frostymountain commented 1 year ago

SharedArrayBuffer support solve this issue.