Hey so I'm getting the same error as the previous two comments. However, I checked the Zip file I downloaded manually from this page and there is no data or any files in the spouse gifts folder at all in the first place. Is it supposed to be like that?
Yes, there is nothing in that folder, and you should not have that error if the spouse gift folder is at the correct location. Did you install it with vortex or manually?
Hi! I was wondering if someone knew what this error in my SMAPI log meant? I wasn't sure if I had done something wrong or not, I'm not very good with these things so any info would be appreciated :3
[Happy Birthday] This mod failed in the GameLoop.DayStarted event. Technical details: DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\HappyBirthdayContentPack RSV-English\ModAssets\Data\Gifts\Spouses'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, Boolean isNormalized, EnumerationOptions options) at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at System.IO.Directory.GetFiles(String path) at Omegasis.HappyBirthday.Framework.ContentPack.HappyBirthdayContentPack.loadSpouseBirthdayGifts() in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\Framework\ContentPack\HappyBirthdayContentPack.cs:line 385 at Omegasis.HappyBirthday.Framework.ContentPack.HappyBirthdayContentPack.load(IContentPack contentPack) in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\Framework\ContentPack\HappyBirthdayContentPack.cs:line 118 at Omegasis.HappyBirthday.Framework.ContentPack.HappyBirthdayContentPackManager.registerNewContentPack(IContentPack contentPack) in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\Framework\ContentPack\HappyBirthdayContentPackManager.cs:line 37 at Omegasis.HappyBirthday.HappyBirthdayModCore.initalizeHappyBirthdayContent() in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\HappyBirthdayModCore.cs:line 201 at Omegasis.HappyBirthday.HappyBirthdayModCore.OnDayStarted(Object sender, DayStartedEventArgs e) in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\HappyBirthdayModCore.cs:line 158 at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
As someone has reported something similar before, I think this mod was not installed correctly with Vortex (Vortex is known to have issues). You may try removing this mod first, and reinstall manually, and see if it works.
Just download and install it manually such as the instruction, better don’t download it using vortex, as there was someone reported issue using vortex.
As I noticed that you have some other mods with missing files in your smapi log, I wonder this mod was not installed correctly (Vortex is known to have issues). You may try removing this mod first, and reinstall manually, and see if it works.
20 comments
Please send a smapi log if it is the later:
https://smapi.io/log
[Happy Birthday] This mod failed in the GameLoop.DayStarted event. Technical details:
DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\HappyBirthdayContentPack RSV-English\ModAssets\Data\Gifts\Spouses'.
at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
at System.IO.Enumeration.FileSystemEnumerator`1.Init()
at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, Boolean isNormalized, EnumerationOptions options)
at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at System.IO.Directory.GetFiles(String path)
at Omegasis.HappyBirthday.Framework.ContentPack.HappyBirthdayContentPack.loadSpouseBirthdayGifts() in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\Framework\ContentPack\HappyBirthdayContentPack.cs:line 385
at Omegasis.HappyBirthday.Framework.ContentPack.HappyBirthdayContentPack.load(IContentPack contentPack) in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\Framework\ContentPack\HappyBirthdayContentPack.cs:line 118
at Omegasis.HappyBirthday.Framework.ContentPack.HappyBirthdayContentPackManager.registerNewContentPack(IContentPack contentPack) in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\Framework\ContentPack\HappyBirthdayContentPackManager.cs:line 37
at Omegasis.HappyBirthday.HappyBirthdayModCore.initalizeHappyBirthdayContent() in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\HappyBirthdayModCore.cs:line 201
at Omegasis.HappyBirthday.HappyBirthdayModCore.OnDayStarted(Object sender, DayStartedEventArgs e) in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\HappyBirthdayModCore.cs:line 158
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\HappyBirthdayContentPack
RSV-English\ModAssets\Data\Gifts\Spouses
As someone has reported something similar before, I think this mod was not installed correctly with Vortex (Vortex is known to have issues). You may try removing this mod first, and reinstall manually, and see if it
works.
https://smapi.io/log/c405939fa9c84ecda61b09e0bb6036ff?Mods=SMAPI%7EHappyBirthday
Are you using Vortex to install your mods? If yes, please check if you have this folder in your Mods folder:
C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\HappyBirthdayContentPack RSV-English\ModAssets\Data\Gifts\Spouses
As I noticed that you have some other mods with missing files in your smapi log, I wonder this mod was not installed correctly (Vortex is known to have issues). You may try removing this mod first, and reinstall manually, and see if it works.