xanh Posted February 28 Report Posted February 28 my friends and i bought a server with a few mods in it and for some reason i am the only one who cant join. we tried everything restarting the pc reinstalling updating runtime and culling the mod list but nothing as worked. this is the crash report if anyone can help it would be appreciated!! Quote Running on 64 bit Windows 10.0.26200.0 with 16106 MB RAM Game Version: v1.21.6 (Stable) 2/27/2026 8:34:29 PM: Critical error occurred Loaded Mods: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at System.Collections.Generic.List`1.get_Item(Int32 index) at Vintagestory.Client.NoObf.TextureAtlasManager.RegenMipMaps_Patch0(TextureAtlasManager this, Int32 atlasNumber) at Vintagestory.Client.NoObf.TextureAtlasManager.<>c__DisplayClass52_0.<runtimeUpdateTexture>b__1() in VintagestoryLib\Client\Render\Atlas\TextureAtlasManager.cs:line 348 at Vintagestory.Client.NoObf.ClientMain.ExecuteMainThreadTasks(Single deltaTime) in VintagestoryLib\Client\ClientMain.cs:line 786 at Vintagestory.Client.GuiScreenRunningGame.RenderToPrimary(Single dt) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenRunningGame.cs:line 172 at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 719 at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 663 at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 112 at OpenTK.Windowing.Desktop.GameWindow.Run() at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 347 at Vintagestory.Client.ClientProgram.<>c__DisplayClass10_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 131 at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 95 Event Log entries for Vintagestory.exe, the latest 3 ================================== { TimeGenerated = 2/27/2026 6:22:00 PM, Site = , Source = Application Error, Message = Faulting application name: Vintagestory.exe, version: 1.21.6.0, time stamp: 0x67fe0000 Faulting module name: ntdll.dll, version: 10.0.26100.7824, time stamp: 0xc140bef4 Exception code: 0xc0000374 Fault offset: 0x0000000000117665 Faulting process id: 0x2668 Faulting application start time: 0x1dca857870defd0 Faulting application path: C:\Users\mrjay\AppData\Roaming\Vintagestory\Vintagestory.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: 846d72cb-0fe0-471d-bab2-3db69d7d6706 Faulting package full name: Faulting package-relative application ID: } -------------- { TimeGenerated = 2/26/2026 8:38:40 PM, Site = , Source = Application Error, Message = Faulting application name: Vintagestory.exe, version: 1.21.6.0, time stamp: 0x67fe0000 Faulting module name: ntdll.dll, version: 10.0.26100.7824, time stamp: 0xc140bef4 Exception code: 0xc0000374 Fault offset: 0x0000000000117665 Faulting process id: 0x934 Faulting application start time: 0x1dca7a13a272ca6 Faulting application path: C:\Users\mrjay\AppData\Roaming\Vintagestory\Vintagestory.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: 6cc6ea36-9229-4288-ab3c-6c3af9cc8a21 Faulting package full name: Faulting package-relative application ID: } -------------- { TimeGenerated = 2/26/2026 5:51:23 PM, Site = , Source = Application Error, Message = Faulting application name: Vintagestory.exe, version: 1.21.6.0, time stamp: 0x67fe0000 Faulting module name: coreclr.dll, version: 8.0.2025.41914, time stamp: 0x68a4f4f0 Exception code: 0xc0000005 Fault offset: 0x00000000001d34a0 Faulting process id: 0x2a78 Faulting application start time: 0x1dca78acc3fdbac Faulting application path: C:\Users\mrjay\AppData\Roaming\Vintagestory\Vintagestory.exe Faulting module path: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.20\coreclr.dll Report Id: 55422e2c-7845-413f-9cfe-dea5ee2aa5d7 Faulting package full name: Faulting package-relative application ID: } 1
Spear and Fang Posted March 1 Report Posted March 1 (edited) Not much to go on here other than this: RegenMipMaps_Patch0 This tells us that the problem is with a mod that is harmony patching RegenMipMaps Searching github, the only one I can find is Player Model Lib vsmod_PlayerModelLib/source/Patches/OtherPatches.cs at bb33d30abf18d731a9a09ca9af74ae4af32422de · maltiez2/vsmod_PlayerModelLib So if you are using that mod - this one Player Model lib - Vintage Story Mod DB I would make certain it is the latest correct version for your game version 1.10.11 It may also be a mod the depends on Player Model Lib - see "Some mods that use this library" on that mods page. Otherwise, posting your server-main.log file and client-main.log file might provide more clues - those two files are often much more useful than the crash log. Edited March 1 by Spear and Fang 1
xanh Posted March 2 Author Report Posted March 2 server-main.logclient-main.logthese are the logs i have recently
Spear and Fang Posted March 2 Report Posted March 2 hmm the timestamps on those logs don't seem to line up with the crash log you originally posted 2/27/2026 8:34:29 PM: Critical error occurred
Recommended Posts