limo-app / limo

A simple Qt based mod manager
GNU General Public License v3.0
122 stars 3 forks source link

(Starfield) Cannot install StarUI Inventory FOMOD (Limo 1.0.7, Flatpak) #46

Open oryschakj-aero opened 1 month ago

oryschakj-aero commented 1 month ago

After completing the FOMOD installer, Limo gives an error saying "Could not find 'Interface/StarUI Inventory Presets/StarUI Inventory - Colored.ini". This file is clearly in the directory structure for the mod archive.

StarUI Hud gives a similar error

2024-10-25 08:11:50 [Info]: Installing mod 'StarUI Inventory' 2024-10-25 08:11:50 [Error]: Could not find 'Interface/StarUI Inventory Presets/StarUI Inventory - Colored.ini' 2024-10-25 08:11:50 [Info]: Installation failed

2024-10-25 08:07:59 [Info]: Installing mod 'StarUI HUD' 2024-10-25 08:07:59 [Error]: Could not find 'Interface/StarUI HUD Presets/StarUI HUD - Authors Choice (No Colors).ini' 2024-10-25 08:07:59 [Info]: Installation failed

Changing to the simple installer should work around this

limo-app commented 1 month ago

This bug is caused by a FOMOD behavior i have not encountered before: The directory Interface is to be installed before the file Interface/StarUI Inventory Presets/StarUI Inventory - Colored.ini, which is inside said directory. Since the installer already moved that directory, the file does not exist when it is supposed to be installed.

I have committed a fix in f5e28e8, which will be part of the next update.