Serg-Norseman / GEDKeeper

GEDKeeper - program for work with personal genealogical database
https://gedkeeper.net/
GNU General Public License v3.0
149 stars 44 forks source link

Auto-Update Fails #538

Closed fullben closed 4 months ago

fullben commented 4 months ago

The auto-update feature of the GEDKepper non-portable version does not seem to work.

Environment

Expected Behavior

When I click 'Yes' on the GEDKeeper auto-update prompt, I would expect the update process of the application to start.

Actual Behavior

When I click 'Yes' on the auto-update prompt, nothing happens (besides the dialog closing). The following error message appears in the app log:

[3/2/2024 14:05:18] [ERROR] -> UpdateMan.WorkerMethod(): An error occurred trying to start process 'https://sourceforge.net/projects/gedkeeper/files/v3.5.1/' with working directory 'C:\Program Files (x86)\GEDKeeper3\bin'. The system cannot find the file specified.
    Exception data:
    StackTrace:
       at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
           at System.Diagnostics.Process.Start()
           at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
           at System.Diagnostics.Process.Start(String fileName)
           at GKCore.UpdateMan.WorkerMethod()