element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Corrupted project file?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 22 replies
  • Subscribers 188 subscribers
  • Views 3338 views
  • Users 0 members are here
Related

Corrupted project file?

Former Member
Former Member over 10 years ago

Dear Experts out there, I got this error while opening my project...

Loading C:/SPB_Data/eagle/PFC_Power_Converter_Board_v.1.0/PFC_Power_Converter_Board_v.1.0.sch ...

 

Warning(s):

 

line 16553: invalid value '' for attribute 'name' in tag <net>

 

Error:

 

line 16575, column 6: invalid/missing attribute 'name' in tag <net>

 

What can I do? I have tried the backup file but to no avail. image

  • Sign in to reply
  • Cancel

Top Replies

  • rachaelp
    rachaelp over 10 years ago in reply to sauerwald +1
    Mark Sauerwald wrote on Thu, 07 January 2016 03:51 Do I need to recreate the whole design from scratch, or can I salvage this? Hi Mark, Hopefully Warren's answer above should sort you out but just relating…
  • autodeskguest
    autodeskguest over 10 years ago in reply to rachaelp +1
    Folks, I didn't intend to start a war over which source management system to use! It's more important that you USE one than WHICH one you use. I've used a bunch of them, including SCCS, CMS, CVS, Subversion…
Parents
  • sauerwald
    sauerwald over 10 years ago

    I am having the same issue.   In my case it is a design created in Version 7.1, and I get the same errors if I try to open in either Version 7.1 or 7.5   I get similar warnings and errors for both the SCH and BRD files, line numbers are different buth they are both worried about an invalid/missing attribute.

     

     

    Warning(s):

     

    line 1285: invalid value '' for attribute 'name' in tag <signal>

     

    Error:

     

    line 1301, column 9: invalid/missing attribute 'name' in tag <signal>

     

    Do I need to recreate the whole design from scratch, or can I salvage this?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • rachaelp
    rachaelp over 10 years ago in reply to sauerwald

    Mark Sauerwald wrote on Thu, 07 January 2016 03:51

    Do I need to recreate the whole design from scratch, or can I salvage

    this?

     

     

    Hi Mark,

     

    Hopefully Warren's answer above should sort you out but just relating to

    your final comment, it's always a good idea to keep backup's of earlier

    version so if anything get's lost/corrupted you can always go to the last

    backup. Since eagle now uses a text based rather than binary file format

    you can do this nicely and track your changes with a version control

    system. I use Git for all my projects and I check in regularly with a

    description of exactly what I have changed so I can always go back and look

    what I have done over the history of a design which can be really useful on

    a big project with lots of changes. You then also have easy backups to

    another machine or an off-site git server. You simply check in changes and

    then push them to the remote location. Doing this means you'll never have

    to ask the above question as you'll know you can always go back to the last

    known good check in if something bad happens.

     

    Best Regards,

     

    Rachael

    --

    Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

     

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • sauerwald
    sauerwald over 10 years ago in reply to rachaelp

    Thank you for your advice Rachel and Warren for the suggestion.   I'll try the text editing suggestions out when I get home tonight - I use Eagle at home, and Altium at work, and there is always a transition period when I jump from one system to the other, but the text editing strategy looks like a good place to explore!   I was dreading having to redo this design from scratch, it is 10 sheets of schematic so it would have been some work!

     

    At work, we use Perforce for version control and sharing - but I am not as diligent with my projects at home as I am at work.    I should look for a middle of the road solution and GIT looks interesting, I'll have to try that out.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 10 years ago in reply to sauerwald

    On 07/01/16 17:06, Mark Sauerwald wrote:

    At work, we use Perforce for version control and sharing - but I am not

    as diligent with my projects at home as I am at work.    I should look

    for a middle of the road solution and GIT looks interesting, I'll have

    to try that out.

     

    At work I have Visual Source (un)Safe inflicted on me but all my home

    projects live in Subversion, at least partly because it's such a doddle

    to administer.

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 10 years ago in reply to sauerwald

    Just to add a little, prompted by Rachael,s comment.

     

    Eagle stores backups each time you save so the last of these may work for

    you.

    See the manual that explains the file naming of the saves and automatic

    backups.

     

    If you had done quite a bit of work since that last save maybe there's a

    bit to much of a difference to use it and hence getting to work with the

    text editor is the way to go.

    What could be of value is, The backup may have exactly what you need to

    repair the broken files so once you locate it, a simple cut and paste will

    get you going and possibly the Schem and Board will be consistent.

     

     

    Warren

    --

    Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • autodeskguest
    autodeskguest over 10 years ago in reply to sauerwald

    Just to add a little, prompted by Rachael,s comment.

     

    Eagle stores backups each time you save so the last of these may work for

    you.

    See the manual that explains the file naming of the saves and automatic

    backups.

     

    If you had done quite a bit of work since that last save maybe there's a

    bit to much of a difference to use it and hence getting to work with the

    text editor is the way to go.

    What could be of value is, The backup may have exactly what you need to

    repair the broken files so once you locate it, a simple cut and paste will

    get you going and possibly the Schem and Board will be consistent.

     

     

    Warren

    --

    Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube