art-from-the-machine / Mantella

Mantella is a Skyrim and Fallout 4 mod which allows you to naturally speak to NPCs using Whisper (speech-to-text), LLMs (text generation), and xVASynth / XTTS (text-to-speech).
https://art-from-the-machine.github.io/Mantella/
GNU Affero General Public License v3.0
169 stars 42 forks source link

Bad config.ini generation #367

Closed littleredrooster closed 3 weeks ago

littleredrooster commented 3 weeks ago

config.ini won't generate with game_folder config values, only game_mod_folder config values. Fallout4VR_folder config value is present, no others though.

##Adding Skyrim_folder, throws:

WARNING:root:Could not identify config value 'skyrim_folder = Z:\home\agent\Games\steam\steamapps\common\Skyrim Special Edition' in current config.ini. Value will not be loaded. A backup of this config.ini will be created.
HTTP-in:root:Cannot start Mantella. Not all settings that are required are set to correct values. Please check the above error messages and correct the corresponding settings!

##Also no matter what I set the skyrim_mod_folder to, Mantella throws:

`Error setting 'skyrim_mod_folder = /home/agent/Games/mod-organizer-2-skyrimspecialedition/modorganizer2/mods/Mantella' Expected subfolders '/home/agent/Games/mod-organizer-2-skyrimspecialedition/modorganizer2/mods/Mantella\Sound\Voice\Mantella.esp' do not seem to exist. The correct location to set this config value to depends on your mod manager. Please see here to learn where to set this value: https://art-from-the-machine.github.io/Mantella/pages/installation.html#setup-configuration`

##OR

`The selected folder 'Z:/home/agent/Games/mod-organizer-2-skyrimspecialedition/modorganizer2/mods/Mantella' for config value 'Skyrim Special Edition: Path to Mantella Spell Mod' does not exist!`

The latter two errors might be a permissions situation, but it shouldn't be. It's running in it's own virtual environment. Should have full permissions..