-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shows empty Outfit/Body/Presets when run in Proton #529
Comments
@yhanruzai I don't have any experience with Proton and no way to test this. std::string BodySlideApp::GetProjectPath() const {
std::string res = Config["ProjectPath"];
return res.empty() ? Config["AppDir"] : res;
}
wxDir::GetAllFiles(wxString::FromUTF8(GetProjectPath()) + "/SliderSets", &files, "*.osp"); Does it work if you set an explicit "project directory" in the settings of BodySlide instead of relying on where the app is installed? |
By setting the explict project directory i assume you mean just selecting the mods that contain bodyslide files on the advanced settings page right? In any case, that does not seem to result in any change (other than if that worked i'd be a major hassle having to do that for each cloth/body begin built). I don't have much experience with C++ either, but it seems that for some reason the app is not seeing any body config which is weird considering nothing is closed of or being run from a sandbox. Sidenote: OutfitStudio seem to work just fine under it, so it is only affecting bodyslide in pretty much any proton version from Proton 9 onwards. |
No, when you open "Settings" in BodySlide, under "Advanced" there is a setting for project directory. Select the folder your BodySlide installation is in there. |
Tried doing just that... no success. It still doesn't show any information. |
This might be a deeper problem, as I am having this issue with a native build I compiled. |
I have the same issue, but found a workaround. The code does correctly pick files up from /SliderSets etc., but it appears blank because there aren't files there by default. Something goes wrong when it should look those files up from your body and outfit mods. If you manually copy the files under each mod's /CalienteTools directory to BodySlide and OutfitStudio's directories, they will start working. |
Description
I moved to Linux trying and was trying to mod Skyrim SE and it seemed normal until installing BodySlide. For some reason, users on this version suffer from a bug on trying to run it on Proton 9.0-4 (seems to happen on all versions, tested latest commit and still happens) which does not find any outfit/body or preset despite them being installed normally with no known workaround so far. Some users reported the same issue on some of the nexusmods forum posts.
How to reproduce
Running it on Arch Linux official Steam version, through which Skyrim SE was installed.
The text was updated successfully, but these errors were encountered: