Armitxes / StardewValley_UnlimitedPlayers

This mod removes the maximum player and cabin restriction for Multiplayer in Stardew Valley

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on relationship tab

Armitxes opened this issue · comments

Eusong and run3blad3 reported that thyself and their players sometimes crash on opening the relationship tab.

The related error to it:
[12:49:59 ERROR SMAPI] The StardewValley.Menus.GameMenu menu crashed while drawing itself. SMAPI will force it to exit to avoid crashing the game. System.ArgumentException: The scissor rectangle is invalid. The scissor rectangle cannot be larger than or outside of the current render target bounds.

Related bug: Pathoschild/StardewMods#8

Actually in the gamecode there is a part where the height of the rectangles in the Social Menu are based on some "numFarmers" variable - there might be an issue there but that's just an assumption from quickly overflying the code.

It's still a bug for the game devs to fix but I'll look into it more deeply once I've finished the docs and installation guide which the other mod users are waiting for.

Temporary Fixes

  • Players that crash must play in fullscreen or in max / different resolution
  • Ensure that no players is glitching or cheating. The item number as name glitch apparently has been causing issues here (which is weird) according to run3blad3