elgw / deconwolf

Deconvolution of widefield microscopy images and generation of point spread functions
GNU General Public License v3.0
42 stars 1 forks source link

dll files missing when I run the GUI .exe #74

Open arka2696 opened 4 months ago

arka2696 commented 4 months ago

Screenshot 2024-07-05 225450 Screenshot 2024-07-05 225458

Hi, I am unable to run the GUI as I am getting the following errors related to missing .dll files. Can you please help me with this?

elgw commented 3 months ago

Thanks for reporting. I'll have a look at this!

Cheers, Erik

elgw commented 3 months ago

Issue confirmed and hopefully fixed.

I've updated the release v0.0.7 with a new file.

Unfortunately, for the moment it is also required that the Microsoft Visual C++ Redistributable specifically https://aka.ms/vs/17/release/vc_redist.x64.exe are installed. I'll look into if it possible to bundle them together for the future.

I'm sorry for the issue and hope that this solves it. Let me know if it works for you.

Cheers, Erik

arka2696 commented 3 months ago

Hi Erik,

Thank you for looking into my issue, and now the deconwolf is getting installed properly, but I am unable to start it from the desktop icon, as it says something as the file not found. And when I try to start it from the 'program files' in C drive, it says Could not locate deconwolf (i.e the command dw) and I will not be able to run anythi,ng from the GUI.

Can you please help me with these?

Best, Arka Screenshot 2024-07-26 085850 Screenshot 2024-07-26 085705

elgw commented 3 months ago

If it says that dw was not found that means that deconwolf is not properly installed. There is a separate install process for deconwolf, you can get it from releases, at the moment the latest for windows is deconwolf_0_4_3_patch2_Setup.exe

When deconwolf is installed you should be able to run it from a terminal, i.e. you should be able to do something like this:

image

Let me know if this solved the problem of if there are still issues/questions.

Cheers, Erik

elgw commented 3 months ago

About the "Missing shortcut" I'll have a look into that. Probably a typo somewhere on my side.

E