ephread / inkgd

Implementation of inkle's Ink in pure GDScript for Godot, with editor support.
MIT License
305 stars 33 forks source link

Example crashes #38

Closed videlanicolas closed 2 years ago

videlanicolas commented 2 years ago

Describe the bug Example doesn't work in Godot 3.3.4 on Debian 11.

To Reproduce

  1. $ git clone https://github.com/ephread/inkgd.git
  2. Import project.godot.
  3. Run game.

Game crashes with the following error: Assertion failed: Story execution will stop: Failed to find content at path 'asdasdasdasdads', and no approximation of it was possible.

Expected behavior Game should not crash.

Ink files N/A

Environment:

Additional context I'm guessing the error is in ink_runner.gd:132, I'm not seeing a path named asdasdasdasdads. Removing this entry makes hte example run again.