LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

faulting module cvirte.dll, version 8.1.0.271

We have an application using LWCVI 8.1.1 and Teststand 2.0.

We have used this application for about 2 years with no problems, but in the last few week, on new pc, we have a problem.

The program craches with the message " faulting module cvirte.dll, version 8.1.0.271".

 

We investigated this probem, and found out, that it has someting to do with a popup window.

 

First we install a popup with :

MsgBoxHandle = LoadPanelEx (0, BOX_UIR, MSGBOX, __CVIUserHInst);

InstallPopup (MsgBoxHandle); 

 

And later we remove the popup with :

RemovePopup (0);
DiscardPanel (MsgBoxHandle);

 

 In one of these functions, an error 

 

The errormessage is :

 

Event Type:       Error

Event Source:    Application Error

Event Category: None

Event ID:           1000

Date:                12-11-2008

Time:                15:33:02

User:                N/A

Computer:         NVC1221

Description:

Faulting application tmui.exe, version 1.0.1.1, faulting module cvirte.dll, version 8.1.0.271, fault address 0x0018beda.

 

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Data:

0000: 41 70 70 6c 69 63 61 74   Applicat

0008: 69 6f 6e 20 46 61 69 6c   ion Fail

0010: 75 72 65 20 20 74 6d 75   ure  tmu

0018: 69 2e 65 78 65 20 31 2e   i.exe 1.

0020: 30 2e 31 2e 31 20 69 6e   0.1.1 in

0028: 20 63 76 69 72 74 65 2e    cvirte.

0030: 64 6c 6c 20 38 2e 31 2e   dll 8.1.

0038: 30 2e 32 37 31 20 61 74   0.271 at

0040: 20 6f 66 66 73 65 74 20    offset

0048: 30 30 31 38 62 65 64 61   0018beda

0050: 0d 0a                     ..     

 

 

Please help.

 

Thanks in advance

 

With kind regards

Tonnie

 

0 Kudos
Message 1 of 2
(2,869 Views)

Dear Tonnie,

 

This could indicate a driver problem. Have you installed the same driver version on the new PC? Maybe it is usefull to create a list of all the software installed on both PC's (Operating system, service pack, NI Development software, NI driver software (all with versions)) to define where the problem could be.

 

Regards,

 

Peter S

0 Kudos
Message 2 of 2
(2,852 Views)