limo-app / limo

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

`filesystem error: cannot rename: Not a directory` #58

Closed poperigby closed 1 week ago

poperigby commented 1 week ago

I'm getting the following error when installing this mod:

[Error]: filesystem error: cannot rename: Not a directory [/home/cassidy/Games/Modding/Games/Skyrim/lmm_tmp_extract0/Backgrounds/shrooms/back.dds] [/home/cassidy/Games/Modding/Games/Skyrim/822/textures/terrain/blackreach/]

It seems to be happening with all of these Flat World Map Framework mods.

limo-app commented 1 week ago

Thanks for reporting this. It seems like this is the first mod author i found that does not specify the full target path for a file in the FOMOD xml and instead only gave the directory into which the file should be installed. This causes the standard libraries file move function to fail, which is something i did not know about. I have fixed this in 165a438 and will push it as a minor update for the Flatpak version. It will probably take a few hours until the update goes live.

poperigby commented 1 week ago

Fixed. Thanks!