solarus-games / solarus-quest-editor

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-quest-editor
Other
97 stars 30 forks source link

[Ubuntu] initial_quest directory either incorrectly located or incorrectly referenced #346

Closed Fordi closed 6 years ago

Fordi commented 6 years ago

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 6 years ago

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