-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Warning: checksum: 0x935dbb45 (calculated) CRC mismatch 0xaafa14-0xab29e5 #1045
Comments
@rikan1 Hi, we need more information.
|
we are getting this after adding "-v3" 'Reading DWG file /src/temp/1732731851358.dwg\n' + |
ok, we know that is |
How to fix it? @michal-josef-spacek |
@santanup I don't know what your problem is.
|
I don't know how much this is important. Probably not much in your case. |
I have similar issue in my file:
I don't know how much this is important. Probably not much in your case. |
and probably all other.
I don't know how much this is important. Probably not much in your case |
What is the result? So, some section errors, and some cannot block functionality. Something is probably very bad. Without an example DWG file we cannot fix it. |
@michal-josef-spacek |
@santanup Thank you. a) 1732784727769.dwg b) 1732784624493.dwg I could export both to JSON by: What is the root cause, which you are trying to resolve? |
@santanup Could you export some of this files to DXF by AutoCAD? |
Okay we will try, thanks |
@michal-josef-spacek dwgread -O JSON INPUT_DWG. This command is failing |
@rikan1 Ok, this is the real issue with no possibility of reading this file. |
@michal-josef-spacek How to fix this , do you have any suggestions ? |
@rikan1 Check section parsing. This is not easy to do for me. |
Hello , i encountered a issue when converting a large (12MB) dwg file to json .
'Warning: checksum: 0x935dbb45 (calculated) CRC mismatch 0xaafa14-0xab29e5\n' +
'\n' +
'ERROR: Skip section AcDb:Preview with max decompression size 0x7d20 > 0x1800\n' +
'ERROR: Skip section with size 89 > 1 * 0\n' +
'ERROR: read_R2004_section_info out of range\n' +
'Warning: Failed to find section_info[9] with type 1\n' +
'ERROR: Failed to read compressed Header section\n' +
'Warning: Failed to find section_info[9] with type 3\n' +
'ERROR: Failed to read compressed Classes section\n' +
'Warning: Failed to find section_info[9] with type 4\n' +
'ERROR: Failed to read compressed Handles section\n' +
'Warning: Failed to find section_info[9] with type 2\n' +
'ERROR: Failed to read uncompressed AuxHeader section\n' +
'ERROR: Invalid section AcDb:Preview count or max decompression size. Sections: 1, Max size: 0\n' +
'ERROR: Failed to read uncompressed Preview section\n' +
'ERROR: Template section not found\n' +
'\n' +
'ERROR: Invalid num_segidx\n' +
'ERROR: Failed to decode file: /Users/somyaranjankar/Desktop/code/bbs-dwg-api/src/temp/1731333834741.dwg 0x940\n' +
'\n' +
'ERROR 0x940\n'
dwgread 0.13.3.7338 is used for conversion.
The text was updated successfully, but these errors were encountered: