Wox-launcher / Wox

A cross-platform launcher that simply works
http://wox-launcher.github.io/Wox/
GNU General Public License v3.0
24.37k stars 2.37k forks source link

I've got a Wox error Newtonsoft.Json #1681

Closed burgyl closed 6 years ago

burgyl commented 6 years ago

Wox version: 1.3.183 OS Version: Microsoft Windows NT 10.0.14393.0 Date: 11/09/2017 14:15:15 Exception: Newtonsoft.Json Newtonsoft.Json.JsonReaderException Unexpected character encountered while parsing value: S. Path '', line 0, position 0. à Newtonsoft.Json.JsonTextReader.ParseValue() à Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean hasConverter) à Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) à Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) à Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) à Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) à Wox.Infrastructure.Storage.JsonStrorage1.Deserialize(String searlized) dans C:\projects\wox\Wox.Infrastructure\Storage\JsonStorage.cs:ligne 58 à Wox.Infrastructure.Storage.JsonStrorage1.Load() dans C:\projects\wox\Wox.Infrastructure\Storage\JsonStorage.cs:ligne 40 à Wox.ViewModel.MainViewModel..ctor(Settings settings) dans C:\projects\wox\Wox\ViewModel\MainViewModel.cs:ligne 62 à Wox.App.b__8_0() dans C:\projects\wox\Wox\App.xaml.cs:ligne 49 à Wox.Infrastructure.Stopwatch.Normal(String name, Action action) dans C:\projects\wox\Wox.Infrastructure\Stopwatch.cs:ligne 28 à System.Windows.Application.OnStartup(StartupEventArgs e) à System.Windows.Application.<.ctor>b__1_0(Object unused) à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) 2017-11-09.txt

lances101 commented 6 years ago

It seems like you are using an old version of Wox. Please download one of the latest versions from the releases page.

Reopen this issue if the problem persists.

burgyl commented 6 years ago

I uninstalled Wox and installed it again and now it work, thank's.