Skip to content

Image issues ARES #591

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

Open
ChandrasekarML opened this issue Mar 25, 2025 · 4 comments
Open

Image issues ARES #591

ChandrasekarML opened this issue Mar 25, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@ChandrasekarML
Copy link

  1. When writing the image in the lower version (AC1015), it is visible in the ARES Commander CAD application. However, when writing the same image in the higher version (AC1032), it becomes invisible.

  2. After version 1.0.8, when multiple attributes have the same name not updating, only a single name attribute is updated.

@ChandrasekarML ChandrasekarML added the bug Something isn't working label Mar 25, 2025
@DomCR
Copy link
Owner

DomCR commented Mar 26, 2025

Hi @ChandrasekarML,

When writing the image in the lower version (AC1015), it is visible in the ARES Commander CAD application. However, when writing the same image in the higher version (AC1032), it becomes invisible.

I've been trying to look at this issue but is not possible to check how ARES loads the images on my end, does an error happen? could yo provide a log or detailed information about the issue?

After version 1.0.8, when multiple attributes have the same name not updating, only a single name attribute is updated.

I don't quite understand what you mean, could you provide an example of what happens or the code that you are running?

Thanks.

@ChandrasekarML
Copy link
Author

I am reaching out to report two issues encountered while working with DWG files and AcadSharp versions. Please find the details below:

  1. Image Issue
    Test image output files were generated using different header writing versions: AC1015 and AC1032.

When writing the image using AC1015, opening it in ARES triggers a recovery process. After the recovery is completed, the image becomes visible.

When writing the image using AC1032, opening it in ARES also triggers a recovery process. However, after the recovery, the image is not visible.

Reference: Attached are the error log and code for further analysis.

  1. Attribute Issue
    Output files were generated using different AcadSharp versions: 1.08 and 1.11.

In AcadSharp 1.08, when writing an attribute with the same name, both attributes remain visible in the output.

In AcadSharp 1.11, when writing an attribute with the same name, only one attribute is visible in the output.

Reference: Attached are the error images and code for your review.

Could you please review the attached files and provide insights on resolving these issues? Let me know if you need any additional information.

ACAD ERROR DISCUSSION.zip

@DomCR
Copy link
Owner

DomCR commented Mar 28, 2025

I've open a sub-issue to fix the attribute sync, it seems that it doesn't work as I expected.

Thanks for the report!

@DomCR
Copy link
Owner

DomCR commented Mar 28, 2025

About the Image, that's more tricky, in Autocad it works fine, the only thing that may be causing the issue on your end is that the image has a "NotReferenced" tag in the xref menu, but is shown anyway, I'll try to dig a little more on this and see if I can fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants