07-31-2013 12:39 AM
i am using sqltoolkit 2.0 & OS window 7 , when i am uploading the data to database . then i am getting this error.
Solved! Go to Solution.
07-31-2013 02:24 AM
GPFs can be addressed by generating the map file and checking the address on error with those found in the map file. See this discussion for an example.
08-06-2013 09:32 AM
The address of the GPF suggests that the crash is happening inside the CVI run-time and not directly in your program, which would make it impossible to find by building your own map file.
However, assuming you can reproduce this crash easily it would still be helpful if you could debug your code and narrow down where the crash is happening. Is it always happening when you call a specific library function?
It would also help if you could give us the exact version number of your CVI run-time (in this case, the version number of c:\windows\system32\cvirte.dll).
Luis
09-06-2016 12:46 AM
I've followed a couple threads on this but don't see a solution.
This just occurred for me. Same thing as other users:
int main(int argc, char *argv[])
{
return 0;
}
Nothing else, I get the fatal fault.
BTW, this happened immediately after switching from Win 7 to Win 10.
Is there a fix for this?
Dave
09-12-2016 09:50 AM
I suspect you're running into this issue. If so, until there is a more permanent solution from NI, you should try one of the workarounds mentioned in the other post.
09-12-2016 01:18 PM
Hi Luis,
Thanks for the reply. Yes, it was the same thing. There is yet another new thread https://forums.ni.com/t5/LabWindows-CVI/Application-Stops-Working-On-Exit-Windows-10-CVI-2013/td-p/3... where I said that at first I didn't think that solution applied to me because of the reference to RS1.
Thanks again.
Dave
07-13-2017 10:43 AM
I have the same issue when I quit the program but only when I use the 64 bit compiler (in Debug64 I get the unknown source position error, in Release64 I just get a windows fatal error).
I tried with a bare program , just a main with an "hello word" message, but the outcome is the same, the 64 bit version fails somewhere exiting the program.
I have this issue with cvi 2010 sp1 and also with cvi 2015
07-13-2017 11:26 AM
Removing the font files as Luis said in his post worked for me.
d.
07-14-2017 03:14 AM - edited 07-14-2017 03:15 AM
If the workaround of removing fonts was successful, then you may want to try downloading and installing the CVI2015 f1 patch that should fix the problem for both the IDE and the runtime.