electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.49k stars 1.72k forks source link

Electron Net #8005

Closed bella1890alt closed 5 months ago

bella1890alt commented 6 months ago

Hi,

When launching the electron app, i get the below error: ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is

Below are the details: ElectronNet.Api =>13.5.1 ElectronNet.CLI =>23.6.1 .Net Core 6

I tried updating the ElectronNet.Api to 23.6.1 , but i was getting SocketIOClient Exception("Cannot connect to localhost")

Pleas guide me the solution to this issue. Been stuck for many days.

mmaietta commented 5 months ago

This seems genuinely unrelated to electron-builder. I'm not sure what your application is doing, but runtime errors are rarely due to a packager. Electron artifacts/dist/prod builds function differently than local development.