inkle / inky

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

[Bug] Project won't compile after opening filepath with braces #303

Open alexulter opened 3 years ago

alexulter commented 3 years ago
  1. Open inky
  2. File->Open->open saved .ink file
  3. There's nothing in "story" frame and there's error like this in the console: https://gyazo.com/ebb99753e081f44d6d3b6c1b14d7bc6d

at the same time if I copy+paste contents of the file to fresh opened inky window it works well. So it looks like an issue with "Open" function.

Inky version: 0.11.0 ink version: 0.9.0 inkjs version: 1.10.2 x64 windows 10

alexulter commented 3 years ago

It looks like this happens when there's [ or ] braces somewhere in the file path. In my case one of the folders had them.