RaiMan / SikuliX-2014

SikuliX version 1.1.2 (until February 2018)
http://sikulix.com
806 stars 234 forks source link

[1.1.1] Could not load JIntellitype.dll when launching "runsikulix.cmd" --- use latest version 1.1.2 #214

Closed ghost closed 8 years ago

ghost commented 8 years ago

Whenever I try and run the program using runsikulix.cmd I get the following error, an then the cmd closes

+++ running this Java java version "1.8.0_91" Java(TM) SE Runtime Environment (build 1.8.0_91-b15) Java HotSpot(TM) 64-Bit Server VM (build 25.91-b15, mixed mode) +++ trying to run SikuliX +++ using: -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine -jar C:\MapleBot\sikulix.jar [info] HotkeyManager: add Capture Hotkey: CTRL+SHIFT 2 (50, 3) [error] WindowsHotkeyManager: JIntellitype problem: Could not load JIntellitype.dll from local file system or from inside JAR

RaiMan commented 8 years ago

which versions? SikuliX, Windows run with option -d 3 and look into the degug output.

ghost commented 8 years ago

Ended up fixing it

RezzZ commented 8 years ago

thanks for sharing your solution? .. Got the same problem since a reboot this morning because of some system updates.

sikulix.txt

runing windows 10x64 SikuliX-1.1.0

RaiMan commented 8 years ago

@brandy I would also be interested in your fix solution. thanks

RezzZ commented 8 years ago

I just installed the nightly build for 1.1.1. That one works for now :).

RezzZ commented 8 years ago

and it suddenly stopped working again... nothing installed on my system in the meantime...

AshishLS commented 7 years ago

I was getting the same error on my Win 10 64 bit laptop. After spending few hours trying things suggested here and on other blogs, I installed latest version of Java (8). This installation prompted me to remove other older versions at the end of setup. Now SikuliX IDE is working.

cciola commented 7 years ago

Got the same issue on Win7 64 bits. At starting Sikuli, the command window shows this message and closes Sikuli automatically.

RaiMan commented 7 years ago

@CarolCiola Supposing it is version 1.1.1 (http://sikulix.com) As mentioned above: check your Java installation and environment/path settings. In doubt remove all existing Javas and install only one 64-bit version.

cciola commented 7 years ago

@RaiMan Got the latest Java version but wasn't sufficient. Had to download JIntellitype.dll on https://github.com/melloware/jintellitype and paste it on C:\Windows\System32.

Sikuli 1.1.1. is now OK. []s

RaiMan commented 7 years ago

@CarolCiola ok, thanks for coming back with your information. I will check wether the bundled stuff is different and fix it.

ogchavez commented 7 years ago

If anybody else is still dealing with this, what helped me was to install the JDK along with the JRE. Using :
Java 1.8.xx jdk1.8.0_144 Windows 10 64

bbtech256 commented 6 years ago

Still reproduses sometimes Sikuli 1.1.1. OS Name: Windows 10 Pro OS Version: 10.0.16299 Build 16299 Jawa (build 1.8.0_161-b12)

Workaround: restart PC Adding JIntellitype64.dll helped about month ago but now reproduses again

PS. Thanks for such a good and useful tool!