StarryNotes Posted July 2 Report Posted July 2 I hope this is the right category - I've tried to follow like six tutorials on installing Dotnet 10 via script and while it updated the DOTNET_ROOT, it didn't actually update which version my deck is using and I have no idea why - attached is the dotnet --info output. I have already added the necessary lines to the bashrc and restarted my deck.
isupor Posted yesterday at 12:25 AM Report Posted yesterday at 12:25 AM I'm having the same issue, did you ever find a solution? If not, the flatpack for VS works despite me not having dotnet10 for whatever reason.
Diff Posted yesterday at 12:53 AM Report Posted yesterday at 12:53 AM 26 minutes ago, isupor said: I'm having the same issue, did you ever find a solution? If not, the flatpack for VS works despite me not having dotnet10 for whatever reason. Flatpak's probably the easiest solution. It works because Flatpaks bundle everything they need inside (more or less).
Dilan Rona Posted 16 hours ago Report Posted 16 hours ago I still got dotnet 8 as the default on my system, added dotnet 10 directly to the vintage story folder, and added an environment variable that points to the location export DOTNET_ROOT=./dotnet # Manually set dotnet 10 variables export PATH=$PATH:./dotnet Then the scrip start vintage story just fine.
Dark Thoughts Posted 11 hours ago Report Posted 11 hours ago 20 hours ago, isupor said: I'm having the same issue, did you ever find a solution? If not, the flatpack for VS works despite me not having dotnet10 for whatever reason. Flatpaks are, for better or worse, sandboxed applications that inherently ship with all their necessary dependencies inside of the package.
Teh Pizza Lady Posted 11 hours ago Report Posted 11 hours ago 45 minutes ago, Dark Thoughts said: Flatpaks are, for better or worse, sandboxed applications that inherently ship with all their necessary dependencies inside of the package. this. Minecraft used to ship with it's own copy of Java for the same reason... just in case you didn't have Java.
MirthOfManus Posted 10 hours ago Report Posted 10 hours ago I have had some success downloading DOTNET 10 as the root user which then the rest of the system used. I can't remember exactly what I did for the environment variable but it ended up working. I am unfortunately not incredibly familiar with steamos version of Linux but I will update this reply if I can recreate what I did.
Diff Posted 10 hours ago Report Posted 10 hours ago 32 minutes ago, MirthOfManus said: I have had some success downloading DOTNET 10 as the root user which then the rest of the system used. I can't remember exactly what I did for the environment variable but it ended up working. I am unfortunately not incredibly familiar with steamos version of Linux but I will update this reply if I can recreate what I did. Did that solution survive OS updates?
Dilan Rona Posted 4 hours ago Report Posted 4 hours ago (edited) Yes it did. Its a local install in the vintage story folder itself. And as long as the environment variable is right, and pointing at the correct location, it will work. Edited 4 hours ago by Dilan Rona
Recommended Posts