SpeckyYT / ANMT

Video to Geometry Dash!
23 stars 0 forks source link

let data = frames.shift().split(',') doesn't work #1

Closed SevenworksDev closed 3 years ago

SevenworksDev commented 3 years ago

Error: Use of undefined member ╭─[index.spwn:3:1] │ 3 │ ╭─> ANMT( 5 │ ├─> ) · │ · ╰─────── 1: Error comes from this macro call │ ├─[lib.spwn:26:16] │ 26 │ let data = frames.shift().split(',') · ────────────┬──────────── · ╰────────────── 2: 'split' is undefined ────╯

SpeckyYT commented 3 years ago

could you provide more context? (like file input, etc)

SevenworksDev commented 3 years ago

frames.shift().split(',') is undefined at lib.spwn and ANMT is an undefined member on index.spwn

SpeckyYT commented 3 years ago

I'm unable to reproduce, but probably you're using the 0.7 version of spwn, instead of the 0.7-fix one, or directly use the master branch of spwn.

SpeckyYT commented 3 years ago

Closed for inactivity