Arduino IDE (Win10) crashes when I launch the program

前端 未结 5 1230
情深已故
情深已故 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
    

提交回复
热议问题