SpaceCore, will this affect anything

Preston Smith

Newcomer
[SpaceCore] This mod failed in the GameLoop.GameLaunched event. Technical details:
ArgumentException: The IContentPatcherApi interface defines method ParseTokenString which doesn't exist in the API or depends on an interface that cannot be mapped!
at Nanoray.Pintail.ProxyManagerConfiguration`1.<>c.<.cctor>b__15_4(TypeBuilder proxyBuilder, ProxyInfo`1 proxyInfo, FieldBuilder _, FieldBuilder _, FieldBuilder _, MethodInfo proxyMethod)
at Nanoray.Pintail.InterfaceOrDelegateProxyFactory`1.Prepare(ProxyManager`1 manager, String typeName)
at Nanoray.Pintail.ProxyManager`1.ObtainProxyFactory(ProxyInfo`1 proxyInfo)
at Nanoray.Pintail.IProxyManagerExtensions.ObtainProxy[Context,TProxy](IProxyManager`1 self, Object instance, Context targetContext, Context proxyContext)
at StardewModdingAPI.Framework.ModHelpers.ModRegistryHelper.GetApi[TInterface](String uniqueID) in SMAPI\Framework\ModHelpers\ModRegistryHelper.cs:line 133
at SpaceCore.SpaceCore.OnGameLaunched(Object sender, GameLaunchedEventArgs e) in C:\Users\space\Programming\StardewValley\StardewValleyMods\SpaceCore\SpaceCore.cs:line 1024
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
[SpaceCore] This mod failed in the GameLoop.GameLaunched event. Technical details:
ArgumentException: Duplicate type name within an assembly.
at System.Reflection.Emit.ModuleBuilder.CheckTypeNameConflict(String strTypeName, Type enclosingType)
at System.Reflection.Emit.AssemblyBuilderData.CheckTypeNameConflict(String strTypeName, TypeBuilder enclosingType)
at System.Reflection.Emit.TypeBuilder..ctor(String fullname, TypeAttributes attr, Type parent, Type[] interfaces, ModuleBuilder module, PackingSize iPackingSize, Int32 iTypeSize, TypeBuilder enclosingType)
at System.Reflection.Emit.ModuleBuilder.DefineType(String name, TypeAttributes attr)
at Nanoray.Pintail.InterfaceOrDelegateProxyFactory`1.Prepare(ProxyManager`1 manager, String typeName)
at Nanoray.Pintail.ProxyManager`1.ObtainProxyFactory(ProxyInfo`1 proxyInfo)
at Nanoray.Pintail.IProxyManagerExtensions.ObtainProxy[Context,TProxy](IProxyManager`1 self, Object instance, Context targetContext, Context proxyContext)
at StardewModdingAPI.Framework.ModHelpers.ModRegistryHelper.GetApi[TInterface](String uniqueID) in SMAPI\Framework\ModHelpers\ModRegistryHelper.cs:line 133
at SpaceCore.NpcQuestions.GameLoop_GameLaunched(Object sender, GameLaunchedEventArgs e) in C:\Users\space\Programming\StardewValley\StardewValleyMods\SpaceCore\NpcQuestions.cs:line 255
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
 

Preston Smith

Newcomer
Well I did this to try to fix a multiplayer error, that was saying no cabins available even though it was just us two and we have played until summer. It still is glitched out and it won't work.

Edit: I joined a new world with them and there was no problem, so I am guessing it was a corruption to the save file, but I'm not sure yet (I need some help ;-;)
 
Last edited:
Top