ElectronNET / electron.net-api-demos

Explore the Electron.NET APIs
MIT License
315 stars 79 forks source link

Stuck splash screen #28

Open mohmednaif opened 2 years ago

mohmednaif commented 2 years ago

Application stuck at splash screen.

Islam-alshiki commented 1 year ago

same problem, any sol ?

GregorBiswanger commented 1 year ago

how did you start them Downloaded the exe or started the project with electronize?

jeff-adkisson commented 1 year ago

Same. Works on Windows 11, launchs stuck on splash screen on Mac (M2 architecture). Started from cloned repo with electronize start

Log output on Mac before hang is below:

ElectronHostHook handling started...
Invoke electron - in dir: /Users/jeff/projects/electron.net-api-demos/obj/Host/node_modules/.bin
./electron "../../main.js" 
Electron Socket IO Port: 8000
Electron Socket started on port 8000 at ::1
ASP.NET Core Port: 8001
yauheniparshiniou commented 2 months ago

Installing .Net SDK and restarting PC helped me with this issue

sherrmann commented 11 hours ago

This workaround helped me with the same issue as OP. dotnet build electronize build /target win cd bin/Desktop/win-unpacked ./ElectronNET-API-Demos.exe

("electronize build /target win" fails because of winCodeSign, but the exe is still built)