Jump to content

Recommended Posts

Posted

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.

image_2026-07-03_051248377.png

  • 2 months later...
Posted

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.

Posted
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).

Posted

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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.