problem with stardew valley SMAPI&mods

Noraset

Newcomer
Hello there! I need a help with smapi and mods. smapi says next:

[SMAPI] SMAPI 4.3.2 with Stardew Valley 1.6.15 build 24356 on Microsoft Windows NT 10.0.19045.0
[SMAPI] Mods go here: D:\Stardew Valley\Mods
[SMAPI] Waiting for game to launch...
[SMAPI] Loading mod metadata...
[SMAPI] Loading mods...
[SMAPI] Loaded 3 mods:
[SMAPI] Console Commands 4.3.2 by SMAPI | Adds SMAPI console commands that let you manipulate the game.
[SMAPI] Save Backup 4.3.2 by SMAPI | Automatically backs up all your saves once per day into its folder.
[SMAPI] Stardew Valley Expanded 1.15.11 by FlashShifter, Esca, and kittycatcasey | Adds coded elements to the game

[SMAPI] Skipped mods
[SMAPI] --------------------------------------------------
[SMAPI] These mods could not be added to your game.

[SMAPI] - Farm Type Manager (FTM) 1.25.0 because it requires mods which aren't installed (Content Patcher: https://www.nexusmods.com/stardewvalley/mods/1915).

[SMAPI] - Grandpa's Farm Forage Locations 1.15.11 because it needs the 'Farm Type Manager (FTM)' mod, which couldn't be loaded.
[SMAPI] - Stardew Valley Expanded 1.15.11 because it requires mods which aren't installed (Content Patcher: https://www.nexusmods.com/stardewvalley/mods/1915).
[SMAPI] - Stardew Valley Expanded Farm Type Manager 1.15.11 because it needs the 'Farm Type Manager (FTM)' mod, which couldn't be loaded.
[SMAPI] - Stardew Valley Expanded Forage Locations - Immersive Farm 2 1.15.11 because it needs the 'Farm Type Manager (FTM)' mod, which couldn't be loaded.

[SMAPI] - Frontier Farm 1.15.11 because it requires mods which aren't installed (Content Patcher: https://www.nexusmods.com/stardewvalley/mods/1915, Content Patcher: https://www.nexusmods.com/stardewvalley/mods/1915).
[SMAPI] - Frontier Farm Forage Locations 1.15.11 because it needs the 'Farm Type Manager (FTM)' mod, which couldn't be loaded.
[SMAPI] - Grandpa's Farm 1.15.11 because it requires mods which aren't installed (Content Patcher: https://www.nexusmods.com/stardewvalley/mods/1915, Content Patcher: https://www.nexusmods.com/stardewvalley/mods/1915).
[SMAPI] - Immersive Farm 2 Remastered 1.15.11 because it requires mods which aren't installed (Content Patcher: https://www.nexusmods.com/stardewvalley/mods/1915, Content Patcher: https://www.nexusmods.com/stardewvalley/mods/1915).

[SMAPI] Patched game code
[SMAPI] --------------------------------------------------
[SMAPI] These mods directly change the game code. They're more likely to cause errors or bugs in-game; if
[SMAPI] your game has issues, try removing these first. Otherwise you can ignore this warning.

[SMAPI] - Stardew Valley Expanded



[SMAPI] Launching mods...
[Stardew Valley Expanded] Mod crashed on entry and might not work correctly. Technical details:
NullReferenceException: Object reference not set to an instance of an object.
at System.Object.GetType()
at StardewValleyExpanded.ModEntry.Entry(IModHelper helper) in C:\Users\patho\Downloads\StardewValleyExpanded-master\Code\ModEntry.cs:line 39
at StardewModdingAPI.Framework.SCore.LoadMods(IModMetadata[] mods, JsonHelper jsonHelper, ContentCoordinator contentCore, ModDatabase modDatabase) in SMAPI\Framework\SCore.cs:line 1950
[SMAPI] Mods loaded and ready!
[SMAPI] Found MSI Afterburner installed, which may conflict with SMAPI. If you experience errors or crashes, try disabling that software or adding an exception for SMAPI and Stardew Valley.
[SMAPI] Type 'help' for help, or 'help <cmd>' for a command's usage
[game] Galaxy auth failure: FAILURE_REASON_GALAXY_SERVICE_NOT_AVAILABLE
 

DreamWolf

Sodbuster
Smapi tries to already tell you what to do so ill just cut thd parts that smapi is saying

-Content Patcher (CP) is missing
-Farm Type Manager (FTM) can't load because CP is Missing
-Stardew Valley Expanded Farm Type Manager can't load bc FTM is missing
-Immersive Farm can't load bc FTM is missing
-Immersive Farm 2 Remastered can't load bc FTM is missing
-Grandpa's Farm can't load bc FTM is missing

So.... basically get cp and ftm and it should work
Id imagen the sve error comes bc ftm isn't working so the code crashes
Also you have 3 farms- grandpas, frontier and immersive - you only need one or you'll get a load error because smapi won't load either of them
 
Top