WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   winviz.exe problem (https://forum.worldviz.com/showthread.php?t=2830)

llqqff 07-14-2010 11:35 AM

winviz.exe problem
 
1 Attachment(s)
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.

Jeff 07-15-2010 04:36 PM

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()


llqqff 07-16-2010 09:08 AM

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.


All times are GMT -7. The time now is 02:57 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC