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 3342 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
  • autodeskguest
    autodeskguest over 10 years ago in reply to sauerwald

    On 7/01/2016 4:51 p.m., Mark Sauerwald wrote:

    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?

     

     

    Hi

    You should be able to salvage.

     

     

    For the Errors listed

     

    Open the board file in a text editor

    Go down to line 1301

    There it has detected that the format of the line is unexpected.

    It is expecting it to start like:

     

    as the name should be made to

    match those contacts on the schematic.

     

    This should get you going but you will likely have consistency errors

    between the board and schematic so you may have more work to do.

     

    I would try to get either board or schematic opening by  them selves

    first and then once that works open them both, then fix the

    inconsistency errors to make them consistent. When you do this, work out

    what you want to do to one of the files and close the other before you

    do it.

     

    HTH

    Warren

     

     

     

     

     

     

     

     

     

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

    Thank you Warren

     

    I was able to fix the files, and get my schematic and board layout back into sync.

     

    Mark

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

    Thank you Warren

     

    I was able to fix the files, and get my schematic and board layout back into sync.

     

    Mark

    • 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