[MOD] Arduino Enhanced Release 1.0.5 for Windows (installer, drivers, etc) +SRC

Well, thanks.

I think I have narrowed down the problem:

See picture.

I shall ask Mr Google but there seems to be a missing DLL file.

Reading what I see, this "DWMAPI" is supposed to be standard with windows.

I have only recently upgraded to SP3 on this machine as I have only just got internet access on this machine.
Until them SP2 was good enough.

Reading the things, the DLL is supposed to be in just about any windows update.
Weird, I have just had a swag of them done, and none of them "installed" it or found it missing and replaced it.

The article also warns about downloading it from places, as it is supposed to be there already.

I'm kinda stuck with what to do now.

Arduino error reason.jpg

Windows will check several paths (defined in the Environment variables) so a FILE NOT FOUND is not always bad, the same as other operations, for example saving a txt file in notepad creates the file first, then deletes, then creates an empty one, etc.

Try to filter by Access denied, or something specific for arduino. I can try to fix your problem remotely via teamviewer if you are not able to find the root in a couple of days.

Nice work on all this!

I've been looking at adapting some of your improvements to work in Teensyduino. For the menu scrolling, I had to edit the code since the hard-coded 22 pixel menu item height doesn't work for Linux and Mac.

Here's the modified code:

  private static int getMaximumItems(JPopupMenu menu) {
        JMenuItem test = new JMenuItem("test");
        ButtonUI ui = test.getUI();
        Dimension d = ui.getPreferredSize(test);
        double item_height = d.getHeight();
        JMenuItem up = new JMenuItem(MenuIcon.UP);
        ui = up.getUI();
        d = ui.getPreferredSize(up);
        double icon_height = d.getHeight();
        double menu_border_height = 8.0; // kludge - how to detect this?
        double screen_height = java.awt.Toolkit.getDefaultToolkit().getScreenSize().getHeight();
        int n = (int)((screen_height - icon_height * 2 - menu_border_height) / item_height);
        return n;
  }

Maybe this doesn't matter, since 22 probably always works fine on Windows. But I wanted to share this, in case you're interested in using it?

Thanks Paul! I will test and update the code with yours. The fixed 22 was a value for xp or 7 (a bit more than the menu height with the default font in Windows), ugly of course :slight_smile:

Good luck on the port. I have received some requests about Teensyduino (mainly due the Bluetooth delay and updated winavr) so maybe then I can port your code to Windows again :smiley:

How did you solve the bluetooth delay? Is it a patch to librxtx?

EDIT: oh, yup, a librxtx patch... I just found this thread

Mine is not working: it shows the splash screen and then just closes. this is the Log output:

CmdLine:	C:\Devel\Arduino ERW 1.0.3\arduino.exe --l4j-debug
WOW64:		yes
Working dir:	C:\Devel\Arduino ERW 1.0.3\.
Bundled JRE:	java
Check launcher:	C:\Devel\Arduino ERW 1.0.3\java\bin\javaw.exe (n/a)
64-bit search:	SOFTWARE\JavaSoft\Java Runtime Environment...
Ignore:		SOFTWARE\JavaSoft\Java Runtime Environment\1.6
Ignore:		SOFTWARE\JavaSoft\Java Runtime Environment\1.6.0_33
Ignore:		SOFTWARE\JavaSoft\Java Runtime Environment\1.7
Match:		SOFTWARE\JavaSoft\Java Runtime Environment\1.7.0_10
Using 64-bit runtime.
64-bit search:	SOFTWARE\JavaSoft\Java Development Kit...
Ignore:		SOFTWARE\JavaSoft\Java Development Kit\1.6
Ignore:		SOFTWARE\JavaSoft\Java Development Kit\1.6.0_33
Ignore:		SOFTWARE\JavaSoft\Java Development Kit\1.7
Ignore:		SOFTWARE\JavaSoft\Java Development Kit\1.7.0_10
Using 64-bit runtime.
Check launcher:	C:\Program Files\Java\jre7\bin\javaw.exe (OK)
Add classpath:	lib\pde.jar
Add classpath:	lib\core.jar
Add classpath:	lib\jna.jar
Add classpath:	lib\ecj.jar
Add classpath:	lib\RXTXcomm.jar
Launcher:	C:\Program Files\Java\jre7\bin\javaw.exe
Launcher args:	-Xms256m -Xmx512m -classpath "lib;lib\pde.jar;lib\core.jar;lib\jna.jar;lib\ecj.jar;lib\RXTXcomm.jar" processing.app.Base
Args length:	120/32768 chars
Exit code:	1

