Skip to main content

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

My game window closes after I click "validate" after selecting a scenario? No matter which scenario I choose or the stats I give to my character, the results seem to be the same. I haven't seen the game attempting to download any AI model yet, so maybe I missed a step in the installation?

(1 edit)

Also, my settings that I choose in the "Options" tab are not remembered by the program when the window closes. The game always opens in the windowed mode, ignoring my fullscreen selection, even if I close the game regularly rather than the window closing automatically when I try to start the game. And when I try to create a custom scenario with the scenario editor, click "save as",  and open the scenarios folder, the scenario file name does not show up in the folder. Help would be appreciated!

(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.