black screen

isabadisa

Newcomer
Hello everyone, i have a problem with my save on stardew and i'm not sure if it's mod related or how to fix it. When i open my save file, the screen is just black, except for my mouse. I can open the menus and such, but the screen is black. On top of that, sometimes when i open the menus, it glitches out and i can't exit the mod configuration menu. I deleted some mods from the game yesterday and it might be because of that, but SMAPI tells me it's an issue with the game. (this error pops up like a million times:
18:22:17ERRORgameAn error occurred in the base update loop: ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue. (Parameter 'minValue') at System.Random.ThrowMinMaxValueSwapped() at System.Random.Next(Int32 minValue, Int32 maxValue) at StardewValley.Utility.getRandomPositionInThisRectangle(Rectangle r, Random random) in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\Farmer\Farmer\Utility.cs:line 7535 at StardewValley.Objects.TankFish..ctor(FishTankFurniture tank, Item item) in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\Farmer\Farmer\Objects\FishTankFurniture.cs:line 1260 at StardewValley.Objects.FishTankFurniture.UpdateFish() in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\Farmer\Farmer\Objects\FishTankFurniture.cs:line 518 at StardewValley.Objects.FishTankFurniture.UpdateDecorAndFish() in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\Farmer\Farmer\Objects\FishTankFurniture.cs:line 537 at StardewValley.Objects.FishTankFurniture.updateWhenCurrentLocation(GameTime time) in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\Farmer\Farmer\Objects\FishTankFurniture.cs:line 391 at StardewValley.GameLocation.UpdateWhenCurrentLocation_PatchedBy<FlashShifter.SVECode__PeacefulEnd.DynamicReflections>(GameLocation this, GameTime time) at StardewValley.Locations.FarmHouse.UpdateWhenCurrentLocation(GameTime time) at StardewValley.Game1._UpdateLocation_PatchedBy<leclair.bettercrafting>(Game1 this, GameLocation location, GameTime time) at StardewValley.Game1.<>c__DisplayClass735_0.<UpdateLocations>b__0(GameLocation location) at StardewValley.Utility.ForEachLocation(Func`2 action, Boolean includeInteriors, Boolean includeGenerated) at StardewValley.Game1.UpdateLocations_PatchedBy<spacechase0.SpaceCore>(Game1 this, GameTime time) at StardewValley.Game1._update_PatchedBy<Nature.NatureInTheValley>(Game1 this, GameTime gameTime) at StardewValley.Game1.Update(GameTime gameTime) at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate)
I think it may be because of a fish tank i have in my house, that needs the custom furniture mod (which is obsolete now) and that's why the screen just turns black, but i'm not sure if that's the issue. I can make a new save file and it works, except for the mod configuration, which also glitches, can anyone help? my log is down below. Tyyyy!
 

Attachments

astatine210

Rancher
you can plop your smapi text log into the SMAPI log parser, which will may help pinpoint what mod is maybe not loading properly from the get-go. based on the error message you showed, it appears that whatever mod you have on the fish tank is the one that's causing the error, but there might also be other issues, which is where the log parser can help identify what they could be.

since you mentioned "obsolete mod", you can also verify compatibility of the mods you have added in the Mod Compatibility section of the website.
 

isabadisa

Newcomer
i have done that and it doesn't tell me much, i've updated the mods which i could update, but it doesn't change anything. The thing is, when i remove all mods from my game, it still looks like that, so i'm not sure if it's a problem with the game or a deleted mod? Anyways, thank you!
 

astatine210

Rancher
did you uninstall SMAPI to see if it runs appropriately in vanilla and then reinstalled SMAPI again? Can you upload the link to your SMAPI log (not the raw text) post full re-install of SMAPI if you are still getting your blank screen and errors?
 
Top