LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW: File is not a resource file. The file is not a valid LabVIEW file

Solved!
Go to solution

Hi Gerd,

Thanks for your reply.

 

I created backup up a month ago and many changes have been made from the backup data.

 

Is there any possibility to retrieve the data?

0 Kudos
Message 21 of 34
(1,998 Views)

Hi CNRK,

 

probably NO. You may ask the NI support for help…

 

Atleast you should have learned by now to create backups more often. Maybe you should also learn to use SVN or GIT?

This is no offense, but just common sense. Some lose work of a day and go crazy about that, other lose work of a whole month…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 22 of 34
(1,996 Views)

HI Gerd,

Thanks for the info... I will do it from now on.

0 Kudos
Message 23 of 34
(1,988 Views)

Hi Waldermar I have the same problem but it seems like that my file starts only with RSRC and not RSRC<LF>. Plus after correcting it I don't know how to open it again with labview...Could you help me please? 

0 Kudos
Message 24 of 34
(1,802 Views)

Not having a backup of your file?  Yikes.  TINKERING with a file without at least making a copy of it first... not sure what to say about that.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 25 of 34
(1,793 Views)

Hello,

I ve the same problem, I am trying to open my vi file and appears:

"LabView: File is not a resource file.

The file 'cliente v3.vi' could not be loaded.

 

I opened it with UltraEdit but there is no any "RSRC<LF>" to be replaced by "RSRC<CR><LF>".

 

I dont know what can I do.

I have checked  \Documents\LabVIEW Data\LVAutoSave but I dont have any copy.

 

I have LabView 2013 and Windows10

I attach my file 'Cliente v3.vi'

 

Thanks for your help... I have the presentation tomorrow... and now I'm lost 😞

 

 

0 Kudos
Message 26 of 34
(1,754 Views)

@naiaracastrillo wrote:

Hello,

I ve the same problem, I am trying to open my vi file and appears:

"LabView: File is not a resource file.

The file 'cliente v3.vi' could not be loaded.

 

I opened it with UltraEdit but there is no any "RSRC<LF>" to be replaced by "RSRC<CR><LF>".

 

I dont know what can I do.

I have checked  \Documents\LabVIEW Data\LVAutoSave but I dont have any copy.

 

I have LabView 2013 and Windows10

I attach my file 'Cliente v3.vi'

 

Thanks for your help... I have the presentation tomorrow... and now I'm lost 😞

 

 


Lesson learned, I guess: ALWAYS use some kind of versioning software (and commit often) so you have a recent version to fall back on.  😞

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 27 of 34
(1,752 Views)

@naiaracastrillo wrote:

 

Thanks for your help... I have the presentation tomorrow... and now I'm lost 😞

 


You overwrote the beginning of the file with formatted numeric data. the file is irreversibly lost.

 

novi.png

Message 28 of 34
(1,742 Views)

Thank you for your answer.

Do you have idea how could it be? I have no idea how I have overwriten that or how I have corrupted the file.... It's for not doing any more

 

Thx

0 Kudos
Message 29 of 34
(1,738 Views)

@naiaracastrillo wrote:

Thank you for your answer.

Do you have idea how could it be? I have no idea how I have overwriten that or how I have corrupted the file.... It's for not doing any more

 

Thx


Maybe a path was incorrectly concatenated, like the path was relative to the VI and the name of the VI was supposed to be replaced with the name of the file to write.  But it wasn't, so the VI, itself, was overwritten.  😞

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 30 of 34
(1,734 Views)