mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Unable to run on Ubuntu #563
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 @arijit-code on GitHub (Sep 18, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
I am opening the issue as a question as I am not sure if this is a bug.
I am new to Electron.NET. I am trying to run a Electron.NET app on Ubuntu 20.04(64-bit).
I created the build with "electronize build /target linux". I am not sure if this is the correct procedure to create a build for Ubuntu.
I am however, able to run the app using "electronize start" or from the AppImage.
However, when I try to run it from "../electron.net-api-demos/ElectronNET-API-Demos/bin/Desktop/linux-unpacked/resources/bin" I get the following error

I also wrote a small app using Electron.NET on my own listening on port 50,000. I get the same error

If this is a bug hopefully this will help the project. If this is not a bug any help will be much appreciated.