Hello, I've been having a problem with .NET 8 SDK and tModLoader and Steam on Ubuntu 24
I followed the guide, provided by the tModLoader, to install the dotnet version 8.0 for Ubuntu 24, but, I am having a major issue, When I go to Develop Mods, it says that it has not detected .NET SDK, but if type on the terminal "dotnet --version" it outputs "8.0.408".
When I use the command to execute the start-tModLoader.sh it fails and says:
tModLoader v2025.2.3.3 Error
Please ensure Steam is logged in and running.
A client.log file containing error information has been generated in
/media/mr-joestar/writable/Wrote/steamapps/common/tModLoader/tModLoader-Logs
(You will need to share this file if asking for help)
The file says:
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
dlopen failed trying to load:
/home/mr-joestar/.steam/sdk64/steamclient.so
with error:
/home/mr-joestar/.steam/sdk64/steamclient.so: cannot open shared object file: No such file or directory
[S_API] SteamAPI_Init(): Sys_LoadModule failed to load: /home/mr-joestar/.steam/sdk64/steamclient.so
That doesn't make sense, Steam is logged, and is running. This same issue occur even when I initiate Steam through terminal.
HELP ME I'M STUCK!!! I really want to make a mod for this game. I am having this for two days now. Thank you in advance.
When I use the command to execute the start-tModLoader.sh it fails and says:
tModLoader v2025.2.3.3 Error
Please ensure Steam is logged in and running.
A client.log file containing error information has been generated in
/media/mr-joestar/writable/Wrote/steamapps/common/tModLoader/tModLoader-Logs
(You will need to share this file if asking for help)
The file says:
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
dlopen failed trying to load:
/home/mr-joestar/.steam/sdk64/steamclient.so
with error:
/home/mr-joestar/.steam/sdk64/steamclient.so: cannot open shared object file: No such file or directory
[S_API] SteamAPI_Init(): Sys_LoadModule failed to load: /home/mr-joestar/.steam/sdk64/steamclient.so
That doesn't make sense, Steam is logged, and is running. This same issue occur even when I initiate Steam through terminal.
HELP ME I'M STUCK!!! I really want to make a mod for this game. I am having this for two days now. Thank you in advance.