游戏狂人
 
- 贡献度
- 59
- 金元
- 14658
- 积分
- 1712
- 精华
- 1
- 注册时间
- 2009-4-24

|
打开StardewModdingAPI以后 对话框红字提示
Failed to load mod 'E:\Program Files (x86)\Chucklefish\Stardew Valley\Mods\FarmAutomation.ItemCollector\FarmAutomation.ItemCollector.dll'. Exception details:
System.Reflection.TargetInvocationException: 调用的目标发生了异常。 ---> System.MissingMethodException: 找不到方法:“Void StardewModdingAPI.Log.Info(System.Object)”。
在 FarmAutomation.ItemCollector.ItemCollectorMod..ctor()
--- 内部异常堆栈跟踪的结尾 ---
在 System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
在 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
在 System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
在 System.Activator.CreateInstance(Type type, Boolean nonPublic)
在 System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
在 System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
在 System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
在 System.Reflection.Assembly.CreateInstance(String typeName)
在 StardewModdingAPI.Program.LoadMods()
请高手指导.... |
|