-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double clicking any .ino file won't open IDE window #2209
Comments
Hi @pacastro. Thanks for your report. Arduino IDE automatically generates log files while it is running. I'm going to ask you to provide the latest log file from your computer. It might contain information that will help us to identify the problem. Please do this:
Please let me know if you have any questions or problems while following those instructions. |
Thanks @pacastro. I am able to reproduce the fault on my macOS machine. I'll provide my own logs that were generated from starting the IDE by double clicking the They will be easier to read through because they only contain the content from a single launch (rather than the accumulation of content from previous sessions as the logs usually contain). I don't see any "smoking gun" in the logs. The fault does not occur if I start the IDE from the terminal, passing the path to the |
The same on MacOS: Since 2.1.1, double clicking on a in the log file:
|
Use a fallback frontend app config when starting IDE2 from an ino file (from Explorer, Finder, etc.) and the app config is not yet set. Closes #2209 Signed-off-by: Akos Kitta <[email protected]>
Describe the problem
After upgrading from IDE 2.1.1 to 2.2.1, double clicking on any .ino file won't open IDE window anymore. Arduino IDE icon appears on the bottom dock, so it seems to be running but no IDE window with the .ino file open appears.
Opening Arduino IDE app directly from launchpad works OK, and it opens the last .ino file on the IDE window. Once you have the IDE window opened this way, further double clicking any .ino file works OK and opens a new IDE window.
The problem exists when no IDE window is previously opened, then double clicking any .ino file won't open an IDE window.
To reproduce
With no previous instance of IDE2.2.1 running, double click on any .ino file. No IDE window opens.
Expected behavior
With no previous instance of IDE2.2.1 running, after double clicking any .ino file an IDE window should open with the file clicked opened in it.
Arduino IDE version
2.2.1
Operating system
macOS
Operating system version
Ventura 13.4
Additional context
arduino-ide_2.2.1_macOS_arm64
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: