AntonyCorbett / JWLMerge

Utility to merge jwlibrary backup files
MIT License
198 stars 33 forks source link

New Pre-Release #50

Closed Chiriat closed 3 years ago

Chiriat commented 3 years ago

Hi Antony,

after installing .NET I keep getting the message that I need to install it and JWLMerge doesn’t start.

Tested on 2 machines with window 10 Thanks.

AntonyCorbett commented 3 years ago

@Chiriat - thanks for reporting, I can see the problem and will fix shortly.

AntonyCorbett commented 3 years ago

Now fixed. Thanks for testing. Please let me know if you have further problems / feedback.

glenmwright commented 3 years ago

I am still having this issue with version 1.3.0.2. After install, it prompts to install .Net 5.0, even though I have installed it.

AntonyCorbett commented 3 years ago

@glenmwright Thanks for your feedback. I'm struggling with packaging the app under .NET 5. Would you please uninstall JWLMerge, delete any remaining files in the installation folder, and finally reinstall? I have updated the installer to 1.3.0.3

glenmwright commented 3 years ago

Thank you Antony. I uninstalled, made sure the install directory was empty and installed 1.3.0.3. It still prompts to download .NET 5. I am running Windows 10 21H! 64-bit. I have .NET 5 64-bit installed. I am happy continue to help in testing while you track it down.

AntonyCorbett commented 3 years ago

@glenmwright What is the exact text of the error message please?

mur-dock commented 3 years ago

I had the same issue. So I just installed .NET 5 Runtime 32-Bit (x86) and it works well. ;-)

AntonyCorbett commented 3 years ago

@mur-dock I understood that the runtime contained both 32 and 64 bit

mur-dock commented 3 years ago

@mur-dock I understood that the runtime contained both 32 and 64 bit

So I did, but there are separate versions.

The recommended link after the prompt lead me to a choice between of two kind of runtimes (x64 + x86). After I installed both of them it works (first 64-bit; after installed 32-bit everything is fine).

glenmwright commented 3 years ago

I hadn't thought of that. After installing the 32-bit (x86) version. It works fine.

AntonyCorbett commented 3 years ago

With .NET 5 it is possible to distribute the runtime with the app, but that would make the deliverable quite large!