View Single Post
  #1  
Old 07-14-2010, 11:35 AM
llqqff llqqff is offline
Member
 
Join Date: May 2009
Posts: 25
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.
Attached Images
File Type: bmp error.bmp (318.1 KB, 1321 views)
Reply With Quote