After I updated to IDE 1.6.3, I have not been able to open the program. The start up screen comes on as it does its thing then it all crashes. I ran the debug program and I pasted the response. Please go easy on me, I'm green, and its my first post.
c:\Program Files (x86)\Arduino>arduino_debug.exe
Loading configuration...
Initializing packages...
Preparing boards...
Starting...
java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\Arduino\lib\AStylej.dll:
%1 is not a valid Win32 application
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1937)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1822)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1083)
at cc.arduino.packages.formatter.AStyleInterface.(AStyleInterfac
e.java:42)
at cc.arduino.packages.formatter.AStyle.(AStyle.java:52)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
at java.lang.Class.newInstance(Class.java:438)
at processing.app.Editor.createToolMenuItem(Editor.java:894)
at processing.app.Editor.addInternalTools(Editor.java:917)
at processing.app.Editor.buildToolsMenu(Editor.java:693)
at processing.app.Editor.buildMenuBar(Editor.java:497)
at processing.app.Editor.(Editor.java:224)
at processing.app.Base.handleOpen(Base.java:774)
at processing.app.Base.handleOpen(Base.java:739)
at processing.app.Base.handleNew(Base.java:633)
at processing.app.Base.(Base.java:335)
at processing.app.Base.guardedMain(Base.java:198)
at processing.app.Base.main(Base.java:113)
C:\Program Files (x86)\Arduino\lib\AStylej.dll: %1 is not a valid Win32 applicat
ion
Cannot load native library c:\Program Files (x86)\Arduino\lib\astylej.dll
The program has terminated!