Skip to content
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

Save Games From Profiles Aren't Being Loaded (SkyrimSE) #4

Closed
blomstertj opened this issue Dec 21, 2016 · 13 comments
Closed

Save Games From Profiles Aren't Being Loaded (SkyrimSE) #4

blomstertj opened this issue Dec 21, 2016 · 13 comments
Milestone

Comments

@blomstertj
Copy link

blomstertj commented Dec 21, 2016

I have two profiles for SkyrimSE with local save games ticked. When I start the game under a specific profile the saves are not copied into the save directory and the game gives me the option for "New" and not load or continue.
FYI My "Documents" folder is not in the standard location for Windows (C:\Users\username\Documents) mine is on a separate drive but I have remapped the location of the library.

@ZachHaber
Copy link
Contributor

Here's how the skyrimSE plugin is determining the location of your "Documents" folder:
First it tries this function with FOLDERID_Documents as the argument.
https://msdn.microsoft.com/en-us/library/windows/desktop/bb762188(v=vs.85).aspx
Then if that fails, It searches the registry for "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" entry "personal" (apparently) I think that should be changed to "Common Documents", but I'm not entirely certain.
Can you check if any of those methods are valid for finding your remapped "Documents" folder?
Also, if you make a save file from loading the game without MO can you check if MO can then find it (they should appear under saves)?

@blomstertj
Copy link
Author

blomstertj commented Dec 28, 2016 via email

@blomstertj
Copy link
Author

That registry entry: "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" has a value "Common Documents" and that is %PUBLIC%\Documents which is C:\Users\Public\Documents. But having that folder open when using a profile with local save games enabled and no global characters nothing is being written to that folder so I don't think MO is using that folder specifically.

@Spu00Key
Copy link

Spu00Key commented Jan 8, 2017

I also have this issue. Maybe mod organizer needs an additional path to set.

Normally it shoud find the User\Documents\my games\Skyrim Special Edition\ (windows 10)
I have mine in Onedrive\ blahj blaw bledsh\ so MO does not know what to do.

I even tried making a junction in my user folder to point to the documents folder. No change.

Me Too!

@ZachHaber
Copy link
Contributor

Blomstertj, If you have local save games enabled, mod organizer will write the save games to the location you specify, it will then map that folder to the "C:\Users\Public\Documents\my games\Skyrim Special Edition\Saves." It will never write to your documents if local saves are enabled.

For both of you, where do the save game files from skyrimSE land when you run it normally (without MO)?

@blomstertj
Copy link
Author

All of my SkyrimSE saves are located in D:\Libraries\Documents\My Games\Skyrim Special Edition
I remapped the Documents library to that location but if I did not it would just save to C:\Users\tanner\Documents\My Games\Skyrim Special Edition. I have nothing in my Public Documents folder at all (completely empty directory) and from my experience I have never had a game write to that directory.

My MO is expecting there to be a "C:\Users\Public\Documents\my games\Skyrim Special Edition\Saves" path and since there isn't it just to write them to that directory. MO probably isn't able to create directories.

@ZachHaber
Copy link
Contributor

ZachHaber commented Jan 19, 2017

What is does %USERPROFILE%\Documents expand out to? Because that should lead to the correct documents folder.
I was being foolish and looking at the wrong part of the registry. It should be HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders -> Personal
Does either (or both) of those correspond to the correct documents folder?

@blomstertj
Copy link
Author

blomstertj commented Jan 19, 2017

@ZachHaber
I will check on that information when I get home. Stay tuned

@blomstertj
Copy link
Author

blomstertj commented Jan 20, 2017

@ZachHaber
That's really strange. So when I put %userprofile%\Documents in File Explorer it goes to C:\Users\tanner\Documents but that directory is empty. When I type in command prompt echo %userprofile%\Documents the output is C:\Users\tanner\Documents

That registry path shows this the documents path with two keys. The Personal and the random letters/numbers.
image

D:\Libraries\Documents is the correct path as you can see below:
image

@ZachHaber
Copy link
Contributor

Check your mo_interface log, should be at %localappdata%\ModOrganizer\SkryimSE\logs
Tell me what the line that starts with "[D] reading save games from" says. And if that is where your profile is.

Is there a Skyrim Special Edition folder in C:\Users\tanner\Documents\my games? If so, delete it, because that might be the issue.

Do local saves work for any other games?

@blomstertj
Copy link
Author

blomstertj commented Jan 21, 2017 via email

@blomstertj
Copy link
Author

blomstertj commented Jan 22, 2017

@ZachHaber
AFAIK when you create a Profile with Local Save Games the behavior SHOULD be to copy the saves from that profile to the game directory to be read. I have not tried profiles before upgrading to MO2 so I just wanted to double check if my logic is correct in assuming that.

I used the following method to make these profiles and set up the settings.
I made my profile for my character with these settings:
image

I clicked Transfer Saves and I used Move to move them into the profile like so:
image

I tried Skyrim. I made a profile and enabled local savegames. I moved them over to that profile and the game only let me start a new game. I have attached the logs you might find interesting. I attached my uvfs log but it is very large.
SkyrimLogs.zip

I tried Fallout 4.
I then launched the game with this profile active and I couldn't resume my game. Again the logs for this game are attached.
Fallout4Logs.zip

Now I try SkyrimSE
Same issue as the previous games. Logs are attached.
SkyrimSELogs.zip

@Silarn
Copy link
Member

Silarn commented Dec 8, 2017

This issue should be fixed on the latest builds. If you try them and it still doesn't work I will reopen the ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants