App crash when it start from network path
Versions:
ElectronNET.CLI Version: 23.6.1.0 ElectronNET.API Version: 23.6.1.0
Node v18.16.1
Tried on .Net core 5 ,6 and 7
My electron application crash with the last version of elecrtonnet.api and electronnet.cli when it start from a network path. It run fine from normal drive path.
I checked in windows eventviewer
Fault bucket , type 0 Event Name: APPCRASH Response: Not available Cab Id: 0
Problem signature: P1: ElectronTest.exe P2: 1.0.0.0 P3: 6402a76f P4: ElectronTest.exe P5: 1.0.0.0 P6: 6402a76f P7: 80000003 P8: 00000000018d4e14 P9: P10:
I created a minimal application and this still happen.
If I downgrade the electronnet.api and alectornnet.cli to 13.51 all works without any issue in any .Net version.
Steps to Reproduce:
- Create a minmal application with just program.cs as electronnet git suggest
- Do a electronize build /target win
- Copy to a network folder
- run
Thanks in adance
Minimial example ElectronTest.zip