03-05-2010 03:02 PM
I have this problem on several of my labview executables. I can open and runt eh program with no errors. But when I close the program by any method, I get a pop up error in windows. Stating:
"Application Name" has encountered a problem and needs to close. We are sorry for the inconvenience.
I get the option to send the info to Microsoft. Another error pops up Stating the following:
WinsockAsyncSelectWindow: Application name.exe - application error
The instruction at "0x7c90e470" referenced memory at "0x03182a2c". The memory could not be "read". Click on CANCEL to debug the program.
This is really annoying... Anyone know why this error is poping up?
03-08-2010 03:49 PM
Hi Jason,
Could you please provide us with some more information regarding your executable?
What version of LV are you using?
How are you stopping the executable (stop button? abort button?) You should always use a stop button, not the abort button (the stop sign looking glyph on the toolbar) to ensure that all of your references have been properly closed.
Do you see this performance when running the executable on the development machine?
Do you get the warning every time, or only some of the time?
What all are you doing in the executable? I'd be curious to know if it was something particular to your code or the environment. One way to test this is to build a "dummy" executable--just one that does something as simple as count iterations, and see if you get the message or not.
Please provide a little more information and we'll do our best to help.
Cheers,
03-10-2010 10:08 AM
03-11-2010 10:34 AM
09-06-2012 04:24 AM
The Chancenator ha scritto:
Thanks for posting your solution Jason, it'll help other users who stumble upon this thread.
e.g. me this morning, exactly the same problem, thanks Jason!