AB.Net Playtest · published
A quick fix for potential issues with crashes
the game runs .NET 10 and will crash if the user does not have .NET 10
if you want to check if you computer has .NET 10
1. open command prompt
2. type in this command
dotnet --list-runtimes
3. look for Microsoft.NETCore.App 10.0.5
if you have it you should be able to run the game
if you do not you can download the installer here
https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-x64.exe