-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
DWG large files errors #272
Comments
Yes, this is the known section map bug #144 |
Thanks for the info. This seems to be a hard bug for a year. I've also tested libdxfrw trying to fix it (using your suggestions for variables overflow) but no luck so far. I either get duplicated ids of a page map section or invalid addresses outside the buffer range. In other files, the page map seems to be correct but reading section info fails. The problem is not only overflow values but also the decompressed buffer that may contain gaps (negative page id?). No idea so I hope that you will figure this out. |
Yes, a hard one. The more failing dwg examples, the better to figure out the scheme. |
I think I found a ton of files that fail in this same manner: https://www.3drotterdam.nl/downloads/#/ From HEAD build, Fedora 29, GCC 8.3.1:
|
This seems to be a good example, thanks. No deleted pages, just a corrupt |
It seems that many files have the checksum and other issues, including some that ship with libredwg:
And about a third of the sample files I am using to test. How much does this impact the ability to extract text from the file? Are we going to miss any sections do to this issue? |
Large files will cause all the text to be garbled, |
FishOrBear ***@***.***> schrieb am Fr., 1. Apr. 2022, 10:09:
Large files will cause all the text to be garbled,
Is there a way to solve?
Only, if many objects have been deleted.
no way, as of yet
—
… Reply to this email directly, view it on GitHub
<#272 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAKGULVSETJNYJWY5U76ZTVC2VMDANCNFSM4SQP347Q>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Why use dwggrep.exe to read without garbled characters? |
Hi
Reading these files using the current binary assert reports many errors :
Please download samples from https://easyupload.io/jvzytl
Teigha or AutoCAD can read them. If I convert them to other dwg formats (lower or higher), they open fine.
This seems to be a file specific issue.
The text was updated successfully, but these errors were encountered: