10-07-2009 11:10 AM
Hi there,
I have one of these errors in my WinXP Application Event Viewer:
There are probably about 2000 of such errors in a row from 11:33:47 AM till 12:44:28 PM.
Now whenever I have SetCtrlAttribute function panel opened and try to select the list of value constants, CVI will crash.
Any idea?
10-07-2009 02:53 PM
Hello,
What you have reported is actually a known issue for LabWindows/CVI 9.0.1. Please take a look at this KB, and install the included patch to fix the crash you are seeing.
Please don't hesitate to let me know if you have any trouble.
NickB
National Instruments
12-19-2011 01:43 PM
I am building my app with CVI 2009 and am seeing a similar error. This error is constant in my event viewer whil my application is open.
The last line of the error is the only thing different from the error above.
The following information is part of the event: [16:50:45:227][FATAL][AllocateRuntimeCOMMSymbolStorage][...\jeff\i386\link.c:1987]Assertion failed: ((uintptr_t)memPtr).
12-20-2011 01:57 PM
Hi johnoc,
What version of CVI do you have? 9.0.1? The problem that YL was reporting only appeared to be present in 9.0.1 and not 9.0.0 for 2009. The Help->About should have the version number in the bottom right corner for CVI. If you do have 9.0.1, have you tried the patch?
Regards,
Michael Miracle
NI Americas | AE
12-21-2011 08:26 AM
Thanks MichaelAE! I am running 9.1.1, but it is acting as described in the first post of this thread with the only difference being the difference in the last line that I described. It's more of an annoyance than anything else. I would like to determine the root cause.
Regards-
John
12-27-2011 12:15 PM
Hi johnoc,
The previous bug should be fixed for 9.1.1. The error code is also different, so I’m thinking that this could be a separate bug. If I can reproduce this on my end, maybe I can help you out. Are there some simple steps that I can follow to get the same behavior that you’re getting?
Regards,
Michael Miracle
NI Americas | AE
02-29-2012 02:57 PM
Sorry so long to reply Michael. This seems to happen when I am running my app with a local login ID. If I use my Domain login ID on these machines I do not see this Error in the application log. This is puzzling me because the app should have no problem running under a local login.
03-01-2012 04:17 PM
Hi johnoc,
Are you using any Delay() commands in your code? Could your error be related to this forum (http://forums.ni.com/t5/LabWindows-CVI/faulting-module-cvirte-dll/td-p/1030890)? Are you using any Delay() calls?
It may instead have something to do with Administration privileges with calls that you are using in your program. Is it an option for you to post your code so that I can replicate the error?
Regards,
Michael Miracle
NI Americas | AE
03-02-2012 09:09 AM
Michael,
Reults when I tried to follow your link:
"The page you are trying to access was not found. Please check your URL for typos and try again."
I need to look into the delay() calls. I know I had some in there a few years back, but I think I changed them over to Sleep().
I will see what I can do about zipping my code up and subitting it. It is quite large.
Regards-
John
03-02-2012 09:13 AM
Michael,
Disregard the link issue. It worked after I posted.
Regards-