Hi, first off all thanks for providing this ARM build for the server. It's been really nice to be able to host a server on my Raspberry Pi.
But now to my Issue. I've got the following error when trying to start a 1.21.x server, with the binaries provided here:
10/11/2025 17:47:47: Critical error occurred
Loaded Mods:
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'i')
at System.Text.RegularExpressions.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument arg)
at System.Text.RegularExpressions.MatchCollection.get_Item(Int32 i)
at VSPlatform.XPlatImplLinux.GetRamCapacity() in /home/dilli/drive_linux/git_repos/anego/game_stable/XPlatformInterface/PlatformFormsImplLinux.cs:line 14
at Vintagestory.Server.ServerProgram.Main() in VintagestoryLib\Server\ServerProgram.cs:line 126
at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 95
Crash written to file at "/home/app/.config/VintagestoryData/Logs/server-crash.log"
The reason why I'm probably running into this is, that I'm building my own docker image based on the dotnet 8.0-noble-chiseled variant. (Note using the normal amd64 binaries and 8.0-noble-chiseled works)
My assumption is that this could be related to this issue posted on the "default" issue tracker: anegostudios/VintageStory-Issues#6767
Could it be that we would just need newer ARM binaries which include the fix added to solve the issue above?
Hi, first off all thanks for providing this ARM build for the server. It's been really nice to be able to host a server on my Raspberry Pi.
But now to my Issue. I've got the following error when trying to start a 1.21.x server, with the binaries provided here:
The reason why I'm probably running into this is, that I'm building my own docker image based on the dotnet
8.0-noble-chiseledvariant. (Note using the normal amd64 binaries and8.0-noble-chiseledworks)My assumption is that this could be related to this issue posted on the "default" issue tracker: anegostudios/VintageStory-Issues#6767
Could it be that we would just need newer ARM binaries which include the fix added to solve the issue above?