dotnet electronize start does not working correctly on windows 7 #103

Closed
opened 2026-01-29 16:30:59 +00:00 by claunia · 3 comments
Owner

Originally created by @anyoneCouldGo on GitHub (Jan 2, 2018).

Originally assigned to: @robertmuehsig on GitHub.

when using "dotnet electronize start" on windows 7, i don't get anything on screen !

Originally created by @anyoneCouldGo on GitHub (Jan 2, 2018). Originally assigned to: @robertmuehsig on GitHub. when using "dotnet electronize start" on windows 7, i don't get anything on screen !
Author
Owner

@mzaidse commented on GitHub (Jan 8, 2018):

Same Problem here. No window is opening.
I am using demo project https://github.com/ElectronNET/electron.net-api-demos
I am using Ubuntu 16.04.
This is the terminal output

dotnet electronize start
Start Electron Desktop Application...
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  ElectronNET-API-Demos -> /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/bin/Debug/netcoreapp2.0/linux-x64/ElectronNET-API-Demos.dll
  ElectronNET-API-Demos -> /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/obj/Host/bin/


Skip npm install, because node_modules directory exists in: /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/obj/Host/node_modules
Invoke electron - in dir: /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/obj/Host/node_modules/.bin
stdout: Use Electron Port: 8000

stdout: : Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
      User profile is available. Using '/home/zaid/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.

ASP.NET Core Application connected...
stdout: BridgeConnector connected!

stdout: Hosting environment: Production

stdout: Content root path: /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/obj/Host/bin/

stdout: Now listening on: http://0.0.0.0:8001

stdout: Application started. Press Ctrl+C to shut down.
@mzaidse commented on GitHub (Jan 8, 2018): Same Problem here. No window is opening. I am using demo project https://github.com/ElectronNET/electron.net-api-demos I am using Ubuntu 16.04. This is the terminal output ``` dotnet electronize start Start Electron Desktop Application... Microsoft (R) Build Engine version 15.4.8.50001 for .NET Core Copyright (C) Microsoft Corporation. All rights reserved. ElectronNET-API-Demos -> /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/bin/Debug/netcoreapp2.0/linux-x64/ElectronNET-API-Demos.dll ElectronNET-API-Demos -> /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/obj/Host/bin/ Skip npm install, because node_modules directory exists in: /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/obj/Host/node_modules Invoke electron - in dir: /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/obj/Host/node_modules/.bin stdout: Use Electron Port: 8000 stdout: : Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0] User profile is available. Using '/home/zaid/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest. ASP.NET Core Application connected... stdout: BridgeConnector connected! stdout: Hosting environment: Production stdout: Content root path: /media/zaid/data/codebase/intellij/electron .net/electron.net-api-demos/ElectronNET-API-Demos/obj/Host/bin/ stdout: Now listening on: http://0.0.0.0:8001 stdout: Application started. Press Ctrl+C to shut down. ```
Author
Owner

@robertmuehsig commented on GitHub (Jan 18, 2018):

@scrubby440 That is strange - does the same application work on Windows 10?

@MuhammadZaidSE Mh - Just a stupid thought: Could maybe the space in the folder name "electron .net" be a problem? Could you try to move it to a different location?

@robertmuehsig commented on GitHub (Jan 18, 2018): @scrubby440 That is strange - does the same application work on Windows 10? @MuhammadZaidSE Mh - Just a stupid thought: Could maybe the space in the folder name "electron .net" be a problem? Could you try to move it to a different location?
Author
Owner

@anyoneCouldGo commented on GitHub (Feb 11, 2018):

@robertmuehsig
I think my problem was involving with NodeJs after I update it, the problem solved.

@anyoneCouldGo commented on GitHub (Feb 11, 2018): @robertmuehsig I think my problem was involving with NodeJs after I update it, the problem solved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#103