06-07-2007 02:27 PM
06-08-2007 12:57 PM
Anybody can help me on this issue?
Thanks!
Jing
06-11-2007 08:56 AM
06-11-2007 10:26 AM
I was using Labview 8.2.1 when I had this crash, though I have Labview 7 installed in the same computer.
When I "copy the file to some other place", I mean: Click the *.vi file, ctrl-c and ctrl-v to some other directory.
Thanks,
Jing
06-12-2007 02:15 PM
10-24-2008 09:05 AM
Nadim
I have the same peoblem "Fatal Internal Error "memory.cpp", line 1038" with LabView 7.1 once a while. The VI writes data into a excel file every minute normally but it suspended last night as the excel could not be closed. It happened rarely and it ran well once I restarted the computer. Is it related to LV 7.1? Here is the LabVIEW Data\lvfailurelog\lvlog07-11-08-09-51-29.txt.
Thanks. Lin Lan
####
#Date: Thu, Jul 10, 2008 2:58:28 PM
#OSName: Windows NT
#OSVers: 5.1
#AppName: LabVIEW
#Version: 7.1
#AppKind: FDS
D:\lvmerc\src\source\data\data.cpp(119) : DWarn: fpdco dataptr dsoffset=0
$Id: //labview/branches/Mercury/dev/source/data/data.cpp#5 $
0x004B99A3 - LabVIEW <unknown> + 0
0x009E364E - LabVIEW <unknown> + 0
0x00768F8C - LabVIEW <unknown> + 0
0x009E46BE - LabVIEW <unknown> + 0
0x007695A7 - LabVIEW <unknown> + 0
0x009E46BE - LabVIEW <unknown> + 0
0x00769139 - LabVIEW <unknown> + 0
0x009E46BE - LabVIEW <unknown> + 0
0x00768F9A - LabVIEW <unknown> + 0
0x009E46BE - LabVIEW <unknown> + 0
0x00768D4E - LabVIEW <unknown> + 0
0x009E46BE - LabVIEW <unknown> + 0
0x0061B3AE - LabVIEW <unknown> + 0
0x00A03132 - LabVIEW <unknown> + 0
0x009FACE5 - LabVIEW <unknown> + 0
D:\lvmerc\src\source\data\data.cpp(119) : DWarn: fpdco dataptr dsoffset=0
$Id: //labview/branches/Mercury/dev/source/data/data.cpp#5 $
0x004B99A3 - LabVIEW <unknown> + 0
0x009E364E - LabVIEW <unknown> + 0
0x00768F8C - LabVIEW <unknown> + 0
0x009E46BE - LabVIEW <unknown> + 0
0x00768D4E - LabVIEW <unknown> + 0
0x009E46BE - LabVIEW <unknown> + 0
0x0061B3AE - LabVIEW <unknown> + 0
0x00A03132 - LabVIEW <unknown> + 0
0x009FACE5 - LabVIEW <unknown> + 0
0x004B7F79 - LabVIEW <unknown> + 0
0x004B7E3C - LabVIEW <unknown> + 0
0x004B7CF9 - LabVIEW <unknown> + 0
0x004B520D - LabVIEW <unknown> + 0
0x004B347E - LabVIEW <unknown> + 0
0x7E418724 - USER32 <unknown> + 0
10-27-2008 11:41 AM
Lin Lan,
Are you using the same example as the original poster, or are you just experiencing the same error?
Also, are you trying to move libraries or use them, or are you just trying to run a VI?
10-27-2008 12:55 PM
Chris
This is the same error in my VIs, nothing to do with the original poster.
I am running VIs in LabView 7.1.
Thanks.
Lin Lan
10-27-2008 01:09 PM
Lin Lan,
The error you experienced is a warning that occurred during the
last time you were using LabVIEW. By default LabVIEW does not show a
dialog at the time of the warning since it is not critical to
execution. However, it is hard to identify the cause of the DWarn (for
investigation purposes) without knowing when it occurred. By adding the
following line to your LabVIEW.ini file you will see a dialog
immediately when the error occurs, which will help you (and NI)
identify the cause.
DWarnDialog = TRUE
If you are running
critical code on your machine, you may not want to add this token since
it will show a dialog and halt execution of your program when the DWarn
error occurs.
If you want to disable the reporting of the
warning all together then remove DWarnDialog=True from the LabVIEW.ini
file and add the following line instead.
DebugLogSkipList = {filename.cpp}({linenumber})
05-29-2009 05:11 AM
Hello,
I am writing here because i have the same error message that Lin Lan and Jing.
For me it happends when I tried to copy files from a library to another folder. These libraries were developped using the version 7.1 and now I am using 8.6. I have opened them and saved the automatical changes done by Labview to adapt them from a version to another.
Now I am trying to develop a new project in which i need to use and modify some of this files, so what i did is to add the libraries to the proyect, to take the main vi (which was also in one of these libraries), and made all the necessary changes for the project to the files directly in the library. I was not very sure whether this is a good practise or not and I asked in the forum. Someone adviced me to extract the files from the libraries, save them in the memory of the PC and add them to the project. However, when I try to copy the files to a folder, I get that mistake (and even internet explorer is closed)
My PC has Labview 7.1 and 8.6 installed. Maybe I wouldn't mind to remove the old version of Labview, only if that stops the problem (because if i want to install it again, previously i have to remove the newest version, instal 7.1 and then again 8.6....)
Thank you very much!!