04-11-2013 09:16 AM
Hey all,
i'm in the process of rewriting a currently procedural project/application to an oop one.
The problem is,that i can't open the project anymore on this pc and another one. So i tried to create a new project, adding the ethernet rio and the files i created previously. Everything was working fine until i again closed and reopened the project, then the same error occurs.
For testing purposes i installed the trial version of labview for macs on my macbook and there the project loads without an error.
Then i thought about updating labview (2012 to 2012 SP1), but this didn't change a thing.
Attached you will find the project with all dependencies.
I hope you can help me with this as i couldn't make any progress in fixing this error.
04-11-2013 09:19 AM
04-11-2013 09:29 AM
Exception: Access violation (0xC0000005) bei EIP=0x01439A08
04-11-2013 10:13 AM
in 2010 SP1 i've had some occassional project issues. opening the project file in a text editor and deleting the dependencies section usually fixed it. however, i think most of the bugs i was encountering here have been fixed in 2012
04-11-2013 10:24 AM
So the LabVIEW IDE itself is crashing.
I've taken a look at your Project and the crash is coming from the Ventil class from inside the "Klassen" folder.
If I remove the 4 Ventil... files and load V2-Neu.lvproj then it loads fine (skipping the obvious missing dependencies).
If I replace these dependencies then it accepts them, but you can't reload the project without the same crash.
I would suggest you try re-creating these Ventil class files, maybe that will help.
04-11-2013 10:27 AM
04-12-2013 12:56 PM