Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Designer bug?

  1. #1
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    135

    Default Designer bug?

    Hello, everybody!

    Over the years I have gathered quite a lot of patterns in the favorites.mpn file. It is now quite big, probably too big for designer to handle. Size 188 MB.

    Designer hangs on startup. It displays the banner, starts reading from disk and then hangs only consuming CPU. The # of bytes read before the hang is always 208631244.

    If I remove the favorites file, designer starts Ok. But as soon as I try to import the favorites or if I put it back in place, designer won't work. Any ideas?

    Regards /Z
    Located at a nice spot in Europe...
    Current machines:
    • model A, QC, firmware 1.188, sandpaper belts, "brainless"
    • model A, Carvetight, rubber belts, A907, illuminated display from soigeneris (Jeff Birt)
    • 2 x model C, Carvetight, still in box

    Software: Designer 3.106, Designer 1.188, Centerline, Conforming vectors, STL importer, Scanning probe, Blender (to create depth maps )

  2. #2
    Join Date
    Sep 2007
    Location
    Northern Colorado
    Posts
    7,962

    Default

    All caused by the large favorites list.

    If you have the patterns save on your computer already reduce the size by deleting the patterns in your pattern list. Do this with in designer, right click and delete. If you do not have them saved then right click, export (pay attention to the export location) and then delete them.

    You can also move the favorites.mpn file out of the carvewright folder location and when you restart designer it will create a new favorites list as if you just started.
    RingNeckBlues
    My patterns on the Depot
    DC-INSERT It Just Sucks!

    Proven to out perform all others!
    Buy CarveWright
    Colorado FaceBook Users Group


    All patterns and projects that I share on the CarveWright forum are for your personal carving purpose. They are not to be shared, sold or posted on any other web site without permission from RingNeckBlues Designs.

  3. #3
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    135

    Default

    Hello...

    The problem is that as soon as I try to look at the favorites list in designer it will hang. Some of the patterns were never saved as ptn files, created directly from greyscale bitmaps... Sigh... lots of work going down the drain..
    Located at a nice spot in Europe...
    Current machines:
    • model A, QC, firmware 1.188, sandpaper belts, "brainless"
    • model A, Carvetight, rubber belts, A907, illuminated display from soigeneris (Jeff Birt)
    • 2 x model C, Carvetight, still in box

    Software: Designer 3.106, Designer 1.188, Centerline, Conforming vectors, STL importer, Scanning probe, Blender (to create depth maps )

  4. #4
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    135

    Default

    Just to clarify... I cannot even open favorites, so I cannot export either...
    Located at a nice spot in Europe...
    Current machines:
    • model A, QC, firmware 1.188, sandpaper belts, "brainless"
    • model A, Carvetight, rubber belts, A907, illuminated display from soigeneris (Jeff Birt)
    • 2 x model C, Carvetight, still in box

    Software: Designer 3.106, Designer 1.188, Centerline, Conforming vectors, STL importer, Scanning probe, Blender (to create depth maps )

  5. #5
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    135

    Default

    Is there a maximum size for the favorites file?
    Located at a nice spot in Europe...
    Current machines:
    • model A, QC, firmware 1.188, sandpaper belts, "brainless"
    • model A, Carvetight, rubber belts, A907, illuminated display from soigeneris (Jeff Birt)
    • 2 x model C, Carvetight, still in box

    Software: Designer 3.106, Designer 1.188, Centerline, Conforming vectors, STL importer, Scanning probe, Blender (to create depth maps )

  6. #6
    Join Date
    Sep 2009
    Location
    Goodman, Missouri
    Posts
    2,922

    Default

    100Meg to 150 is the max size, Some system 100 is max others is 150meg.
    Using Designer 1.187, STL importer, Center line, conforming vectors, scanning probe/PE, and the ROCK chuck.

    Eddie





  7. #7
    Join Date
    Sep 2007
    Location
    Northern Colorado
    Posts
    7,962

    Default

    Sounds like a bit of a problem then. Not sure what a good work around is to be able to get access/open it so you can get some of the patterns cleared out. What ever you do DO NOT DOUBLE CLICK on the mpn file in the folder as it will generate a duplicate and make thing ever worse.
    RingNeckBlues
    My patterns on the Depot
    DC-INSERT It Just Sucks!

    Proven to out perform all others!
    Buy CarveWright
    Colorado FaceBook Users Group


    All patterns and projects that I share on the CarveWright forum are for your personal carving purpose. They are not to be shared, sold or posted on any other web site without permission from RingNeckBlues Designs.

  8. #8
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    135

    Default

    Hello again!

    I was not very willing to lose many hours of categorizing patterns, so I decided to act like a very desperate individual and have a close look at the file. I mean close.

    When doung it I realized that the problem was not in size of the file. It was a corruption in the internal category structure. Dolphins were a subcategory under animals, which themselves were a subcategory under dolphins. You get the picture? Designer was running round in a tight circle trying to figure out the dependencies. A small cleanup fixed the issue.

    And here comes the technical stuff how I found the root problem. Probably not very understandable if you do not work with databases. I happen to make my living as database architect, so this was known territory... Here is what I did.

    I started by making a work copy of the favorites.mpn file. I opened the file in Notepad ++, which is a nice tool to look at unknown files. The first line of the file had a text in it, saying it is a SQLite database. I am specialized in Oracle databases, but a database is just a database, which means familiar ground.

    I found on the internet a tool called sqlitestudio 2.1.4, which is a program that can handle those databases.

    I opened the favorites.mpn file as if it were a database and this worked!

    The database contains 4 tables: category, item, regID and tag. Iput all the subcategories under category 1 by altering the column called Parent in the category table. I then committed the changes (this means I saved them back into the database). Then I was able to restore the favorites file in the original spot and it works.
    Located at a nice spot in Europe...
    Current machines:
    • model A, QC, firmware 1.188, sandpaper belts, "brainless"
    • model A, Carvetight, rubber belts, A907, illuminated display from soigeneris (Jeff Birt)
    • 2 x model C, Carvetight, still in box

    Software: Designer 3.106, Designer 1.188, Centerline, Conforming vectors, STL importer, Scanning probe, Blender (to create depth maps )

  9. #9
    Join Date
    Sep 2007
    Location
    Northern Colorado
    Posts
    7,962

    Default

    Well sure glad you knew what your doing and got your issue fixed.
    RingNeckBlues
    My patterns on the Depot
    DC-INSERT It Just Sucks!

    Proven to out perform all others!
    Buy CarveWright
    Colorado FaceBook Users Group


    All patterns and projects that I share on the CarveWright forum are for your personal carving purpose. They are not to be shared, sold or posted on any other web site without permission from RingNeckBlues Designs.

  10. #10
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    135

    Default

    I am HAPPY now!
    Located at a nice spot in Europe...
    Current machines:
    • model A, QC, firmware 1.188, sandpaper belts, "brainless"
    • model A, Carvetight, rubber belts, A907, illuminated display from soigeneris (Jeff Birt)
    • 2 x model C, Carvetight, still in box

    Software: Designer 3.106, Designer 1.188, Centerline, Conforming vectors, STL importer, Scanning probe, Blender (to create depth maps )

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •