Exception while starting WebClientNot An Issue

Hello all, I hope you can help.

I am currently running a server on Ubuntu with Pterodactyl. I have also manually installed .net trying to fix it myself, I am assuming that is what the issue is. The server just sits there waiting to start and the log has this error. So I am not sure what file it is looking for?

4:33 PM [Error] Exception while starting WebClient *.*.*.* (Win32Exception: ApplicationName='dotnet', CommandLine='umod/apps/webclient/uMod.WebClient.dll --logPath="/home/container/umod/logs"', CurrentDirectory='/home/container', Native error= Cannot find the specified file)
at System.Diagnostics.Process.StartWithCreateProcess (System.Diagnostics.ProcessStartInfo startInfo) [0x002dc] in <ef151b6abb5d474cb2c1cb8906a8b5a4>:0
at System.Diagnostics.Process.Start () [0x0003a] in <ef151b6abb5d474cb2c1cb8906a8b5a4>:0
at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start()
at uMod.Apps.BaseApp.StartProcess (System.String[] args) [0x000b0] in <a1563681e8884eb39490b2060e2059ea>:0
4:33 PM [Error] Win32 NativeErrorCode: 2 ErrorCode: -2147467259 HelpLink {HelpLink}

That error means you are missing the uMod apps. Running through the install steps should resolve that issue.

Locked automatically