Skip to content

Arduino 1.8.10 IDE silently fails to open on Windows 10 #9273

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

Closed
stockhuman opened this issue Oct 1, 2019 · 4 comments
Closed

Arduino 1.8.10 IDE silently fails to open on Windows 10 #9273

stockhuman opened this issue Oct 1, 2019 · 4 comments
Labels
Component: IDE The Arduino IDE Type: Bug Waiting for feedback More information must be provided before we can proceed

Comments

@stockhuman
Copy link

Hello gang,

Upon installing the latest and greatest IDE, I can no longer start it. Attempting to open it via the executable directly, or though cmd/PS/cygwin does nothing. I have not opened my copy of 1.8.9 in a while, and upon downgrading I now cannot open that either.

I'm currently wondering if this is a Windows 10 thing (I am completely up to date as of time of posting), a dual-monitor thing, or something else entirely.

I have reinstalled the IDE a few times now, if that changes anything. Your help is appreciated.

@per1234 per1234 added Component: IDE The Arduino IDE Type: Bug Waiting for feedback More information must be provided before we can proceed labels Oct 1, 2019
@per1234
Copy link
Collaborator

per1234 commented Oct 1, 2019

Please do this:

  1. Start the Windows command line "cmd".
  2. Run the program arduino_debug.exe that you will find in the Arduino IDE installation folder from the command line.
  3. Copy the output that's printed to the cmd window and paste it here using code fencing.

Hopefully that will give us some information we can use to help you with the problem.

@stockhuman
Copy link
Author

Well there's a handy tool. Thank you for your help!
-Xmx2048M was set as a PATH Java option, leading to a failure to allocate the 2097152KB demanded by the IDE. This must be conflicting software or changes I've made an forgotten about since last opening the Arduino.

@muething
Copy link

Windows 10 64 bit pro Updated approx June 8: Tried deleting all and re installing. Here is the results from Command Prompt execution of arduino_debug.exe
Rick Muething, rmuething@cfl.rr.com

c:\Program Files (x86)\Arduino>arduino_debug.exe
Set log4j store directory C:\Users\rmuet\AppData\Local\Arduino15
Loading configuration...
Initializing packages...
java.lang.NullPointerException
at cc.arduino.contributions.packages.ContributionsIndexer.parseIndex(ContributionsIndexer.java:134)
at processing.app.BaseNoGui.initPackages(BaseNoGui.java:504)
at processing.app.Base.(Base.java:273)
at processing.appBase.manin(Base.java:150)

@per1234
Copy link
Collaborator

per1234 commented Jun 13, 2020

Hi @muething. Please see the instructions here: #10345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE The Arduino IDE Type: Bug Waiting for feedback More information must be provided before we can proceed
Projects
None yet
Development

No branches or pull requests

3 participants