So when I follow the instructions for the log parser it doesnt find or open a file (bare with me Im trying to figure this out)
Here is the SMAPI log that opens now when I run the game I believe its working now besides the one thing at the end that didnt get loaded. The log is below ( I hope its ok to post like this);
[SMAPI] SMAPI 3.13.2 with Stardew Valley 1.5.6 on Microsoft Windows 10 Pro
[SMAPI] Mods go here: C:\Program Files\WindowsApps\Mutable\ConcernedApe.StardewValleyPC_1.5.60001.0_x64__0c8vynj4cqe4e\Mods
[SMAPI] Waiting for game to launch...
[SMAPI] Loading mod metadata...
[SMAPI] Loading mods...
[SMAPI] Loaded 15 mods:
[SMAPI] Console Commands 3.13.2 by SMAPI | Adds SMAPI console commands that let you manipulate the game.
[SMAPI] Content Patcher 1.24.7 by Pathoschild | Loads content packs which edit game data, images, and maps without changing the game files.
[SMAPI] Custom NPC Exclusions 1.3.1-beta.1 by Esca | Allows modders to exclude custom NPCs from quests and events via Content Patcher.
[SMAPI] CustomMusic 1.8.2-unofficial.1-d235j by Platonymous | Changes the games music
[SMAPI] Error Handler 3.13.2 by SMAPI | Handles some common vanilla errors to log more useful info or avoid breaking the game.
[SMAPI] Expanded Preconditions Utility 1.0.1 by Cherry | A condition checking system designed for use by other mods, in the format of event preconditions
[SMAPI] Farm Type Manager 1.15.0 by Esca | Allows custom spawning of content from each farm type: forage, large objects, ore, and monsters
[SMAPI] Json Assets 1.10.2 by spacechase0 | Lets content packs add custom content to the game.
[SMAPI] PyTK 1.22.9-unofficial.1-strobe by Platonymous | Platonymous Toolkit
[SMAPI] Save Backup 3.13.2 by SMAPI | Automatically backs up all your saves once per day into its folder.
[SMAPI] SpaceCore 1.7.2 by spacechase0 | A framework mod used by some of my other mods.
[SMAPI] Stardew Valley Expanded 1.13.16 by FlashShifter, Esca, and super-aardvark | Adds coded elements to the game
[SMAPI] TMXL Map Toolkit 1.22.2-unofficial.1-strobe by Platonymous | Load TMX Maps into the Game
[SMAPI] UI Info Suite 2 2.1.8 by Annosz | Adds a useful information to the user interface. Based on Cdaragorn's excellent UI Info Suite.
[SMAPI] Winter Grass 2.0.3 by Cat | Grass will stay around in winter.
[SMAPI] Loaded 7 content packs:
[SMAPI] Grandpa's Farm 1.13.11 by FlashShifter | for Content Patcher | A small immersive farm map meant for single player gameplay.
[SMAPI] Grandpa's Farm Forage Locations 1.13.11 by FlashShifter | for Farm Type Manager | A farm map for Stardew Valley Expanded.
[SMAPI] New Objects for Stardew Valley Expanded 1.13.16 by FlashShifter | for Json Assets | Adds new fish, objects, weapons, and crops
[SMAPI] Stardew Valley Expanded 1.13.16 by FlashShifter | for Content Patcher | A fanmade expansion for ConcernedApe's Stardew Valley. This mod adds 26 new characters, 34 locations, 220 character events, 850 location messages, reimagined vanilla areas, two farm maps, a reimagined world map reflecting all changes, new music, new quests, and many miscellaneous additions!
[SMAPI] Stardew Valley Expanded - PyTK 1.13.16 by FlashShifter | for TMXL Map Toolkit | Adds many new areas to the game.
[SMAPI] Stardew Valley Expanded Custom Music 1.13.16 by FlashShifter | for CustomMusic | Adds new original music to the game
[SMAPI] Stardew Valley Expanded Forage Locations 1.13.16 by FlashShifter | for Farm Type Manager | This FTM pack is for SVE!
[SMAPI] Found 9 mods with warnings:
[SMAPI] Changed save serializer
[SMAPI] --------------------------------------------------
[SMAPI] These mods change the save serializer. They may corrupt your save files, or make them unusable if
[SMAPI] you uninstall these mods.
[SMAPI] - PyTK
[SMAPI] - SpaceCore
[SMAPI] - TMXL Map Toolkit
[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] - Custom NPC Exclusions
[SMAPI] - CustomMusic
[SMAPI] - Farm Type Manager
[SMAPI] - Json Assets
[SMAPI] - PyTK
[SMAPI] - SpaceCore
[SMAPI] - Stardew Valley Expanded
[SMAPI] - TMXL Map Toolkit
[SMAPI] - Winter Grass
[SMAPI] Launching mods...
[CustomMusic] Loading CrimsonSands.wav ...
[CustomMusic] Loading OminousCavern.wav ...
[CustomMusic] Loading EnchantedWaltz.wav ...
[CustomMusic] Loading SDV_Fireplace.wav ...
[CustomMusic] Loading CamillasTower.wav ...
[CustomMusic] Loading Lament.wav ...
[CustomMusic] Loading HaruhiViolinSolo.wav ...
[CustomMusic] Loading NewMagicLearned.wav ...
[CustomMusic] Loading Nexus.wav ...
[CustomMusic] Loading CastleVillageOutpostAmbience.wav ...
[CustomMusic] Loading GrenvilleFalls.wav ...
[CustomMusic] Loading Atlantis.wav ...
[PyTK] get_Bounds()
[PyTK] get_Width()
[PyTK] get_Height()
[PyTK] get_Format()
[PyTK] get_LevelCount()
[PyTK] get_GraphicsDevice()
[PyTK] get_IsDisposed()
[PyTK] get_Name()
[PyTK] set_Name(String value)
[PyTK] get_Tag()
[PyTK] set_Tag(Object value)
[PyTK] SetData(Int32 level,Int32 arraySlice,Nullable`1 rect,T[] data,Int32 startIndex,Int32 elementCount)
[PyTK] SetData(Int32 level,Nullable`1 rect,T[] data,Int32 startIndex,Int32 elementCount)
[PyTK] SetData(T[] data,Int32 startIndex,Int32 elementCount)
[PyTK] SetData(T[] data)
[PyTK] GetData(Int32 level,Int32 arraySlice,Nullable`1 rect,T[] data,Int32 startIndex,Int32 elementCount)
[PyTK] GetData(Int32 level,Nullable`1 rect,T[] data,Int32 startIndex,Int32 elementCount)
[PyTK] GetData(T[] data,Int32 startIndex,Int32 elementCount)
[PyTK] GetData(T[] data)
[PyTK] FromFile(GraphicsDevice graphicsDevice,String path)
[PyTK] FromStream(GraphicsDevice graphicsDevice,Stream stream)
[PyTK] SaveAsJpeg(Stream stream,Int32 width,Int32 height)
[PyTK] SaveAsPng(Stream stream,Int32 width,Int32 height)
[PyTK] Reload(Stream textureStream)
[PyTK] Dispose()
[PyTK] add_Disposing(EventHandler`1 value)
[PyTK] remove_Disposing(EventHandler`1 value)
[PyTK] ToString()
[PyTK] GetType()
[PyTK] Equals(Object obj)
[PyTK] GetHashCode()
[PyTK] Patched: FromStream (1)
[PyTK] Patched: FileStream Constructors (6)
[TMXL Map Toolkit] Open Buildables Menu with: F2
[Stardew Valley Expanded] AntiSocial Mod not loaded. No problem; performing ad hoc setup for Stardew Valley Expanded.
[SMAPI] Mods loaded and ready!