Skip to main content

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

It seems like the game doesn’t have permission to write in its folder… You could try moving it to another folder (beware if you do this you will have to manually edit the server path in settings.cfg) or try launching it with admin permissions.

Otherwise, could you send me the logs of the game? You can find them in %APPDATA%/Roaming/aidventure

(1 edit)

I found this repeated in 5 documents in the logs folder.

2022/02/25 03:41:05

Game version: 1.1.5

ERROR: Couldn't find the given section "paths" and key "server", and no default was given.

   at: get_value (core/io/config_file.cpp:84) - Condition "p_default.get_type() == Variant::NIL" is true. Returned: Variant()

ERROR: Couldn't find the given section "paths" and key "conda", and no default was given.

   at: get_value (core/io/config_file.cpp:84) - Condition "p_default.get_type() == Variant::NIL" is true. Returned: Variant()

Running as an administrator and moving the folder allowed me to at least make a save, but the window still closes when I click "Validate".

Fixed! I had unzipped the files into program files like the rest of my games, but it seemed to have some conflict with permissions, so I put it in my games desktop folder and now it's letting me select the model to download! Hopefully this helps someone else and thanks for the help Dev :)

(1 edit)

You’re welcome. If you encounter any other error, post again.

“ERROR: Couldn’t find the given section “paths” and key “server”, and no default was given.” can happen when you didn’t run the installer first or when the installer failed.