Author Topic: Java PlatformSE binary has stopped working  (Read 5525 times)

defragster

  • Sr. Member
  • ****
  • Posts: 467
Java PlatformSE binary has stopped working
« on: December 21, 2013, 07:36:45 pm »
Has anyone else managed to inspire the Arduino 1.5.5 IDE to crash and burn like this?

It worked a few times to upload a sketch to a DigiX- now the next day I get this repeated failing.

Came here and searched and decided I'd ask before going medieval on my system.

defragster

  • Sr. Member
  • ****
  • Posts: 467
Re: Java PlatformSE binary has stopped working
« Reply #1 on: December 23, 2013, 05:31:41 pm »
I didn't get to a solution yet, but I saw this same error message cross posted in DigiSpark: http://digistump.com/board/index.php/topic,1226.0.html

Yesterday my logon went DEAD - no restore points and other odd things - safe mode was okay and I created a new account that worked, but my standard logon would never wake - sat for hours.  I uninstalled some things and no help.  Then did a boot CHKDSK and the wait was less as when I looked it was then up - but I didn't see any errors of note.

Will reinstall Arduino 1.5.5 and DigiX driver and see what happens.

Never found a Windows 8 driver solution either - 32 bits.

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Java PlatformSE binary has stopped working
« Reply #2 on: December 23, 2013, 11:49:37 pm »

defragster

  • Sr. Member
  • ****
  • Posts: 467
Re: Java PlatformSE binary has stopped working
« Reply #3 on: December 24, 2013, 01:58:53 pm »
Will follow up - my search didn't hit that . . .  just tried again and no single char "8" searching might have caught me.  Also looking to find if I can expect it to work on a 32 bit machine?
« Last Edit: December 24, 2013, 02:10:43 pm by defragster »

defragster

  • Sr. Member
  • ****
  • Posts: 467
Re: Java PlatformSE binary has stopped working
« Reply #4 on: December 26, 2013, 10:42:42 pm »
DigiX Success on my 10.1" 32 bit Win 8.1 tablet!  Haven't gone back to my Win 7 machine yet.

> Disable Unsigned drivers { Win8.1 Windows 8. Windows8.1 } following these steps:
> http://revryl.com/2013/08/06/install-unsigned-drivers/
(this link may be iffy - the steps are as listed in the other thread)

I did that and hit 3 other AVR boards to get the 1.5.5 drivers installed - then downloaded DigiX and connected and it installed.  Uploaded BLINK and examples\04.communication\ASCIITable and the serial monitor showed my ASCII.

Will copy to the indicated thread
« Last Edit: December 26, 2013, 10:53:02 pm by defragster »

dfarrell

  • Newbie
  • *
  • Posts: 30
Re: Java PlatformSE binary has stopped working
« Reply #5 on: February 26, 2014, 07:50:42 pm »
The Arduino environment does not seem to support sleep of Windows.  If I walk away from my system for an hour and the system sleeps, the waking up results in this failure.  This is especially true if no serial io is occurring. If I leave the system with serial data dumping to the screen, then it might wake properly.

gogol

  • Sr. Member
  • ****
  • Posts: 398
Re: Java PlatformSE binary has stopped working
« Reply #6 on: February 27, 2014, 12:04:50 am »
The crash while uploading is 100% reproducable for me:

I have a program running on the DigiX, which is sending status messages via SerialUSB and a third party terminal program (e.g. putty) connected to it.
At a give point I press reset on the DigiX, the terminal program doesn't realise, that the DigiX is gone.
Now try to upload from the Arduino-IDE and the IDE will crash!

When you try to upload before resetting the DigiX, the IDE realizes, that the COM-port is busy.  After that, the COM-port seems to be in an undefined state.

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Java PlatformSE binary has stopped working
« Reply #7 on: March 01, 2014, 01:48:19 am »
The newest Arduino IDE 1.5.6r2 is supposed to use a new RxTx library - hopefully it will fix some of these crashes