高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】equivalent to adallowinvaliddxfversions90
equivalent to adallowinvaliddxfversions()
equivalent to adallowinvaliddxfversions()
hi,
i'm wondering if the new api has some functionality same as the adallowinvaliddxfversions() we used to have in the old api. we have some dxf files which we can open using the old api but with the new api it crashes in oddbdatabase::readfile() call. audit of dxf file (release 12) returns 2 errors.
auditing header
dxf name current value validation default
acdblinetypetablerecord: "eigentum"
dash count less than 2 continuous
acdblinetypetablerecord: "gfgt"
dash count less than 2 continuous
thanks,
harbinder
what do you mean by crash? is it c++ exception?
are you able to load the file with recoverfile() function?
the problem is not invalid dxf version but invalid linetype data. custom linetypes in autocad must have number of dashes between 2 and 12.
sergey slezkin
i mean the regular windows crash dialog "<application name> has encountered a problem and needs to close. we are sorry for the inconvenience"
i get the same crash using recoverfile() function when trying to load the file even though we are catching for oderror.
can i send the file directly to you or someone from your team to have a look?
quote:
originally posted by sergey slezkin
what do you mean by crash? is it c++ exception?
are you able to load the file with recoverfile() function?
the problem is not invalid dxf version but invalid linetype data. custom linetypes in autocad must have number of dashes between 2 and 12.
you can send the file to me:
sslezkin_at_softdev_dot_spb_dot_ru
sergey slezkin
i've sent the file to you.
thanks.
the crash in dd is caused by invalid vertex count in polyface mesh objects (where are actually more vertices in file than the count number stored in mesh entity).
this defect was fixed between 1.13.01 and 1.13.02
sergey slezkin
i upgraded to dd1.13.02 and it fixed the problem.
thanks for your help.
|