From 92b1abd4c4200f3352de484285767144ce4eb6c0 Mon Sep 17 00:00:00 2001 From: Afshin Arani Date: Fri, 28 May 2021 23:16:36 +0800 Subject: [PATCH] Frontend.Console: fix crash related to SharpRaven Probably this bug was only happening on windows: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'SharpRaven, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. at GWallet.Backend.Infrastructure.LogOrReportCrash(Exception ex) at Program.NormalStartWithNoParameters() in C:\geewallet\src\GWallet.Frontend.Console\Program.fs:line 421 at Program.main(String[] argv) in C:\geewallet\src\GWallet.Frontend.Console\Program.fs:line 439 --- .../GWallet.Frontend.Console.fsproj | 6 ++++++ src/GWallet.Frontend.Console/packages.config | 1 + 2 files changed, 7 insertions(+) diff --git a/src/GWallet.Frontend.Console/GWallet.Frontend.Console.fsproj b/src/GWallet.Frontend.Console/GWallet.Frontend.Console.fsproj index 18e82ffeb..c7dfcbb4e 100644 --- a/src/GWallet.Frontend.Console/GWallet.Frontend.Console.fsproj +++ b/src/GWallet.Frontend.Console/GWallet.Frontend.Console.fsproj @@ -91,5 +91,11 @@ ..\..\packages\FSharp.Core.4.7.0\lib\net45\FSharp.Core.dll + + ..\..\packages\SharpRaven.2.4.0\lib\net471\SharpRaven.dll + + + + diff --git a/src/GWallet.Frontend.Console/packages.config b/src/GWallet.Frontend.Console/packages.config index 57f3fb338..be5f52d81 100644 --- a/src/GWallet.Frontend.Console/packages.config +++ b/src/GWallet.Frontend.Console/packages.config @@ -3,4 +3,5 @@ + \ No newline at end of file