Open dsssssssss9 opened 2 months ago
From @dsssssssss9's Arduino Forum thread on the subject:
Warning: terminator_CreateInstance: Failed to CreateInstance in ICD 3. Skipping ICD.
ICD is the acronym for "installable client driver". This seems to be mostly often related to the GPU (i.e., the graphics card on your computer).
I haven't seen previous reports of this specific symptom, but when other users have had problems related to the graphics card, the workaround has been to add the
--disable-gpu
to the Arduino IDE command line invocation.So if you are still able to reproduce the problem, please try starting Arduino IDE with this command:
/home/jkd-mini2024/Arduino2024/arduino-ide_2.3.2_Linux_64bit.AppImage --disable-gpu --no-sandbox
@dsssssssss9 did you try that? If so, please add a comment here to let us know the result. If not, please do.
From @dsssssssss9's Arduino Forum thread on the subject:
@dsssssssss9 did you try that? If so, please add a comment here to let us know the result. If not, please do.
Hi
Sorry for the lack of replies but I've been away....
No I did not try the disabled -gpu switch yet .
I managed to get ide working by downgrading from kernel 6.10.1 to a previous 6.9.x version that I have been running since..
I am back at my desk in a couple of days & will upgrade to 6.10.x version & test your suggestion
Describe the problem
I recently installed fresh copy of Ubuntu 24.04 on my pc along with all my usual programs
For the first couple of days arduino IDE worked fine but yesterday for some reason it wont load!
All I get is a pulsating logo.
I have wiped and reinstalled Arduino IDE and the problem still occurs.
After a couple of days having exhausted the various search results for this problem & nothing worked I was about to give up & stick with Arduino IDE 1.x.
As I stated originally, Arduino IDE 2.3.2 WAS working the day before so I looked through the logs to see what had changed in the last 24 hours. The only thing I could find was that I had upgraded the kernel from V6.9.1 to V6.10.1. I went back to the previous kernel version (6.9.1) and Arduino IDE 2.3.2 started normally!
The terminal logs:
To reproduce
Install kernel 6.10.0 on Ubuntu 24.04 MATE
Expected behavior
IDE starts up as usual
Arduino IDE version
2.3.2
Operating system
Linux
Operating system version
Ubuntu 24.04 LTS MATE
Additional context
I see there are several kernel versions from both 6.9.x & 6.10.x, but I have only tried 6.9.1 and 6.10.1
Discussion:
https://forum.arduino.cc/t/arduino-2-3-2-suddenly-wont-start/1299135
Additional reports
Issue checklist