LDraw.org Discussion Forums
parts/98138pm5.dat Tile 1 x 1 Round with Octagon (Arkenstone) Pattern - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: Models and Parts (https://forums.ldraw.org/forum-18.html)
+--- Forum: Parts Authoring (https://forums.ldraw.org/forum-19.html)
+--- Thread: parts/98138pm5.dat Tile 1 x 1 Round with Octagon (Arkenstone) Pattern (/thread-22647.html)



parts/98138pm5.dat Tile 1 x 1 Round with Octagon (Arkenstone) Pattern - Luca Rusconi - 2018-01-02

Huh 
This part, included in the latest update of the official parts 2017, is causing MLCad to crash every time I try to browser the tile parts folder...
Once removed from the \LDraw\Parts folder, no more issues.
I don't know what kind of problem this part could create, but FYI...


RE: parts/98138pm5.dat Tile 1 x 1 Round with Octagon (Arkenstone) Pattern - Magnus Forsberg - 2018-01-02

(2018-01-02, 20:42)Luca Rusconi Wrote: Huh 
This part, included in the latest update of the official parts 2017, is causing MLCad to crash every time I try to browser the tile parts folder...
Once removed from the \LDraw\Parts folder, no more issues.
I don't know what kind of problem this part could create, but FYI...

Yes, it has an issue. A tiny error in one line.

Open the file 98138pm5.dat in a text editor, LDDP or Notepad will do fine, and change line 15:
Code:
0 BFC NO CLIP

to:
Code:
0 BFC NOCLIP

I think that will do it.
I'll send a corrected file to Admin


RE: parts/98138pm5.dat Tile 1 x 1 Round with Octagon (Arkenstone) Pattern - Roland Melkert - 2018-01-02

(2018-01-02, 20:42)Luca Rusconi Wrote: Huh 
This part, included in the latest update of the official parts 2017, is causing MLCad to crash every time I try to browser the tile parts folder...
Once removed from the \LDraw\Parts folder, no more issues.
I don't know what kind of problem this part could create, but FYI...

LDCad issues a warning ("Unknown bfc tag, ignored.") for line 17:
0 BFC NO CLIP

should be
0 BFC NOCLIP

edit: magnus figured it out faster Smile


RE: parts/98138pm5.dat Tile 1 x 1 Round with Octagon (Arkenstone) Pattern - Luca Rusconi - 2018-01-03

(2018-01-02, 21:51)Magnus Forsberg Wrote: Yes, it has an issue. A tiny error in one line.

Open the file 98138pm5.dat in a text editor, LDDP or Notepad will do fine, and change line 15:
Code:
0 BFC NO CLIP

to:
Code:
0 BFC NOCLIP

I think that will do it.
I'll send a corrected file to Admin

It works: thanks!


RE: parts/98138pm5.dat Tile 1 x 1 Round with Octagon (Arkenstone) Pattern - Chris Dee - 2018-01-05

(2018-01-02, 22:02)Roland Melkert Wrote:
(2018-01-02, 20:42)Luca Rusconi Wrote: Huh 
This part, included in the latest update of the official parts 2017, is causing MLCad to crash every time I try to browser the tile parts folder...
Once removed from the \LDraw\Parts folder, no more issues.
I don't know what kind of problem this part could create, but FYI...

LDCad issues a warning ("Unknown bfc tag, ignored.") for line 17:
0 BFC NO CLIP

should be
0 BFC NOCLIP

edit: magnus figured it out faster Smile

Corrected version now on the Parts Tracker and fast-tracked for next update.