#1
|
|||
|
|||
winviz.exe problem
Hi, I am using Vizard 3.0 with wireless cyberglove 2. But there was a running problem with my code, my code is as below:
import viz import hand viz.go() sensor = viz.add('cyberglove.dls') glove = hand.add(sensor,hand.CYBERGLOVE) When I run it, it shows a dialog: Winviz.exe has encountered a problem and needs to close. When I click the error report, it shows: Error signature AppName: winviz.exe AppVer: 0.0.0.0 ModName: virtualhandregistry.dll ModVer: 0.0.0.0 Offset: 000018a0 Is there anyway to solve this problem. Thanks. |
#2
|
|||
|
|||
Make sure the hand is animated in Immersion's DCU before running Vizard. Do you then have any trouble with the following:
Code:
import viz viz.go() immersion = viz.add('immersion.dle') glove = immersion.addCyberGlove() data = glove.getData() |
#3
|
|||
|
|||
The DCU is running. And when I use the
import viz viz.go() immersion = viz.add('immersion.dle') glove = immersion.addCyberGlove() data = glove.getData() It still crashed and show the same problem. It seems to me that the problem is importing the cyberglove or immersion plugin problem. I tried to use the 5dt.dls, it does not crashed. |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vertex shader performance problem | Joran | Vizard | 2 | 11-17-2008 01:29 AM |
export problem | bazelaisr | Vizard | 2 | 05-28-2008 10:19 AM |
problem with female animations | vmonkey | Vizard | 1 | 10-07-2005 10:36 AM |
sound problem | alaa | Vizard | 7 | 09-02-2005 01:13 PM |
PROBLEM: Picture-in-Picture breaks textures?!? | vcarlson | Vizard | 4 | 10-05-2004 04:22 PM |