Hopefully it is attached to this one, the upload file isn't the best tool here https://nofile.io/f/NAuSAw4a93c/Mods+Saves.7z
@Entoarox Reliable repro steps: Use the attached mods (EF 2.4 and ALL 1.4.3 with the ExtendedCellar 0.25 content pack). Load the attached save. Walk to the greenhouse. Hoe + plant bean + water bean. Walk back to the farmhouse and sleep. This will consistently throw the following exception: Code: [00:58:44 ERROR Entoarox Framework] This mod failed in the SaveEvents.BeforeSave event. Technical details: System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.List`1.Enumerator.MoveNextRare() at System.Collections.Generic.List`1.Enumerator.MoveNext() at System.Linq.Enumerable.WhereListIterator`1.MoveNext() at Entoarox.Framework.Core.EntoaroxFrameworkMod.SaveEvents_BeforeSave(Object s, EventArgs e) in D:\Documents\Visual Studio 2017\Projects\StardewMods\Framework\Core\EntoaroxFrameworkMod.cs:line 287 at StardewModdingAPI.Framework.Events.ManagedEvent.Raise() in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\Events\ManagedEvent.cs:line 110 Your GitHub repo isn't up-to-date, which threw me off. But here's where the error happens in the decompiled EntoaroxFrameworkMod.cs: Code: foreach (GameLocation location in Game1.locations.Where(p => p is ICustomItem)) { Game1.locations.Remove(location); this.Serialize(locations, item2, false); } You can't remove an element from a collection while you're enumerating it, so this crashes.
Will you be updating this to be able to work with the new version of the game? I miss your wonderful work. Sorry for posting on a old page.
You shoudn't have bumped every single one of Androxlogin's threads. It makes the boards hard to use when a single person takes over half of the front page with a series of redundant posts. Anyways, These mods don't need to be updated, Advanced Location Loader needs to be updated. Which PathosChild has already done: https://community.playstarbound.com/threads/smapi-advanced-location-loader.114124/page-28
im having an odd problem where my trees keep deleting them selves in the spots where the trees should go. its every spot that has the tree plot. im using verson 1.6 found on nexus mods and Entoarox Framework 2.4.1, Advanced Location Loader 1.4.5
Cool thank you Androxilogin. I am good with waiting. Sorry if I was being rude. I did not mean for it to seem that way.
seems like this is broken now? it loads fine but when i try to go into another room it lets me walk right out of the map and wont let me back in
I'd imagine. I haven't worked on anything related to this game in about two years now. It requires outside files (Entoarox Framework, Advanced Location Loader) and I'm not sure of their current status. My original save quit working due to mod incompatibility issues around 1.1 release and I never felt like figuring it out so everything just kinda ended there to be honest. That and I never have time for basically anything other than work so any free time is often spent on other projects. Stardew has become too widely available and incompatible with most anything I have done here. To continue on seems rather senseless to an extent. I was entertaining the notion to port the linux version to the Playstation Classic at one point which would open up a possibility of future updates but again, I am on time restrictions every step of the way so to even begin with that would take a whole lot of time to get right.