afadil / wealthfolio

A Beautiful Private and Secure Desktop Investment Tracking Application
https://wealthfolio.app
GNU Affero General Public License v3.0
4.39k stars 228 forks source link

Update doesn't work #92

Closed mikecousins closed 2 months ago

mikecousins commented 2 months ago

I get a message saying that there's an update available: image

It then gives a GAC prompt which I say yes to and then it installs very quickly and launches again with the same update available message. No errors are thrown.

Jgeyen commented 2 months ago

I just ran into a similar issue on Mac Apple Silicon. It said there is an update. Allowed it to update but after it requested to shut down the app, it wouldn't start back up. I uninstalled and installed from the website and it still won't start.

sosonis commented 2 months ago

I run into the same issue upgrading from 1.0.10 to 1.0.11. The application does not load anymore. I uninstalled it and reinstall it and it still does not work. I reverted back to 1.0.10 version.

afadil commented 2 months ago

@maidh91 I think the refactoring you did broke the database URL. The database should be in the data_dir, not the current_dir. Any idea how to get this URL without using Tauri (which is not in src-core anymore)? I'll remove the 1.0.11 for now, until we find a fix

afadil commented 2 months ago

Should be fixed in v1.1.12. Can you please confirm?

mikecousins commented 2 months ago

Works a bit better with 1.0.12. Here's how it went for me:

sosonis commented 2 months ago

Should be fixed in v1.1.12. Can you please confirm?

It works now. Only minor issue that I noticed is that it takes a while (8-10 secs on my M1 Max system) for the data to appear when you start the app. The same delay happens when you right click and choose reload on the Dashboard pane.

afadil commented 2 months ago

Closing this. History calculation are now persisted to database starting v1.014. This should improve performance after first calculation.