I am using 1.8.19 and it has worked with no problems. Then one day the IDE would not show up on the computer screen, just a tray icon. I looked up the issue and renamed the Arduino folder and started the IDE and then that part worked again. Now the Serial Monitor screen is missing. Again, I see it in the tray icons as being "open" but there is no Windows screen anywhere in site. Thanks.
Hi @ljbeng. Do you sometimes use multiple displays on your computer? This is usually caused by putting the Arduino IDE 1.x window on another display which is not always connected to the computer, which makes it inaccessible.
Thanks... Yes I have 3 displays but I tried this with only the laptop screen and I get the same issue.
Try it with the three displays.
Unfortunately, this is a known issue for many Java programs. The IDE is not unique. You have the window open on another monitor and then when you run it just on your laptop, it tries to put the window on the other, non-existent monitor.
Very strange, I have tried it all ways possible with all screens attached or no. So I just use Hyperterminal (yes the old one from Windows unknown... ) ; ) I just have to make sure it's closed during compile and download.
I think you can restore it to the primary display by doing this:
- Start Arduino IDE.
- Select File > Preferences from the Arduino IDE menus.
- Click the link on the line following "More preferences can be edited directly in the file".
A folder named something likeArduino15
will open in Windows File Manager. - Close all Arduino IDE windows (including any that only show on the Windows taskbar).
- Delete or rename the file named
preferences.txt
that you see in the File Manager window that was opened when you clicked that link in the Arduino IDE preferences.
Please be very careful when deleting things from your computer. When in doubt, back up! - Start Arduino IDE.
preferences.txt
contains all the preferences you set via File > Preferences, so you will need to reconfigure the IDE if you made any changes there (e.g., adding URLs to the Additional Boards Manager URLs field).
As an alternative solution, you could update to Arduino IDE 2.x. It does not have this problem with multiple displays.
Thanks! That worked... Luke
You are welcome. I'm glad it is working now.
Regards,
Per
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.