Electron.NET icon indicating copy to clipboard operation
Electron.NET copied to clipboard

App crash when it start from network path

Open alphabr opened this issue 2 years ago • 0 comments

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:

  1. Create a minmal application with just program.cs as electronnet git suggest
  2. Do a electronize build /target win
  3. Copy to a network folder
  4. run

Thanks in adance

Minimial example ElectronTest.zip

alphabr avatar Jul 21 '23 09:07 alphabr