2012-04-21, 20:50
(2012-04-21, 20:35)ultradodger Wrote: Hello,
Thank you very much for your assistance. I hate to be a bother, but it still doesn't work. I have attached a screenshot to hopefully any issues. Maybe my Java is bust? All java files exist in the appropriate folders (C:\Program Files (x86)
LINK: https://lh4.googleusercontent.com/-EvaYj.../Error.jpg
Well you don't have debug turned on, so there is really not much output, but the fact that there is no error shown on that screen should indicate that it is having no problem loading Java. How are you confirming that Java is not open? Are you looking in task manager to see this? Are you sure you are sorting correctly when looking for the process?
You can run the debug versions of the .exe located in the /debug folder - make sure you move it into the same location as the sikuli script. You should get a command window with debug output that looks similar to this:
Code:
Script Variables:
$scriptsDir:c:\XBMCFlix\XBMCFlix-o-mate\v.1.2b
$SikuliDir:
$JavaDir:
$netFlixTogglePlayHotKey: {SPACE}
$netFlixFF: >
$netFlixRewind: <
$netFlixTerminate: Q
$XBMCFlixomateExit: X
$netFlixLaunchHotKey: O
$SikuliDir c:\Program Files (x86)\Sikuli X
run(C:\Windows\system32\cmd.exe /k Java -jar sikuli-script.jar "c:\XBMCFlix-o-mate\v.1.2b\XBMCFlix-o-mate.sikuli",c:\Program Files
(x86)\Sikuli X)[info] Sikuli vision engine loaded.
[info] Windows utilities loaded.
[info] VDictProxy loaded.
[info] add hotkey: CTRL+ALT+SHIFT O
[info] add hotkey: CTRL+ALT+SHIFT F
[info] add hotkey: CTRL+ALT+SHIFT N
[info] add hotkey: CTRL+ALT+SHIFT B
[info] add hotkey: CTRL+ALT+SHIFT T
[info] add hotkey: CTRL+ALT+SHIFT Q
[info] add hotkey: CTRL+ALT+SHIFT X
Show me the output of that window (again make sure you copy/move the debug to the same folder as the XBMCFlix-o-mate.sikuli folder)
thx