Arduino 1.0.6 on a Windows 10 64 bit machine

Hello Folks,

I am new to this forum, and Arduino for that matter. I have downloaded a sketch that was written with Arduino 1.0.6. I came to this site and downloaded and installed 1.0.6. However, when attempting to run the program, a window popped up saying "Install4j An error occurred while starting the application." What did I do wrong? Will 1.0.6 run on a Windows 10 64 bit machine? If I have to use a newer version of Arduino will it be backwards compatible with a sketch written in 1.0.6? Any help would be appreciated.

Thank in advance,

Chris

Sketches written for 1.0.6 should work with new versions of the ide

Thank you for the quick reply. I will see if I can get 1.8.5 to work.

OK. So I downloaded and installed 1.8.5, but when I try to open it, I get the startup screen, tell me it is initializing, starting up and then nothing. NOW what did I do wrong?

Run arduino_debug.exe (which is located in the Arduino IDE installation folder) from the command line and then post the output here using code tags (</> button on the toolbar).

FWIW, I didn't have any trouble running 1.0.6 on a W10-64 system...

I wager that whatever is keeping 1.0.6 from working is also keeping 1.8.5 from working. Do as pert says to get the debugging info we'd need to help you sort this out.

Here is what debug came back with:

Looking for library 'user32'
Adding paths from jna.library.path: null
Trying user32.dll
Found library 'user32' at user32.dll
Looking for library 'shell32'
Adding paths from jna.library.path: null
Trying shell32.dll
Found library 'shell32' at shell32.dll
Looking for library 'Ole32'
Adding paths from jna.library.path: null
Trying Ole32.dll
Found library 'Ole32' at Ole32.dll
Loading configuration...
Initializing packages...
Preparing boards...
Starting...
Using proxy DIRECT
Using proxy DIRECT
Using proxy DIRECT

And it started :slight_smile: :slight_smile: :slight_smile:

However, when I go to verify the sketch here is what I get.:

Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\arduino-builder -dump-prefs -logger=machine -hardware C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware -tools C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\tools-builder -tools C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -built-in-libraries C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\libraries -libraries C:\Users\Chris\Documents\Arduino\libraries -fqbn=arduino:avr:mega:cpu=atmega2560 -ide-version=10805 -build-path C:\Users\Milred\AppData\Local\Temp\arduino_build_251591 -warnings=null -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -verbose C:\Users\Chris\Documents\Prepping\Aquaponics\Chiumanfu-Aquaponic-Controller-master\Chiumanfu-Aquaponic-Controller-master\chiumanfu_aquaponic_controller\chiumanfu_aquaponic_controller.ino
C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\arduino-builder -compile -logger=machine -hardware C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware -tools C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\tools-builder -tools C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -built-in-libraries C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\libraries -libraries C:\Users\Chris\Documents\Arduino\libraries -fqbn=arduino:avr:mega:cpu=atmega2560 -ide-version=10805 -build-path C:\Users\Milred\AppData\Local\Temp\arduino_build_251591 -warnings=null -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -verbose C:\Users\Chris\Documents\Prepping\Aquaponics\Chiumanfu-Aquaponic-Controller-master\Chiumanfu-Aquaponic-Controller-master\chiumanfu_aquaponic_controller\chiumanfu_aquaponic_controller.ino
Using board 'mega' from platform in folder: C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\arduino\avr
Using core 'arduino' from platform in folder: C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\arduino\avr
Detecting libraries used...
"C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\arduino\avr\cores\arduino" "-IC:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\arduino\avr\variants\mega" "C:\Users\Milred\AppData\Local\Temp\arduino_build_251591\sketch\chiumanfu_aquaponic_controller.ino.cpp" -o "nul"
"C:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\arduino\avr\cores\arduino" "-IC:\Users\Milred\Downloads\arduino-1.8.5-windows\arduino-1.8.5\hardware\arduino\avr\variants\mega" "C:\Users\Milred\AppData\Local\Temp\arduino_build_251591\sketch\chiumanfu_aquaponic_controller.ino.cpp" -o "C:\Users\Milred\AppData\Local\Temp\arduino_build_251591\preproc\ctags_target_for_gcc_minus_e.cpp"
C:\Users\Chris\Documents\Prepping\Aquaponics\Chiumanfu-Aquaponic-Controller-master\Chiumanfu-Aquaponic-Controller-<#BB0000>master\chiumanfu_aquaponic_controller\chiumanfu_aquaponic_controller.ino:41:55: fatal error: LiquidCrystalFast.h: No such file or directory

#include <LiquidCrystalFast.h> // For 40x4 LCD Display

^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.</#?

And the LiquidCrystalFast.h sketch is in the same folder.

If it's located in the folder instead of installed as a library (like that code was expecting it to be), you need to put the file name in quotes not angle-braces. Why not install the library normally?