Hello, am trying to run a exe file using “wine” it says
134:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
0134:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x000003ff,0000000000000000,0x0001,0x00000000,00007FFFFE27FD90,0000000000000000): stub
0134:err:eventlog:ReportEventW L"Description: A .NET application failed.\n"
0134:err:eventlog:ReportEventW L"Application: Assistant.exe\n"
0134:err:eventlog:ReportEventW L"Path: Z:\\home\\femscout\\Downloads\\Assistant.exe\n"
0134:err:eventlog:ReportEventW L"Message: You must install .NET to run this application.\n"
0134:err:eventlog:ReportEventW L"\n"
0134:err:eventlog:ReportEventW L"App: Z:\\home\\femscout\\Downloads\\Assistant.exe\n"
0134:err:eventlog:ReportEventW L"Architecture: x64\n"
0134:err:eventlog:ReportEventW L"App host version: 8.0.0\n"
0134:err:eventlog:ReportEventW L".NET location: Not found\n"
0134:err:eventlog:ReportEventW L"\n"
0134:err:eventlog:ReportEventW L"Learn more:\n"
0134:err:eventlog:ReportEventW L"https://aka.ms/dotnet/app-launch-failed\n"
0134:err:eventlog:ReportEventW L"\n"
0134:err:eventlog:ReportEventW L"Download the .NET runtime:\n"
0134:err:eventlog:ReportEventW L"https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win-x64&os=win10&apphost_version=8.0.0\n"
0134:err:eventlog:ReportEventW L"\n"
0134:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub
i tried running
sudo pacman -S dotnet-runtime-8.0
&
sudo pacman -S dotnet-sdk-8.0
running dotnet -v
gives me the error
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet--v does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.