App crash when it start from network path #903

Closed
opened 2026-01-29 16:51:41 +00:00 by claunia · 1 comment
Owner

Originally created by @alphabr on GitHub (Jul 21, 2023).

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

Originally created by @alphabr on GitHub (Jul 21, 2023). 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](https://github.com/ElectronNET/Electron.NET/files/12122122/ElectronTest.zip)
claunia added the bug label 2026-01-29 16:51:41 +00:00
Author
Owner

@FlorianRappl commented on GitHub (Nov 1, 2025):

Outdated - use ElectronNET.Core and ElectronNET.Core.AspNet.

See Wiki / What's New.

@FlorianRappl commented on GitHub (Nov 1, 2025): Outdated - use `ElectronNET.Core` and `ElectronNET.Core.AspNet`. See [Wiki / What's New](https://github.com/ElectronNET/Electron.NET/wiki/What's-New).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#903