![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				Failed to load plug-in: 'immersion.dle'
			 
			
			
			Hi all,  
		
		
		
		
		
		
		
		
	
	I have just this one line in my code: immersion = viz.add('immersion.dle') but I get this error ************************************************** **************************** ** Loading Vizard2.py ************************************************** **************************** ** ERROR: Failed to load plug-in: 'immersion.dle' ** Load Time: 0.00 seconds If I try to do this: vrpn = viz.add('vrpn7.dle') everything works fine, and both files are in the same folder. What am I doing wrong?  
		 | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Do you have Immersion's VirtualHand SDK installed on your system? It is required for the plugin to load.
		 
		
		
		
		
		
		
		
		
	
	 | 
| 
		 
			 
			#3  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			Thank you for your post.  
		
		
		
		
		
		
		
		
	
	But unfortunately I have installed the SDK, and still it does not work?!? ![]() Any other ideas?  
		 | 
| 
		 
			 
			#4  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Which version of the VirtualHand SDK is installed, is it the latest one?
		 
		
		
		
		
		
		
		
		
	
	 | 
| 
		 
			 
			#5  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Hi again,  
		
		
		
		
		
		
		
		
	
	ok so after a while we tried this glove again. We are making progress, but it still does not work. What is working now: - the DCU shows the cybertouch glove and its movements correctly - in the DCU we can do the test stuff and the vibrators all work fine - we can load the immersion.dle now (I installed the latest update VirtualHandSDKSetupV2_10.exe of the SDK from this site The problem: - When adding this line glove = immersion.addCyberTouch() we get this error: ************************************************** ******** ** Loading Vizard2.py ************************************************** ******** immersion.dle Immersion Extension ** ERROR: Failed to connect to CyberTouch. Make sure Device Manager is running. Initialization Failure NETWORK: APPEARS TO BE DISCONNECTED(-101) for C:\Program Files (x86)\Immersion Corporation\VirtualHand\ ** ERROR: Failed to create extension sensor with immersion.dle ** Load Time: 0.23 seconds The DCU is running, it shows a glove. Could it lie in the fact that we use 32bit-Vizard, but only have 64bit-Virtual Hand SDK? If so, how can we solve it? We have installed the VirtualHand SDK from the CD in this folder: C:\Program Files\CyberGlove Systems\VirtualHand SDK but the update installed itself into this folder: C:\Program Files (x86)\Immersion Corporation\VirtualHand.  | 
| 
		 
			 
			#6  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Ah and the version of the SDK is 3.1.1 (64bit)
		 
		
		
		
		
		
		
		
		
	
	 | 
| 
		 
			 
			#7  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Are you using a glove from Immersion or CyberGlove Systems? 
		
		
		
		
		
		
		
		
	
	If you are using a CyberGlove Systems glove, then you need to use the cyberglove.dle extension, instead of immersion.dle. Also, if you are running on a 64-bit machine, things get a little more complicated. You need to install the 64-bit drivers for the glove. However, Vizard is a 32-bit program, so you also need to manually place the 32-bit CyberGlove SDK DLLs (CGS_VirtualHandDevice.dll, CGS_VirtualHandCore.dll, etc...) in your Vizard script directory.  | 
| 
		 
			 
			#8  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			We are using a CyberGlove Systems CyberTouch glove.  
		
		
		
		
		
		
		
		
	
	Ok so I uninstalled everything again to clean everything up, there were 32bit and 64bit versions of the SDKs installed. I use the cyberglove.dle extension now, and I installed the 64bit glove drivers from the CD. I placed the SDK DLLs from C:\Program Files\CyberGlove Systems\VirtualHand SDK\lib\winnt_386\Release into the same directory where my .py file is, but now I again get the error ** ERROR: Failed to load plug-in: 'CyberGlove.dle' But why? DCU is running, glove is shown and works perfectly fine, also the vibrator test. Just in vizard it does not work?! Do I have to install the 32bit SDK again? But then that is version 2.10, and now I have 3.1.1. Or maybe I just placed the wrong DLLs in my script folder or so? Quote: 
	
  | 
| 
		 
			 
			#9  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			No ideas? ==(  
		
		
		
		
		
		
		
		
	
	   
		 | 
| 
		 
			 
			#10  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Ok it works now. I now use the 32bit version of the SDK.
		 
		
		
		
		
		
		
		
		
	
	 | 
| 
		 
			 
			#11  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Hello there, I am living in 2019 and facing the same problem. It is working perfectly in DCU not in vizard. 
		
		
		
		
		
		
		
		
	
	In my case virtual hand drivers are 64-bit and vizard is also of 64-bit. After virtual hand driver installation DLL files are saved in vizard's directory automatically no manual work. Still I am getting error message: ** ERROR: Failed to connect to CyberGlove. Make sure Device Manager is running. ** ERROR: Failed to create extension sensor with CyberGlove.dle Any suggestion what to try to get it sorted!! Thanks,  | 
![]()  | 
	
	
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Failed to load jpeg | mhead10 | Vizard | 2 | 03-20-2012 12:53 PM | 
| ERROR: Failed to load .ive file | turgutm | Vizard | 1 | 09-16-2010 06:16 AM | 
| Failed to load wav file | BrynJ | Vizard | 1 | 04-24-2008 10:35 AM | 
| intersense: Failed to set control word on \\.\COM1 | OueOue | Precision Position Tracker (PPT) | 2 | 01-18-2007 01:51 PM | 
| Could not find plugin to load objects... | halley | Vizard | 1 | 05-30-2006 12:01 PM |