Yuubari/KanColleViewer

KCV Fails to Open

Closed this issue · 5 comments

Downloaded the Zip file, but trying to open the exe doesn't do anything and it outputs to the error log:

ERROR, date = 2016/02/13 12:53:15 +00:00, sender = System.Windows.Threading.Dispatcher,
System.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'.
at Grabacr07.KanColleViewer.Composition.PluginService.Initialize()
at Grabacr07.KanColleViewer.Application.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

Are you sure you do not have any old plug-ins in your plugins folder?

I unzipped the archive into a new folder so there shouldn't be any old plugins in the folder

Please check as described here which version of the .NET Framework you have installed.

No idea what version it was, but installing .Net 4.6 fixed the problem.

Yes, KCV 4.2.x targets .NET 4.6. I'll update the README file a bit later to reflect this.