mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Stuck on splashscreen on non-english Windows (Italian) #729
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 @danatcofo on GitHub (Dec 3, 2021).
Splashscreen fails to clear and continue on to main window
Steps to Reproduce:
./start.sh@danatcofo commented on GitHub (Dec 3, 2021):
After adding some more logging inside main.js I received this message.
added this on ln 286 of main.js
https://github.com/dotnet/core/issues/4825
@danatcofo commented on GitHub (Dec 3, 2021):
and the source of the issue....
oh god
@danatcofo commented on GitHub (Dec 3, 2021):
Working solution
When publishing or running the applicaiton add the
/PublishReadyToRun trueargument to the command line.i.e.
@schaveyt commented on GitHub (Dec 27, 2021):
@danatcofo How were you able to hack the main.js without it being overwritten. I fine the the main.js that is created in my obj/ folder but don't know where the source of that is found.
@danatcofo commented on GitHub (Dec 27, 2021):
It's inside electronnet.host/main.js
There is a pr open that does basically what I did which was add logging of the process error output. #592
@schaveyt commented on GitHub (Dec 28, 2021):
Where can find this on my development PC? Or do I need to pull down the repo and do things that way?
@danatcofo commented on GitHub (Dec 28, 2021):
Yah pull the repo and reference a local nugget package.
@wthks commented on GitHub (Mar 3, 2022):
@danatcofo I downloaded your PR for .net 6 > https://github.com/ElectronNET/Electron.NET/pull/636 but I'm stuck on the splashscreen, do you know how I can fix this?
I tried to add the code snippet from you into the main.js but the log is not saying anything about a error.
@danatcofo commented on GitHub (Mar 3, 2022):
My .net 6 PR doesn't include the logging that is mentioned prior. Are you trying to build in Italian? if so did you see the note about the workaround...
@wthks commented on GitHub (Mar 3, 2022):
hey, I'm trying to run Electron.NET in .NET 6 but somehow I'm stuck at the SpashScreen, I cant find any workaround.
I implemented the logging into your pr, but there is still no issues or errors .
the application starts but the connection event is not being triggered
@wthks commented on GitHub (Mar 3, 2022):
I installed the h5 https://www.nuget.org/packages/h5.ElectronNET.API/16.0.4.23941 version which supports .NET 6
somehow only this version works for me all other version dont want to connect to Electron Socket
this message dont displays in your .NET 6 PR. maybe you know why it's the problem?
should someone has problems with that too, here is a working .net 6 for electron
@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!