grocy/grocy-desktop

Does not start

kreisklasse opened this issue · 3 comments

I installed grocy-desktop_1.4.2.msi on Windows 10 Home (Version1809)

But on startup it shows following error two times, then empty grocy screen stys open:

grocyerror

Restart of grocy-desktop_1.4.2.msi and using "Repair" does not solve problem.

Remove and Re-Install does not solve the problem.

Install via Microsoft Store gives the same error as above. :-(

Sorry, was probably due to the change that the C++ Runtime is now included in the installer (was a requirement for Microsoft Store submission) - I was not aware that not only CefSharp, but also PHP has this dependency...

You can fix it in the meantime by installing the corresponding runtime on your machine, that one: https://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x86.exe

With pre-installing vc_redist.x86.exe and then installing grocy-desktop_1.4.2.msi solved the problem.
Grocy starts up now as it should.

Thanks for your fast help.