[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2013-08-14 Thread RaiMan
** Changed in: sikuli
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  Fix Released

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2013-05-16 Thread RaiMan
** Changed in: sikuli
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  Fix Committed

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2012-11-02 Thread RaiMan
** Changed in: sikuli
   Status: New = Fix Committed

** Changed in: sikuli
 Assignee: (unassigned) = RaiMan (raimund-hocke)

** Changed in: sikuli
Milestone: None = x1.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  Fix Committed

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2012-11-02 Thread RaiMan
** Tags added: windows-startup

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  Fix Committed

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2012-10-23 Thread Wayne McLachlan
RC3 worked once for me in win7 32bit, then stopped working. I deleted
the registry entries, per the FAQ, and it worked again, then stopped the
next time I ran it. I've gone to RC2 because I needed a running
solution.

Thanks for making this, Sikuli is the only thing I've found which will
automate some awful 3rd party apps for a test system for me.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  New

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2012-05-23 Thread Yusuke Yamasaki
If you have jre6 and later installed jre7, C:\Windows\System32\javaw.exe is 
java7.
Sikuli IDE uses it by default. So you need to tell Sikuli-IDE.exe to use proper 
path to java6.

You need rewrite batch files in Sikuli's install folder.

[Sikuli-IDE-w.bat]
@echo off

PATH=%PATH%;%~d0%~p0libs
set JAVA_EXE=%PROGRAMFILES%\Java\jre6\bin\javaw.exe
if defined PROGRAMFILES(X86) set 
JAVA_EXE=%PROGRAMFILES(X86)%\Java\jre6\bin\javaw.exe
start /B Sikuli-IDE %JAVA_EXE% -Xms64M -Xmx512M -Dfile.encoding=UTF-8 
-Dpython.path=%~d0%~p0sikuli-script.jar/ -jar %~d0%~p0sikuli-ide.jar %*

[sikuli-script.bat]
@echo off

PATH=%PATH%;%~d0%~p0libs
set JAVA_EXE=%PROGRAMFILES%\Java\jre6\bin\java.exe
if defined PROGRAMFILES(X86) set 
JAVA_EXE=%PROGRAMFILES(X86)%\Java\jre6\bin\java.exe
%JAVA_EXE% -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -jar 
%~d0%~p0sikuli-script.jar %*

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  New

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2011-10-12 Thread RaiMan
Running the newest java version?

on a command line try the following:

type:
java -jar C:\Program Files\Sikuli X\sikuli-script.jar -i

which opens an interactive Sikuli session:

type:
print capture()

and report what happens.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  New

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2011-10-07 Thread RaiMan
rc3 runs fine on Win7 32-Bit.

did you have rc2 before on the machine? if yes: look faq 1766

Tried to start it with Sikuli-IDE.bat?

Do you have a recent Java version? (  15)

Any more specific symptoms?

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  New

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2011-10-07 Thread 唐琥
Hi RaiMan,

  Thanks for your reply, but i really tried to use rc3 on
win7-32bit, it does't works well.

  The IDE would be quit without any exceptions while i wanna capture the 
object using screen capture function as well as
  javaw process still exist.

  First I thought that should drag the screen capture function icon to 
object i wanna capture, but still did not capture
 object to code .

 BTW: my system is chinese win7-32bit and service pack 1

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  New

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2011-10-07 Thread 唐琥
my Java version is 1.6

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  New

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2011-10-07 Thread 唐琥
I just tried Sikuli-IDE.bat and Sikuli-IDE-w.bat still dosn't works well
with screen capture function on win7-32bit using rc3

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  New

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2011-10-07 Thread RaiMan
try out the latest build from 
http://sikuli.org/hudson/job/Sikuli-IDE-Windows/lastSuccessfulBuild/artifact/sikuli-ide/build/Sikuli-r931-win32.zip

unzip the download and replace the content of Sikuli X program folder
with the content of the zip-contained Sikuli-IDE folder.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  New

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 869842] Re: can't support by win7-32bit

2011-10-07 Thread 唐琥
Hi RaiMan,

 I also just tried again, but still did not works well with
Sikuli-r931-win32.zip.

 still can't capture screen as long as click capture screen function
or other click or type operation, IDE would be quit, whether Sikuli-
IDE.exe or Sikuli-IDE.bat..

It's very annoying that it would be quit as long as click capture screen 
function or other click or type operation. 
   I am very urgent to use this amazing productalwayslooking forward..

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/869842

Title:
  can't support by win7-32bit

Status in Sikuli:
  New

Bug description:
  install Sikuli-X-1.0rc3 (r905)-win32 on win7-32bit, but can't  capture
  the object of win7's  screen or anything. it seems that sikuli can't
  support by both win7-32bit  and win7-64bit. hope can be fixed, i am
  looking forward the good news.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/869842/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp