DanWBR / dwsim

DWSIM is a Steady-State and Dynamic Sequential Modular Chemical Process Simulator for Windows, Linux and macOS.
https://dwsim.org
GNU General Public License v3.0
278 stars 91 forks source link

DWSIM Gives CefSharp Error on Exit [Bug] #164

Closed pkrulz closed 2 years ago

pkrulz commented 3 years ago

Every time I close DWSIM on Classic UI it gives an error image

Although I have VC 2015-2019 installed x64 bit version

Windows 10 64 bit DWSIM 6.5.2 Classic UI

DanWBR commented 3 years ago

@pkrulz can you check if you have CefSharp.Core.dll in DWSIM's directory?

pkrulz commented 3 years ago

Yes. I do. In the C:\Users\\AppData\Local\DWSIM6

image

anauta00 commented 2 years ago

Hi,

You need to install the Visual Studio 2013 C++ runtime libraries. Here is the link: https://support.microsoft.com/en-us/topic/update-for-visual-c-2013-redistributable-package-d8ccd6a5-4e26-c290-517b-8da6cfdf4f10

Apparently, some library needs this older version of the libraries...

Greetings, Auke Nauta

pkrulz commented 2 years ago

You need to install the Visual Studio 2013 C++ runtime libraries. Here is the link: https://support.microsoft.com/en-us/topic/update-for-visual-c-2013-redistributable-package-d8ccd6a5-4e26-c290-517b-8da6cfdf4f10

This seems to work. Closed quietly after I installed that run time. Thank you !

DanWBR commented 2 years ago

@pkrulz CefSharp was removed in v6.7.0, DWSIM now uses Edge WebView2 and/or the standard Windows Forms WebControl.