Machine is Windows 7 64-bit, 16Gb RAM, 64-bit JDK + 64-bit JRE

Hi, is the version with java working in your machine?

I don't think that all components of the Windows version of the IDE are 64 bit compatible.
The only way that I could get the IDE to work with an external version of Java on Win 64 is to install the 32 bit version of Java.

I'm back.

Been busy.

I took the two faulty boards to someone else.

He has many Arduinos.

All of them work. He can flash them and all that.

Plug mine in... Nothing.

As the chips are DIP, we swapped them.

I have forgotten what exactly happened, but one weird thing was that if we put the "128"(?) chip in where the 328 should be, it can be flashed.

But with the original (and other same) chips, it simply refuses to flash.

We tried re-burnign the boot loader, but that too failed.

WRT the "missing" DLL file:
I looked on my desk machine - which wasn't connected to the net at the time. There isn't one there either.
I was sort of hoping to find it and copy it. Alas.... That isn't going to happen.

The other person tried your GUI and it wouldn't flash MY Arduinos.
It would flash others.

Two boards, bought from DIFFERENT SHOPS who have DIFFERENT SUPPLIERS, both seem dead.

So, that solves the mistery and releases any guilt over my mod? ]:smiley:

It isn't that I was wanting or meaning to "point fingers".

I was only wanting to understand what the problem is.

Alas I am still none the wiser.

The ones I have (well two of them) don't work.
The other two do.

One is my alarm clock and the other one - ether ten - actually isn't "busted".

Going to one of the shops, we tried MULTIPLE boards and they all failed the same way.

Too many to be a coincidence.

Yet, my machine could flash the two I already had.

Buy at least one original Arduino. You will have a baseline for testing issues plus you support the project. I have clones, they work, but I always try to buy at least one original of every model

Yeah, that is what I have done.

My original THREE were "Freetroincs" ones.

1 - the clock
2 - an Ether 10 which I thought I blew up.
So I bought #3
3 - An "uno compatible".
It wouldn't flash.

I went back to the shop and tried several. None of them would flash either.

Out of desperation, I went to another shop and bought an GENUINE UNO.

It won't flash.

I went to someone else's place. He can't get them flashed either.

Out of sheer desperation - again - I dug up the Ether 10 and it actually still does work. Other circuit quirks which I need to fix.

It flashes.

The two "new" boards won't.

One is a Freetronics and one is a Genuine Arduino.

Go figure.

when i click on verify this massage display on :avr-g++: CreateProcess: No such file or directory

please need help important case .... i use win 8 64bit and adruino uni R3 & adruino EWR 1.0.3

Muchas gracias!
Arregló mi problema de "Dispositivo desconocido" con mi recientemente adquirida Arduino UNO.
=D

When I try to start Arduino I only get the splash screen (Win7 64 Ultimate). The startup log says:

CmdLine:	D:\Elektronica\Arduino\Arduino ERW 1.0.3\arduino.exe --l4j-debug
WOW64:		yes
Working dir:	D:\Elektronica\Arduino\Arduino ERW 1.0.3\.
Bundled JRE:	java
Check launcher:	D:\Elektronica\Arduino\Arduino ERW 1.0.3\java\bin\javaw.exe (OK)
Add classpath:	lib\pde.jar
Add classpath:	lib\core.jar
Add classpath:	lib\jna.jar
Add classpath:	lib\ecj.jar
Add classpath:	lib\RXTXcomm.jar
Launcher:	D:\Elektronica\Arduino\Arduino ERW 1.0.3\java\bin\javaw.exe
Launcher args:	-Xms256m -Xmx512m -classpath "lib;lib\pde.jar;lib\core.jar;lib\jna.jar;lib\ecj.jar;lib\RXTXcomm.jar" processing.app.Base
Args length:	120/32768 chars
Exit code:	1

The normal Arduino did work, but had COM 4 already in use errors (Arduino was on COM4).

Am I forgetting something?

If you install it to program files, you get the same problem?

Great modification Eriel and Thanks for sharing it with everyone.
Would love to look over the code you shared and learn something from it some day.

Thanks again.

2012-12-29 Update

Too many people is having troubles in Windows 8, so I added a little reminder in the driver installer when that OS is detected. Hope that helps a lot of people getting a smoother process:

If someone wants to improve the instructions, send them to me. This update does not contains anything else, so you can skip it if you have the previous one from early december.

Hello,

thank you for this Enhanced Release!

How can I reset/reconnect the Arduino with your release? When I used the official one, I clicked on Serial Monitor and Arduino restarts then.
With "restart" I mean exactly the same as pressing the brown-red button on the Arduino saying "RESET".

Thanks again for your help :=)