<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 'error in pattern file' message in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6022884#M293572</link>
    <description>&lt;P&gt;I have been trying&amp;nbsp;to add pattern hatches provided by eldorado stone manufacturer and get message 'error in pattern file'. It seems no matter what I try or where I file the pat file the same problem occurs. I have read so much online, deleted the files to try again,&amp;nbsp;but still can't solve the problem. HELP!&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2016 21:58:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-03T21:58:36Z</dc:date>
    <item>
      <title>'error in pattern file' message</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6022884#M293572</link>
      <description>&lt;P&gt;I have been trying&amp;nbsp;to add pattern hatches provided by eldorado stone manufacturer and get message 'error in pattern file'. It seems no matter what I try or where I file the pat file the same problem occurs. I have read so much online, deleted the files to try again,&amp;nbsp;but still can't solve the problem. HELP!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 21:58:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6022884#M293572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-03T21:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: 'error in pattern file' message</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6022922#M293573</link>
      <description>&lt;P&gt;Welcome to these Forums!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's from&amp;nbsp;files just as sent or downloaded from them, I would notify them and ask them to fix it. &amp;nbsp;They would need to be separate files for each pattern, which doesn't seem likely, so:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's more complicated than that [e.g. you&amp;nbsp;copied/pasted pattern definition code from some source&amp;nbsp;into your own acad.pat file], the first question I would ask is whether the file &lt;EM&gt;ends with a blank line&lt;/EM&gt;. &amp;nbsp;If you open it in something like Notepad, when you hit Ctrl+End it should put you on an empty line at the bottom, &lt;EM&gt;not&lt;/EM&gt; on the last line of code content. &amp;nbsp;If it doesn't, hit Enter to make that empty last line, and try again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's not the issue, can you post the file?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 22:23:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6022922#M293573</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-02-03T22:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: 'error in pattern file' message</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6024159#M293574</link>
      <description>Custom Hatch patterns/ PAT-extension file rules:&lt;BR /&gt;&lt;BR /&gt;1. File name and hatch pattern name must be one and the same.&lt;BR /&gt;2. One hatch pattern per file.&lt;BR /&gt;3. there must be a single blank line at the end of the definition in the PAT file.  &lt;BR /&gt;4. The PAT file must be in AutoCAD's search path.This can be any folder, simply add that folder to the search path using OPTIONS command&amp;gt;Files Tab&amp;gt;Support File Search Path.&lt;BR /&gt;5. You then find all of these new hatch patterns that you added under the CUSTOM option in HATCH command pop-up (or in the Ribbon).&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Feb 2016 15:11:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6024159#M293574</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-02-04T15:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: 'error in pattern file' message</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6025010#M293575</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt; wrote:&lt;BR /&gt;Custom Hatch patterns/ PAT-extension file rules:&lt;BR /&gt;....&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;6.&amp;nbsp; You can also &lt;EM&gt;include custom Hatch patterns inside the ACAD.pat file&lt;/EM&gt;.&amp;nbsp; This makes it easier to get at them, since you can just scroll&amp;nbsp;the available patterns along with all the others, and don't need to go into&amp;nbsp;a different&amp;nbsp;"Custom" category, nor do you need all those separate files for each.&amp;nbsp; [I also&amp;nbsp;&lt;EM&gt;remove&lt;/EM&gt; from it patterns I know I'll never use.]&amp;nbsp; &lt;STRONG&gt;But&lt;/STRONG&gt; if you choose to do it that way, it's a good idea to: &amp;nbsp;A) keep a &lt;EM&gt;copy of the original&lt;/EM&gt; ACAD.pat file under a different name [I use acadORIG.pat] just in case;&amp;nbsp; and B) also keep&amp;nbsp;your collection of custom patterns&amp;nbsp;in some separate file, to make it easier to incorporate them into ACAD.pat when you upgrade AutoCAD, in case their default set of patterns changes.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 21:29:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6025010#M293575</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-02-04T21:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: 'error in pattern file' message</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6424172#M293576</link>
      <description>&lt;P&gt;I am having this same issue with .pat files from Eldorado Stone. I have tried copying the file into the acad.pat file, as well as placing the eldorado stone file into the support folder where acad.pat is located. I'm attaching one of the .pat files provided from eldorado stone.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 17:41:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6424172#M293576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-07T17:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: 'error in pattern file' message</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6425093#M293577</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I took your file, saved it to a folder which is included as support path for AutoCAD, started AutoCAD, started hatch and that was it, not any error message (tested this now using AutoCAD 2017)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What version of AutoCAD do you use + which service pack?&lt;/LI&gt;
&lt;LI&gt;When exactly do you get your error message?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Depending on the AutoCAD release you should know that old versions of AutoCAD had a limit of 80 char's per line. So you can go through that file, clear the spaces (which are not needed), replace the trailing zeros as decimal digits and for that lines, that again are presented as errors you have to round values, but be careful, do not round the first line in the parameter file as that is the angle (rounding that value creates more issues with the distance of the hatch from it's origin)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 06:49:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-pattern-file-message/m-p/6425093#M293577</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-07-08T06:49:18Z</dc:date>
    </item>
  </channel>
</rss>

