solarus-games/solarus-quest-editor

[Ubuntu] initial_quest directory either incorrectly located or incorrectly referenced

Fordi opened this issue · 1 comments

Fordi commented

Building from sources on Ubuntu 17.10

Steps to reproduce

  1. Ensure that /usr/local/share/solarus-quest-editor does not exist
  2. Build solarus-quest-editor with defaults (ideally; I had to disable LuaJIT in reality) and install
  3. Run solarus-quest-editor
  4. Create a new quest

Expected: new quest is created
Actual: Error: "/usr/local/share/solarus-quest-editor/initial_quest/data" does not exist

Notes: It does exist in "/usr/local/share/solarus-quest-editor/assets/initial_quest"

Fordi commented

After deleting /usr/local/share/solarus-quest-editor and reinstalling, this appears not to be a problem? Not sure. Closing for now.