reloaded a clean/new version of win10 64 bit

downloaded Java: java version "1.8.0_28", Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)

downloaded Manticore: manticore 1.0.2693

create MRL directory and run java -jar myrobotlab.jar -install

start myrobotlab with START_INMOOV.bat, btw the 'mv' command is not recognized (the line: mv myrobotlab.log myrobotlab.log.1)

myrobotlab starts in virtual mode, stop myrobotlab again

upload mrlcomm.ino to both arduino mega's

edit config files in inmoov/config,

in _InMoov.config set ScriptType=Full,

in service_6_Arduino.config set the appropriate comm port for left and right, i know they work as I just uploaded the arduino code

in skeleton_head.config set isHeadActivated=True

restart START_INMOOV.bat, now the sequence runs as far as loading the right arduino service. and then it stops. it never starts the left arduino service, nor anythinmg from the head like eyes x eyes y, etc.

if I tell it ScriptType=LeftSide, the left arduino service is started, likewise if I tell it RightSide, the right arduino service is started, but Full will not start both arduinos.

I tried this on another win10 loaded laptop with the same results.

I have been running this on a win7 64bit laptop, connected to the robot with no problems, yet, win 10 giving me heart ache

(tried same with Nixie and java 11, pretty much same result on win10)

What am I missing?????

 

edit:

of interest is the fact that in virtual mode everything seems to work fine, it isn't till it needs to connect to a real usb port, or arduino, that things go south....

 

rv8flyboy

3 years ago

running same version of java.

tried copying the MRL folder from the win7 machine, slightly older version of manticore, to the win10 machine.

again, the older version runs fine in virtual mode, but when enabling either LeftSide or RightSide or Full, the gui in the old version actually abruptly closes down, somewhere after the voice says enabling webspeach recognition. This only happens when a real port is enabled.

I did try the older version and started from a clean(older) jar file install, same result.
so far the only commonality I can find is win10.

Confused, what am I missing?

something simple?

Manticore runs just fine on the win7 laptop

Hi Gael

Thanks!

sadly, I already tried that version of java.

it seems the crash always seems to happed when a real com port is initialized in manticore  version [1.0.2693], but runs ok in virtual mode

the log always ends with after the crash when swing gui closes by itself.

19:36:20.942 [python.interpreter.2] INFO c.m.f.Service [Service.java:779] found reservation exchanging reservedKey i01.right.serial for actual name i01.right.serial
19:36:20.942 [python.interpreter.2] INFO c.m.f.Service [Service.java:1389] no such method Runtime.registered(Serial) :  - attempting upcasting
19:36:20.942 [python.interpreter.2] INFO c.m.f.Service [Service.java:1394] searching through 278 methods
19:36:20.958 [python.interpreter.2] INFO c.m.s.Serial [Serial.java:666] loading class: org.myrobotlab.serial.PortJSSC
19:36:20.973 [SwingGui] INFO c.m.f.Service [Service.java:1389] no such method SwingGui.addTab(Serial) :  - attempting upcasting
19:36:20.973 [python] INFO c.m.f.Service [Service.java:1389] no such method Python.onRegistered(Serial) :  - attempting upcasting
19:36:20.973 [SwingGui] INFO c.m.f.Service [Service.java:1394] searching through 210 methods
19:36:20.973 [webgui] INFO c.m.f.Service [Service.java:1389] no such method WebGui.onRegistered(Serial) :  - attempting upcasting
19:36:20.973 [python] INFO c.m.f.Service [Service.java:1394] searching through 181 methods
19:36:20.973 [webgui] INFO c.m.f.Service [Service.java:1394] searching through 205 methods
19:36:20.973 [SwingGui] INFO c.m.f.Service [Service.java:1389] no such method RuntimeGui.onRegistered(Serial) :  - attempting upcasting
19:36:20.973 [python] INFO c.m.s.Python [Python.java:461] exec(String) 
from org.myrobotlab.service import Serial
i01_right_serial = Runtime.getService("i01.right.serial")
 
19:36:20.973 [python.interpreter.2] INFO c.m.f.Service [Service.java:2059] i01.right.serial info connect to port COM7 115200|8|1|0
19:36:20.973 [webgui] INFO c.m.f.Service [Service.java:1967] subscribe [i01.right.serial/publishStatus ---> webgui/onStatus]
19:36:20.973 [SwingGui] INFO c.m.f.Service [Service.java:1394] searching through 76 methods
19:36:20.973 [python.interpreter.2] INFO c.m.s.Serial [Serial.java:486] creating org.myrobotlab.serial.PortJSSC port COM7 115200|8|1|0
19:36:20.973 [i01.right] INFO c.m.s.Serial [Serial.java:666] loading class: org.myrobotlab.serial.PortJSSC
19:36:20.973 [webgui] INFO c.m.f.Service [Service.java:1967] subscribe [i01.right.serial/publishState ---> webgui/onState]
19:36:20.989 [python.interpreter.2] INFO c.m.f.Service [Service.java:2059] i01.right.serial info created  port COM7 115200|8|1|0 - goodtimes
19:36:20.989 [SwingGui] INFO c.m.f.Service [Service.java:1389] no such method PortGui.onPortNames(ArrayList) :  - attempting upcasting
19:36:21.004 [SwingGui] INFO c.m.f.Service [Service.java:1394] searching through 61 methods