I am having a new problem with Arduino agent crashing upon starting in Windows 10 64. It was running ok previously but recently started crashing each time it is launched. I have tried uninstalling and reinstalling both the 32 and 64 bit versions with the same results, I have removed the folder upon removal to be sure nothing lingered behind, Some times when it starts I can see the icon in the tray but when I put the mouse over it, it disappears. I have tried running the Arduino create agent debugger and get.
C:\Users\Kevin\AppData\Roaming\ArduinoCreateAgent>arduino-create-agent.exe
time="2023-09-30T18:35:16-07:00" level=info msg="map[apilevel:v1]"
iniflags: unknown flag name=[crashreport] found at line [9] of file [C:\Users\Kevin\AppData\Roaming\ArduinoCreateAgent/config.ini]
iniflags: unknown flag name=[autostartMacOS] found at line [10] of file [C:\Users\Kevin\AppData\Roaming\ArduinoCreateAgent/config.ini]
and if I comment out lines 9 and 10 I get,
C:\Users\Kevin\AppData\Roaming\ArduinoCreateAgent>arduino-create-agent.exe
time="2023-09-30T18:43:32-07:00" level=info msg="map[apilevel:v1]"
time="2023-09-30T18:43:32-07:00" level=info msg="Version:1.0.666"
time="2023-09-30T18:43:32-07:00" level=info msg="Hostname: KPCD"
time="2023-09-30T18:43:32-07:00" level=info msg="Garbage collection is on using Standard mode, meaning we just let Golang determine when to garbage collect."
time="2023-09-30T18:43:32-07:00" level=info msg="You specified a serial port regular expression filter: usb|acm|com\n"
time="2023-09-30T18:43:32-07:00" level=info msg="Your serial ports:"
time="2023-09-30T18:43:32-07:00" level=info msg="\t{COM9 0x8057 0x2341 4D6CEF8250304D46462E3120FF04112C false}\n"
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] GET / --> main.homeHandler (2 handlers)
[GIN-debug] GET /certificate.crt --> main.certHandler (2 handlers)
[GIN-debug] DELETE /certificate.crt --> main.deleteCertHandler (2 handlers)
[GIN-debug] POST /upload --> main.uploadHandler (2 handlers)
[GIN-debug] GET /socket.io/ --> main.(*WsServer).ServeHTTP-fm (2 handlers)
[GIN-debug] POST /socket.io/ --> main.(*WsServer).ServeHTTP-fm (2 handlers)
[GIN-debug] WS /socket.io/ --> main.(*WsServer).ServeHTTP-fm (2 handlers)
[GIN-debug] WSS /socket.io/ --> main.(*WsServer).ServeHTTP-fm (2 handlers)
[GIN-debug] GET /info --> main.infoHandler (2 handlers)
[GIN-debug] POST /killbrowser --> main.killBrowserHandler (2 handlers)
[GIN-debug] POST /pause --> main.pauseHandler (2 handlers)
[GIN-debug] POST /update --> main.updateHandler (2 handlers)
[GIN-debug] Listening and serving HTTP on 127.0.0.1:8991
time="2023-09-30T18:43:32-07:00" level=info msg="Inside run of serialhub"
[ERR] bonjour: Failed to bind to udp6 port: listen udp6 :5353: bind: The requested address is not valid in its context.
I'm not sure what step would be next.
Thanks in advance.
[sterretje edit]
Removed the backticks in the beginning of the post