LDraw.org Discussion Forums

Full Version: parts/98138pm5.dat Tile 1 x 1 Round with Octagon (Arkenstone) Pattern
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...
(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
(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
(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!
(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.