-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Help: Dotnet not found on Steam Deck even though installed #513
Comments
Copies from a comment I've made before. ==== What happens under Wine is.
This is problematic, because when you try to run a .NET application in Wine, it looks at the native Linux one, rather than the Windows one. The So in any case, you can try running the |
You can also try running |
These deps are usually installed as part of Just install into the prefix and you should be good. |
Unfortunately, that didn't seem to work. I just installed them to the prefix and still got these messages. At this point, I'm currently running DOTNET_ROOT="" protontricks-launch Reloaded-II.exe |
Does ignoring the VCRedist messages work for you? Maybe the check itself is borked, have recently upgraded to VC2022, although seems to work fine on my machine, I haven't tested on a huge number of configurations. |
Note: VCRedist is required only by the loader, the launcher only uses .NET. |
Ah ok, so I'd have to check once I've added the game + some mods and attempt a load? |
Basically you'll know simply by whether the debug/log console shows up, yeah. |
Do you know why I might not have access to Z:/ and files to get to the game's exe? |
No, it's highly unusual, I haven't seen a case like that before. |
I clicked Show dot files in winecfg which worked (just in case somebody comes looking). Just going to check Loader so you can close this out. |
Worked, thanks so much for your help. You're doing amazing work! |
Did you install the Prerequisites?
Yes, checked + running the Installer for dotnet 9 windows desktop runtime x86/x64 shows Repair/Uninstall options.
Describe the Issue
Prerequisites installed + vcredist x86/x64 + SetupLinux run and I tried manual extraction just in case too. Running ReloadedII.exe via Metaphor (game in question) prefix always spits out:
For transparency, I was trying to get SpecialK working (gave up) which is when the troubles started. However, I have nuked and recreated the prefix multiple times and still hitting the issue. However, I thought it might be worth mentioning just in case SpecialK debris somehow got added to the compatdata/prefix creation requirements and are conflicting with dotnet.
Additional Resources
Game is Metaphor: ReFantazio
I had it working before, so I know it's possible lol
The text was updated successfully, but these errors were encountered: