Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

not working for me ;n; (super unexperienced with this kinda thing)


Traceback (most recent call last):

  File "clippy_desktop.py", line 43, in <module>

  File "clippy_desktop.py", line 38, in read_json

    def read_json(file_path):

FileNotFoundError: [Errno 2] No such file or directory: 'data/configure/config.json'

Oof, uh...

OK, so: it probably is returning an error because I didn't add "./" before the path. Try Ctrl+F (finding) this: "path =", then adding "./" before the path variable.

Also, I forgot to change this: go into ./data/configure/config.json, and change the transparent_background (first option) to true. If it's false, Clippy will have a black background.