GithubHelp home page GithubHelp logo

error code 0x941 about libredwg HOT 11 CLOSED

lym-ID avatar lym-ID commented on June 22, 2024
error code 0x941

from libredwg.

Comments (11)

lym-ID avatar lym-ID commented on June 22, 2024 1

This is the console log.
1704967437732

from libredwg.

lym-ID avatar lym-ID commented on June 22, 2024 1

The last line has the version number

from libredwg.

lym-ID avatar lym-ID commented on June 22, 2024 1

dwg file version is AC1024

from libredwg.

michal-josef-spacek avatar michal-josef-spacek commented on June 22, 2024

@lym-ID This kind of report isn't useful.

  • There is no clean workflow, which you are using.
  • We don't know the command, which you are using.
  • We don't have the data on which you are testing.

If it is the error from libredwg, this is the composition of the following errors:

/**
 Error codes returned.
 */
typedef enum DWG_ERROR
{
  DWG_NOERR = 0,
  /* sorted by severity */
  DWG_ERR_WRONGCRC         = 1,
  DWG_ERR_NOTYETSUPPORTED  = 1 << 1, /* 2 */
  DWG_ERR_UNHANDLEDCLASS   = 1 << 2, /* 4 */
  DWG_ERR_INVALIDTYPE      = 1 << 3, /* 8 */
  DWG_ERR_INVALIDHANDLE    = 1 << 4, /* 16 */
  DWG_ERR_INVALIDEED       = 1 << 5, /* 32 */
  DWG_ERR_VALUEOUTOFBOUNDS = 1 << 6, /* 64 */
  /* -------- critical errors ------- */
  DWG_ERR_CLASSESNOTFOUND  = 1 << 7, /* 128 */
  DWG_ERR_SECTIONNOTFOUND  = 1 << 8, /* 256 */
  DWG_ERR_PAGENOTFOUND     = 1 << 9, /* 512 */
  DWG_ERR_INTERNALERROR    = 1 << 10,/* 1024 */
  DWG_ERR_INVALIDDWG       = 1 << 11,/* 2048 */
  DWG_ERR_IOERROR          = 1 << 12,/* 4096 */
  DWG_ERR_OUTOFMEM         = 1 << 13,/* 8192 */
} Dwg_Error;

Which is not very useful for user, because this means that something is very bad.

from libredwg.

lym-ID avatar lym-ID commented on June 22, 2024

The documents are confidential and I can't provide them to you

from libredwg.

michal-josef-spacek avatar michal-josef-spacek commented on June 22, 2024

@lym-ID I understand, that document could be confidential.

Still:

  • You could provide information about the process, which you are doing.
  • We have e.g. dwgread -v3 to create log record about document. Or part of log record, which contains error.
  • When we could create simple dwg file with the same issue without confidential status, that's very helpful. This is not simple, but possible.

from libredwg.

michal-josef-spacek avatar michal-josef-spacek commented on June 22, 2024

@lym-ID Which version of libredwg do you use?

from libredwg.

michal-josef-spacek avatar michal-josef-spacek commented on June 22, 2024

@lym-ID And which version of DWG file is it?
First 6 bytes in the dwg file. Something like AC1015

from libredwg.

michal-josef-spacek avatar michal-josef-spacek commented on June 22, 2024

The last line has the version number

Ah, ok. Thanks

from libredwg.

michal-josef-spacek avatar michal-josef-spacek commented on June 22, 2024

@lym-ID I strongly recommend using a newer version of libredwg, e.g. https://github.com/LibreDWG/libredwg/releases/tag/untagged-da8a43d51bc7bdbd9d11
or development version.
There is strong development and this is the very old version.

from libredwg.

lym-ID avatar lym-ID commented on June 22, 2024

thank you

from libredwg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.