libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

Official mirror of libredwg. With CI hooks and nightly releases. PR's ok

Results 172 libredwg issues
Sort by recently updated
recently updated
newest added

Hello everyone, I’m using the dxf2dwg program and converting does prints some errors and warning: ERROR: dwg_dynapi_entity_set_value: Invalid VPORT_CONTROL field objid ERROR: dwg_dynapi_entity_set_value: Invalid LTYPE_CONTROL field objid ERROR: dwg_dynapi_entity_set_value: Invalid...

bug

There is something wrong with entity parsing in work/preR13 branch. See example: [shape.tar.gz](https://github.com/LibreDWG/libredwg/files/8691343/shape.tar.gz) There are two entities: * LOAD * SHAPE Parse only first entity, because bad number "num" in...

Hi @rurban, You are creating nice flags printing (https://github.com/LibreDWG/libredwg/commit/4a52199ea72b9a47ff21abc14f8b2485fdd101cd) Could we add this kind of logging to all flags?

We need to fix handling id in entity. Stub here: https://github.com/LibreDWG/libredwg/commit/2a92ef3dcd151ef65d09a3e00334abcd453846cd This is length and string without termination as i understang. Example: [POINT1.DXF.gz](https://github.com/LibreDWG/libredwg/files/8516065/POINT1.DXF.gz) [POINT1.DWG.gz](https://github.com/LibreDWG/libredwg/files/8516066/POINT1.DWG.gz)

@rurban All dimensions in preR13 are one entity, which has special flag inside which differentiate dimension types. Structure of dimension is: ``` flag_r11 entity_size layer_index opts_r11 (2 bytes, probably better...

bug

when imported from json: ==222113==ERROR: LeakSanitizer: detected memory leaks ``` Direct leak of 13 byte(s) in 2 object(s) allocated from: #0 0x7f59a8b10648 in __interceptor_strdup ../../../../src/libsanitizer/asan/asan_interceptors.cpp:439 #1 0x7f59a83e203c in json_OBJECTS ../../src/in_json.c:2857...

bug

Hi, I'm following README for installation and was getting stuck while `make` in the EC2 machine. I was able to successfully install it in my local machine though - ```...

bug

There is issue in block table parsing in preR13 Example: [BLOCK1.DXF.gz](https://github.com/LibreDWG/libredwg/files/8549851/BLOCK1.DXF.gz) [BLOCK1.DWG.gz](https://github.com/LibreDWG/libredwg/files/8549852/BLOCK1.DWG.gz) Actual parsing: ``` ... blocks 0x46c (0xfffffb94) - 0x0 (0x48, 0x80000000) ... ``` and code in src/decode.c: ```...

bug

The transformed SVG file by dwg2SVG.exe is not recognized by browser

``` D:\emsdk\libredwg\test\test-data\2018>dwg2dxf taihe.dwg taihe.dxf Reading DWG file taihe.dwg Warning: checksum: 0x32761371 (calculated) mismatch Warning: Invalid section_array_size: [8827].792575 != 8830 Warning: Invalid last_section_address: 18148ce != 1771280 Warning: section_map_id 8830 not found...

bug