B4R Question Board Selector Exception error

tonigau

Member
First time use B4R, i am getting an error when opening the Board Selector.

err msg:
An error occurred.
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
runtime.asmstdcall(0x2a0700060009)
    /usr/local/go/src/runtime/sys_windows_amd64.s:76 +0x89 fp=0x2ef960 sp=0x2ef940 pc=0x1378669
...


I have ESP32-32 board connected COM12 & can upload sketch with Arduino V2.0.0
I have 2 versions 1.8 & 2.0 Arduino on C drive (need 1.8 for another app, V200 is latest for win7)
 

Attachments

  • B4R Paths.png
    B4R Paths.png
    17.5 KB · Views: 16
  • B4R_log.txt
    1.2 KB · Views: 9
  • Board Selector.png
    Board Selector.png
    38.6 KB · Views: 16
  • BoardSelect.txt
    574 bytes · Views: 8
  • Paths on Cdrive.txt
    194 bytes · Views: 8

tonigau

Member
I can see & select serial ports ok in the board selector.
Board type list is empty.

On the Offline PC I updated DotNet from 4.7.0 to 4.8.0, I tried to apply update 4.8.1 but it is blocked (wont install)
no change but some different values in the error report log.
I tried also on my E6440 laptop(win7px64) that already had DotNet 4.8.0 & same issue.

Could this be related to Go V1.21
 
Upvote 0

tonigau

Member
I did a build of latest Arduino-cli with go-legacy-win7, the board selector is working as expected.
At some time later I can test more of cli only within the scope (board selector, upload, ...) of what I am doing.
It is pretty straight forward to build, took longer to get the go paths right & download all the dependencies (my internet is just kbps in this wet weather)
 
Upvote 0
Top