Skip to content

Commit 6fe3de7

Browse files
committed
troubleshooting: file not found
1 parent fad3788 commit 6fe3de7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

INSTALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,9 @@ This error can be savely ignore. The `colorreload-gtk-module` is used for themin
209209
### error: experimental Nix feature 'nix-command' is disabled; add '--extra-experimental-features nix-command' to enable it
210210

211211
You ran Nix flakes without having enabled it. Either enable it by adding the extra parameters to the call as indicated in the error message, or stick to the non-experimental nix commands as described above (recommended).
212+
213+
### Exception in thread "main" java.nio.file.NoSuchFileException: data/examples/simple_v1.txt
214+
215+
The demo could not find one of this input files.
216+
This likely happened because you ran the demo from a working directory that is not the top level of this repository in the terminal (i.e, the directory containing this INSTALL.md file).
217+
To fix, navigate to the root directory of this repository in your terminal and run the demo again.

0 commit comments

Comments
 (0)