pnedev / comparePlus

Compare plugin for Notepad++
GNU General Public License v3.0
993 stars 139 forks source link

comparePlus 1.1.0 crashes NPP #371

Closed G234i closed 11 months ago

G234i commented 11 months ago

ComparePlus crashes NPP v8.5.7(x64) on Win 11.

It appears to successfully compare the files then freezes up and crashes.

Replacing the .dll with the latest build (Build 752) from https://ci.appveyor.com/project/pnedev/compareplus seems to fix the issue

Notepad++ v8.5.7 (64-bit) Build time : Sep 6 2023 - 23:13:49 Path : C:\Program Files\Notepad++\notepad++.exe Command Line : Admin mode : OFF Local Conf mode : OFF Cloud Config : OFF OS Name : Windows 11 Enterprise (64-bit) OS Version : 22H2 OS Build : 22621.2134 Current ANSI codepage : 1251 Plugins : ComparePlus (1.1) JSMinNPP (1.2205) mimeTools (2.9) NppConverter (4.5) NppExport (0.4) NPPJSONViewer (1.40) NppTextFX2.1.4.1.x64 (1.4.1) XMLTools (3.1.1.13)

rdipardo commented 11 months ago

NppTextFX2 is not compatible with ComparePlus (version 1.1.0 or older): notepad-plus-plus/notepad-plus-plus#13956

pnedev commented 11 months ago

As @rdipardo said currently NppTextFX2 and ComparePlus have interoperability issue. The new ComparePlus release will have that fixed but meanwhile either use only one of them or try playing with NppTextFX2 settings to disable its Notepad++ status bar usage if possible.

P.S. Or (as you have already done) use ComparePlus dev build.

adamzovits commented 9 months ago

The latest development build had its artifact deleted according to the AppVeyor Artifacts retention policy. How could I get the working build or when is a release planned?

pnedev commented 9 months ago

Here is a link to a new development build that you can use: 32-bit / 64-bit

I will try to prepare a new release during the holidays, there are a few more things I'd like to polish before that but I don't promise anything, sorry.

BR