TheJoeFin / Text-Grab

Use OCR in Windows quickly and easily with Text Grab. With optional background process and notifications.
https://www.microsoft.com/en-us/p/text-grab/9mznkqj7sl0b?cid=TextGrabGitHub
MIT License
3.15k stars 216 forks source link

.NET Desktop Runtime already installed, but still can't run program #464

Open gylotip opened 3 months ago

gylotip commented 3 months ago

Describe the bug I downloaded the latest version of Text-Grab v4.4.2 and .NET 8.0 Desktop Runtime v8.0.6, but the program still won't run.

Where is the bug

To Reproduce Steps to reproduce the behavior:

  1. Go to the download page of Text-Grab and .NET Desktop Runtime
  2. Download them
  3. Run Text-Grab.exe
  4. Error code: "You must install .NET Desktop Runtime to run this application. —> Download it now. You will need to run the downloaded installer"

Expected behavior The program should run when clicking on the executable.

Screenshots

image image

Where did you get Text Grab?

Desktop (please complete the following information):

Additional context Even if .NET Desktop Runtime is installed, I still can't run Text-Grab.

TheJoeFin commented 3 months ago

@gylotip I can look into why that might be happening, in the mean time have you tried running the Self-Contained build? That might work better because it is not runtime dependent.

gylotip commented 2 months ago

@TheJoeFin Okay, the Self-Contained build is working. Thank you for your help.