Yuubari / KanColleViewer

Binaries are here:
https://github.com/Yuubari/KanColleViewer/releases
MIT License
61 stars 20 forks source link

KCV Fails to Open #8

Closed Fatso666 closed 8 years ago

Fatso666 commented 8 years ago

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)

Yuubari commented 8 years ago

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

Fatso666 commented 8 years ago

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

Yuubari commented 8 years ago

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

Fatso666 commented 8 years ago

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

Yuubari commented 8 years ago

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