We recently released Radzen 2.43.0 which includes an update to Electron (the framework that Radzen uses under the hood).
Unfortunately this version has two major issues:
On macOS it fails to start. Caused by a version discrepancy between electron dependencies.
On Windows it will close after a while. Happens after we released 2.43.1 to address the former issue. Radzen tries to auto update and crashes due to a Electron bug. (more info in this thread).
The solution to both issues is to manually download and install latest Radzen. We will release 2.43.2 shortly to see if our latest fixes work as expected with live auto updates.
I go to manually download the Windows version of the file. I get and error message saying it does not exist.
At this point Radzen opens for a second or two, then closes.
This is the download errror message:
Error: No download available for platform null for version 2.43.2 (*)
at /node_modules/nuts-serve/lib/nuts.js:192:27
at _fulfilled (/node_modules/octocat/node_modules/q/q.js:834:54)
at /node_modules/octocat/node_modules/q/q.js:863:30
at Promise.promise.promiseDispatch (/node_modules/octocat/node_modules/q/q.js:796:13)
at /node_modules/octocat/node_modules/q/q.js:604:44
at runSingle (/node_modules/octocat/node_modules/q/q.js:137:13)
at flush (/node_modules/octocat/node_modules/q/q.js:125:13)
at processTicksAndRejections (internal/process/task_queues.js:75:11)
Window's User here. I installed 2.43.2 this morning and Radzen briefly opens then shuts down. I uninstalled, rebooted multiple times with no success unfortunately.
If you are a trial or community user - yes this is a known issue. Install 2.42.10 from here and disable automatic updates from the settings. We are still working on a fix for that issue.
Indeed there has been a change in one of our dependency which has started to try running autoupdates on Linux (previously it didn't support that). Now it seems autoupdates of Electron applications are supported on Linux by using a different file format - AppImage. We will test with AppImage and start releasing that instead of *.deb files.