-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can't open program。 #44
Comments
You can have multiple versions of the .NET Framework installed at once. If you install 4.7.2 in addition to 4.8, it should work. |
Hey, I have this same issue. I can't install 4.7.2 because the installer tells me I already have a more recent version of .NET installed. |
If it says you've already got that version or later, then the app should run. |
I figure as much. What happens when I try to start it is that the process starts for a second or so, then closes by itself. No window appears, no error, or anything. It just effectively doesn't open at all... It's very odd. |
Do the following folders exist on your PC? |
I can confirm the former exists (and one for the previous version as well since I tried that one) The latter does not, however. For what it's worth I'm getting the game through Windows Store as part of the Game Pass, and it is not installed on the default drive. |
Aha, that's the issue then. The program is assuming the default save path (at least for Steam/EGS) exists and is running into an error because it doesn't exist. I'm not sure where the Windows Store version saves game data. Just for a guess, do you see anything related to Remnant in your "%UserProfile%/Saved Games" folder? |
Even if those are the save files, the fact that they have seemingly random file names and are located in a folder path containing random characters means it would be HUGE amount of work to try to sort out. Plus, the content of the files may be obfuscated in some way. If you post them here, I can at least tell if they look like save files or not. |
Here's the file with the date that corresponds to when I last played. I had to zip it because the file itself wasn't supported by GitHub. If this is what a Windows Store save file looks like, then maybe having an option to manually point to those folders, to alleviate for the seemingly random numbers and folder names? I have no clue how doable that would even be though. And that's if it's the save, and isn't encrypted in some way. |
That looks like a character's world save file. Unfortunately, it would take a MASSIVE rewrite to add support for this version. I'm not sure if that's something I can take on right now. |
Can you add all three of those files to a .zip and post them in issue #46 ? |
my pc is win10,and .net Framework is 4.8,but I can't open the program. Is it only open by 4.7.2?
The text was updated successfully, but these errors were encountered: