Arduino IDE (Win10) crashes when I launch the program

前端 未结 5 1133
情深已故
情深已故 2020-12-20 11:39

My Arduino IDE (ver 1.8.12 on Win10) crashes when I launch it. Running the arduino_debug.exe I get this error message.

C:\\Program Files (x86)\\         


        
相关标签:
5条回答
  • 2020-12-20 12:09

    It also happens on Manjaro linux. In my case removing the folder .arduino15 solves the issue, but I have to remove it every time I open arduino IDE

    rm -rf ~/.arduino15/
    

    Win10 folder location:

    %HOMEPATH%\AppData\Local
    
    0 讨论(0)
  • 2020-12-20 12:12

    Just use the latest Arduino IDE Beta Version. It is working now, ignoring that issue. I'm using the ESP8266 board and it's running okay.

    0 讨论(0)
  • 2020-12-20 12:17

    I've got the same issue - the nightly build seems to work

    https://www.arduino.cc/download.php?f=/arduino-nightly-windows.zip

    https://www.arduino.cc/en/Main/Software

    0 讨论(0)
  • 2020-12-20 12:17

    The beta version 1.9 worked for me. https://www.arduino.cc/en/Main/Software

    0 讨论(0)
  • 2020-12-20 12:31

    I'm on Windows 10 having exactly this issue (same arduino_debug log). I tried uninstalling Arduino IDE and then reinstalling it from executable installer; it worked fine until I opened the Board manager: the problem recurs.

    After installing the beta version (arduino beta1.9-BUILD-119), I'm not having any problem.

    0 讨论(0)
提交回复
热议问题