eljefe7000 / RestApiToText

RestApiToText Notepad++ plugin that uses input from an editor tab to make a REST call and display the results in a new tab.
GNU General Public License v3.0
27 stars 4 forks source link

Cannot install on 64bit Npp #6

Closed endo64 closed 2 years ago

endo64 commented 3 years ago

Installation failed on 64bit version of Notepad++, any plan to support?

endo64 commented 3 years ago

NPP keeps asking to remove RestApiToText.dll but it stays. I manually deleted the file.

image

eljefe7000 commented 3 years ago

Hi Semseddin,

Thank you for pointing this out, but I am unable to reproduce the issue (please see below). Are you running Notepad++ v8? That is what I'm using. After seeing your email, I downloaded and installed the 64bit version of Notepad++ v8, then added the RestApiToText package, and was able to use it. [image: image.png] [image: image.png]

On Wed, Jul 14, 2021 at 4:49 AM Semseddin Moldibi @.***> wrote:

NPP keeps asking to remove RestApiToText.dll but it stays. I manually deleted the file.

[image: image] https://user-images.githubusercontent.com/840604/125592902-1ff08eda-47e3-47f1-9358-235e92ef8717.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eljefe7000/RestApiToText/issues/6#issuecomment-879715447, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNBVMMAZXKEEUVAD6GZ4J3TXVFRJANCNFSM5AK46ORA .

eljefe7000 commented 3 years ago

Hi Semseddin, I replied via Gmail earlier and I see that my screenshots were not transferred here. So here are some screenshots of a RestApiToText call that I made after installing Notepad++ v8 64bit. I downloaded RestApiToText via the Plugin Manager and it worked without error. Debug info for my installation of Notepad++ is at the bottom. image image image

Notepad++ v8 (64-bit) Build time : Jun 6 2021 - 18:38:25 Path : C:\Program Files\Notepad++\notepad++.exe Command Line : Admin mode : OFF Local Conf mode : OFF Cloud Config : OFF OS Name : Windows 10 Pro for Workstations (64-bit) OS Version : 1903 OS Build : 18362.1256 Current ANSI codepage : 1252 Plugins : mimeTools.dll NppConverter.dll NppExport.dll

endo64 commented 3 years ago

Sorry for the delay I didn't see the notification on Github; I just tested on NPP v8.1.1 (x86 - 32bit), it worked. I'll test with x64 version (on another PC) and let you know the result.

eljefe7000 commented 3 years ago

@endo64 , No worries. Hopefully v8.1.1 will work for you. Thanks!

endo64 commented 3 years ago

Interesting I still have the same issue on my x64 PC.

Npp v8.1.2 RestApiToText 1.3.1

image

image

It might be MSVC runtime (v14) it requires, but actually it is installed on my PC

image

Npp can remove the plugin if I start Npp as administrator.

eljefe7000 commented 3 years ago

Hi @endo64 ,

Sorry for getting back so late. It's been a busy week at my day job :-)

How are you installing the DLL? Are you getting it via the Plugin Admin or are you downloading it directly from this repository? Also, can you please post the debug info for your installation of NPP?

Thanks, Jeff

Beercow commented 2 years ago

Ran into this with other plugins on a new build myself. You need to install microsoft visual c++ redistributable

endo64 commented 2 years ago

I tested it worked. I'm on Npp v8.1.9.3 (x64), so may be the issue solved on recent versions of Npp. I'll test it on another PC to be sure.

@eljefe7000 I installed it using Plugin Admin.

@Beercow MSVC runtime (v14) installed on my PC, which version does it require?

endo64 commented 2 years ago

I'll test it on another PC to be sure.

I've tested on a different PC (Win10 x64) it works now. Probably latest version of Npp or Window updates solves the issue, I'm closing the issue as I cannot reproduce it anymore.