You are here 5s2319

Arduino1Portable 1.8.19 Dev Test 1 936f

17 posts / 0 new
Last post
Peppernrino
Peppernrino's picture
Online
Last seen: 42 min 17 sec ago
ed: 2016-09-05 13:42
Arduino1Portable 1.8.19 Dev Test 1

Application: Arduino
Category: Utilities
Description:

The Arduino IDE.

Features: Arduino is an open-source physical computing platform based on a simple I/O board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing and MaxMSP). The boards can be assembled by hand or purchased preassembled.

Arduino1 1.8.19 Portable Development Test 1 [110MB / 537MB installed]
(MD5: eb689c8186ac8d4d778d9922a7f4d428)
(SHA256: b8338a896d90aa33e12ac1475c9d9a5c6fd7252fa624badf7d7ba513d7096433)
(SHA512: 9d7eb4d9ef339c13eb880dc694d9ccbc3996ae3194532d3db6251fb5f3278bed32998e38addb376781b1ce86b357798dc758c59ff9f2ad9804c7555a53398543)
(BLAKE3: 3f9e2c1aec6c11b8259b545e318612e0a7886e6aa4abcb9d66da0009ff2d3a78)

Peppernrino
Peppernrino's picture
Online
Last seen: 42 min 17 sec ago
ed: 2016-09-05 13:42
Updated Arduino to 1.8.16 DT 1

Update base app.

Peppernrino
Peppernrino's picture
Online
Last seen: 42 min 17 sec ago
ed: 2016-09-05 13:42
Updated Arduino to 1.8.19 DT 1

Update base app. Update link in libraries instructions. Lossless compression of image files (.gif, .jpg, .png, etc)

Unknown123
Online
Last seen: 39 sec ago
ed: 2016-06-23 04:38
What about version 2?

What about version 2?

I'd like to see the currently latest Arduino IDE 2.1.1 in portableapps format.

Peppernrino
Peppernrino's picture
Online
Last seen: 42 min 17 sec ago
ed: 2016-09-05 13:42
Funny you should mention it...

it's what i've been working on for the past few days. Smile

https://portableapps.crackfree.org/node/68844

Unknown123
Online
Last seen: 39 sec ago
ed: 2016-06-23 04:38
Storage Efficient purpose

I'd like to use the Java in CommonFiles folder instead.
Symbolic link with mklink /d is effective and non-official but only works on NTFS.
Do you have better ways?

According to https://forum.arduino.cc/t/forcing-java-64-bit-with-arduino/1076759/5
It seems that the Java path is hard-coded.

Peppernrino
Peppernrino's picture
Online
Last seen: 42 min 17 sec ago
ed: 2016-09-05 13:42
No idea.

This one is a little over my head. Need to learn some stuff before I can weigh in. New with java.

Unknown123
Online
Last seen: 39 sec ago
ed: 2016-06-23 04:38
Bug Report: The Data folder seems to have no purpose

The Data folder seems to have no purpose.
The real data is in the portable folder instead.

There won't be any update to the main app, so it's trivial.
But this seems weird to me.

Unknown123
Online
Last seen: 39 sec ago
ed: 2016-06-23 04:38
Bug Report: Fail to launch on Windows 7

On Windows 7, if java was replaced, for example either with:

Then it won't launch with ArduinoPortable.exe
But it will launch successfully if directly launched with arduino.exe within the App\1.8.19\ directory.

Peppernrino
Peppernrino's picture
Online
Last seen: 42 min 17 sec ago
ed: 2016-09-05 13:42
So...

You're saying that if you modify the package in a way I haven't specified, it doesn't work as intended? Seems like expected behaviour to me.

Unknown123
Online
Last seen: 39 sec ago
ed: 2016-06-23 04:38
It seems to be fixed at the moment.

I was able to launch it just fine with x32 Temurin 8.0.452+9 directly with Arduino1Portable.exe
Not sure what was the cause and its fix.
If I guess, it might be because of the latest version of portableapps.crackfree.org Launcher.

Unknown123
Online
Last seen: 39 sec ago
ed: 2016-06-23 04:38
Bug Report: Some Tools will fail to open

Some tools will fail to open with ArduinoPortable.exe, but it will successfully open if directly launched with arduino.exe

For example: Guino https://www.instructables.com/Guino-Dashboard-for-your-Arduino/

java.io.IOException: Cannot run program "C:\ArduinoPortable\tools\Guino\tool\guino\GUINO.exe" (in directory "C:\ArduinoPortable\tools\Guino\tool\guino"): CreateProcess error=2, The system cannot find the file specified

It should be C:\ArduinoPortable\App\1.8.19\tools\Guino\tool\guino\GUINO.exe
I think the IDE couldn't detect that the directory has changed because indirectly launched (not by arduino.exe).
What's the solution?

Peppernrino
Peppernrino's picture
Online
Last seen: 42 min 17 sec ago
ed: 2016-09-05 13:42
Solution

Don't use guino. Wink

Unknown123
Online
Last seen: 39 sec ago
ed: 2016-06-23 04:38
Real proper solution.

I've just found the fix.

Add this line to the Arduino1Portable.ini file

WorkingDirectory=%PAL:AppDir%\1.8.19

---

Very bad solution from you lol Yahoo

Unknown123
Online
Last seen: 39 sec ago
ed: 2016-06-23 04:38
Suggestion: Launch4j configuration

Beside the portable folder that I've mentioned before.
arduino.l4j.ini and arduino_debug.l4j.ini should also be in the Data folder.

Somtimes we need to increase the -Xmx<maximum heap size> to avoid the error of Exception in thread "AWT-EventQueue-1" java.lang.OutOfMemoryError: Java heap space.

Unknown123
Online
Last seen: 39 sec ago
ed: 2016-06-23 04:38
Bug report & Suggestion

With the new update, I think you forgot to rename the file of "ArduinoPortable.ini" to "Arduino1Portable.ini"
Otherwise it couldn't be launched.

---

Based on the format of another portableapps of legacy apps, such as Mozilla Firefox, Portable Edition Legacy 115. I think the current "Name" variable is awkward.

it's better to rename it as "Arduino IDE Portable (Legacy 1.8.19)".
Since the portableapps.crackfree.org Platform will strips out the "Portable" word, it will shows up in the app list as "Arduino IDE (Legacy 1.8.19)"

Peppernrino
Peppernrino's picture
Online
Last seen: 42 min 17 sec ago
ed: 2016-09-05 13:42
lol

not super important. i'll get around to it in a bit.

to post comments