Open mohmednaif opened 2 years ago
same problem, any sol ?
how did you start them Downloaded the exe or started the project with electronize?
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
Installing .Net SDK and restarting PC helped me with this issue
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)
Application stuck at splash screen.