You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @NiclasOlofsson
I can build but when execute run command,
cd .\src\MiNET\MiNET.Console\
dotnet run
I have this error
My Mac is MacOS Big Sur 11.4, dotnet version is 5.0.301
Unhandled exception. System.PlatformNotSupportedException: Processor affinity for processes or threads is not supported on this platform.
at System.Diagnostics.Process.get_ProcessorAffinityCore()
at System.Diagnostics.Process.get_ProcessorAffinity()
at MiNET.Console.Startup.Main(String[] args) in /Users/apple/craft_server/MiNET-master/src/MiNET/MiNET.Console/Startup.cs:line 65
The text was updated successfully, but these errors were encountered:
Hi @NiclasOlofsson
I can build but when execute run command,
I have this error
My Mac is MacOS Big Sur 11.4, dotnet version is 5.0.301
The text was updated successfully, but these errors were encountered: