sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46635
[Question #667231]: sikuli stopped
New question #667231 on Sikuli:
https://answers.launchpad.net/sikuli/+question/667231
hi all,
here is my code :
@attrs(stepId = '4', stepName = 'cmdUpd')
def cmdUpd(self):
fName = 'cmdUpd'
#print detailed error log information
logMsg = 'Class[%(cName)s] Function[%(fName)s] is start.' %{'cName': self.CNAME, 'fName': fName}
self.mylog.write_log("cmdUpd Start")
self.excelCommon.numLock()
self.fileCommon.openFile("cmd")
paste("cd " + self.cmdPath)
wait(2)
type(Key.ENTER)
self.excelCommon.loopCMD()
。。。。。。
when i try to run this function , sikuli is closed
here is the log :
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x27d72140, pid=5076, tid=0x00004580
#
# JRE version: Java(TM) SE Runtime Environment (8.0_161-b12) (build 1.8.0_161-b12)
# Java VM: Java HotSpot(TM) Client VM (25.161-b12 mixed mode windows-x86 )
# Problematic frame:
# C 0x27d72140
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
could you please help to solve this ?
thanks for your help
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.