element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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) Library corruption mystery
  • 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
  • State Suggested Answer
  • Replies 2 replies
  • Answers 2 answers
  • Subscribers 175 subscribers
  • Views 2234 views
  • Users 0 members are here
Related

Library corruption mystery

Former Member
Former Member over 12 years ago

I recently upgraded from 5.x to 6.4.0 and when the libraries came across there were some errors.

 

Since the libraries are XML it was pretty easy to find the errors and edit them.  However, editing the library does not seem to fix the problem.

 

Example:

 

>

>Loading T:/Engineering/Electrical Eng/Eagle/lbr/DougM-XXXX-Wiring-Diagram.rpt.lbr ...

>

>Error:

>

>line 2753, column 43: invalid/missing attribute 'pin' in tag <connect>

 

So I open the library in Notepad++, find the offending line:

>

> <connect gate="G$1" pin="" pad="P$1"/>

>

 

and I edit it to put some information in:

 

>

><connect gate="G$1" pin="0_XXX" pad="P$1"/>

>

 

Then I save the library, exit Eagle, restart Eagle and try to open the library again but I get the same error! 

 

So I edit the library again and check the line.  It is correct:

>

><connect gate="G$1" pin="0_XXX" pad="P$1"/>

>

 

So my question is how can it be that I edit a file and eagle does not open the file I edited?  Does eagle cache the files somewhere? 

 

It might be worth mentioning that the lbr files are on a file server.  Also, I tried shutting down and restarting my computer thinking that maybe the OS had cached it somewhere.

 

Thank you for your insight,

 

DougM

  • Sign in to reply
  • Cancel

Top Replies

  • dukepro
    dukepro over 12 years ago +1 suggested
    On 07/12/2013 12:29 PM, doug metzler wrote: I recently upgraded from 5.x to 6.4.0 and when the libraries came across there were some errors. ... So I open the library in Notepad++, find the offending line…
  • scottritchie01
    scottritchie01 over 4 years ago in reply to dukepro +1 suggested
    This is a really old question, by I ran into it with a Raspberry Pi Zero W library that wouldn't load. It appears the eagle.dtd has changed so the format of the xml in Raspberry_Pi_Zero_W(v1.3).lbr is…
  • dukepro
    0 dukepro over 12 years ago

     

    On 07/12/2013 12:29 PM, doug metzler wrote:

    I recently upgraded from 5.x to 6.4.0 and when the libraries came across

    there were some errors.

    ...

    So I open the library in Notepad++, find the offending line:

    <connect gate="G$1" pin="" pad="P$1"/>

     

    and I edit it to put some information in:

     

    <connect gate="G$1" pin="0_XXX" pad="P$1"/>

     

    Doug,

     

    What may be happening is that the text you provide for the pin refers to

    a non-existent pin.  I would suggest that you use a text editor to find

    the device and variant containing the error.  Then use the library

    editor to reconnect the pin.

     

    HTH,

        - Chuck

     

     

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • scottritchie01
    0 scottritchie01 over 4 years ago in reply to dukepro

    This is a really old question, by I ran into it with a Raspberry Pi Zero W library that wouldn't load. It appears the eagle.dtd has changed so the format of the xml in Raspberry_Pi_Zero_W(v1.3).lbr is no longer valid. I fixed it by doing the following:

     

    1. Open the library file with an editor.

    2. Starting at line 66, change "pad name="1" to "pad name="P$1" and so on to line 109.

    3. Starting at line 214, change "pad="1" to "pad=P$1" and so on to line 257.

    4. Save the file and load it.

     

    The same fix should work for other libraries.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
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 © 2025 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