Linux client starts and immediately dies

I am trying to get the client running on a 32bit raspberrypi 3+. I have dotnet installed and the client starts but immediately shuts down with nothing in the logs.

pi@raspberry01:/opt/AskMrRobotClient $ sudo dotnet amr.dll

Ask Mr. Robot client checking for latest version...
                                                                                                                    
pi@raspberry01:/opt/AskMrRobotClient $ ls logs
pi@raspberry01:/opt/AskMrRobotClient $ dotnet --info
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download

Host (useful for support):
  Version: 3.1.2
  Commit:  916b5cba26

.NET Core SDKs installed:
  No SDKs were found.

.NET Core runtimes installed:
  Microsoft.NETCore.App 2.2.8 [/opt/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 3.1.2 [/opt/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download

I just updated the website, so could be bad timing as you were connecting right as the server updated. Simply try it again and see if it works.

If that doesn’t help… it is a bit difficult to diagnose issues when it fails that early. I also have never tested it on a raspberry pi, so not 100% sure it would even work. There could be a file read/write permission issue perhaps? Hard to say without testing it on that platform directly.

It looks like you have the 2.2 runtime (which is required – we haven’t updated the client to 3.x yet, but that’s coming soon), so that shouldn’t be an issue…

I’ll give it some more thought if you still can’t get it running.

Thanks for the quick reply. I just tried again and same issue. I don’t think it would be permissions since im using sudo.

Is there any flags I can pass to enable any type of debug logging that would output to the console?