mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Electron UI crash on input="file" click #401
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KristiforMilchev on GitHub (Oct 29, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
Latest CLI and API for Electron.Net
.net core 3.0 and latest node.js updated last night
Platform Linux/ Distrobution Arch
The bug isn't that trivial because i found a work around but it will be nice to get it fixed. I don't know what's the exact cause of the issue but when the application is started trough visual studio code internal console with electronize start and any file input is clicked the UI of the electron application just crashes without an error. For those that have experienced the work around that i found is to start the application from a separate terminal then attach a debugger to the app from visual studio code.
I have several applications that run electron with node.js as a backend but they are all running Electron 7.0.0 and it might be the earlier version that comes with Electron.Net
@GregorBiswanger commented on GitHub (Dec 3, 2019):
Please try the latest Electron.NET 7.30.2 version. This supports Electron version 7.1.2 and .NET Core 3.0.