-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object of class AcDbDictionary can't be cast to AcDbEntity #851
Comments
Yes, please |
Sure. But for this period we favored the easier preR13 tasks |
Still at the gmail address? |
any you find |
The producer fails with ../oda gh_851_gh851.json: |
What could be causing so many dictionary objects? |
maybe the reason for the GH #851 readDWG crash
maybe the reason for the GH #851 readDWG crash
The above commit have fixed the fatal error, but AutoCAD now renders some the text as pink & one object is in the wrong position. It also enters a recovery process, 130 errors, erases 25 objects. |
maybe the reason for the GH #851 readDWG crash
maybe the reason for the GH #851 readDWG crash. simplifies a lot.
The above Autocad still renders attribute tags / mtext within a block on the paperspace as pink for some reason, any ideas? Maybe something I could look at? (I'll need some pointers) But down to 74 errors on open, 25 removed again, a 43% decrease 🎉 (I know this a non-goal, but still nice!) |
maybe the reason for the GH #851 readDWG crash. simplifies a lot.
maybe the reason for the GH #851 readDWG crash. simplifies a lot.
maybe the reason for the GH #851 readDWG crash. simplifies a lot.
maybe the reason for the GH #851 readDWG crash. simplifies a lot.
This one causes autocad to crash and never load for me |
That's bad, because we need that long-term. There are still problems with MTEXT attributes, yes. I see them. |
Still the same problem |
Still crashes when using the JSON generated by the old version using the command |
Missing implemention of MTEXTATTRIBUTEOBJECTCONTEXTDATA, causing these errors. However, with this example all MTEXTATTRIBUTEOBJECTCONTEXTDATA.enable_context fields are 0. you can try with a --enable-debug version |
as embedded SCALE object, if the SCALE is not 1:1. See GH #851
as embedded SCALE object, if the SCALE is not 1:1. See GH #851
as embedded SCALE object, if the SCALE is not 1:1. See GH #851
I think your implying I should retest this? If so I can do that by the end of week if thats alright? |
I've already tested it. It doesn't crash anymore but mtext attributes are still not supported, leading to this error. |
I converted a DWG with an empty model space and one paper space layout to JSON using
dwgread
. I then converted that JSON back to DWG usingdwgwrite
. When trying to open the DWG AutoCAD 2024 fatal errors ("unhandled access violation").When doing the
dwgwrite
I get a fair few errors/warnings (just a sample of the "scariest" looking ones);Would it be okay to email over the DWG?
Also I see encoding only supports outputting to the the 2000 format, is writing to a later format still on the roadmap?
The text was updated successfully, but these errors were encountered: