|
|
发表于 2014-3-5 13:58:03
|
显示全部楼层
来自: 中国广东汕头
对于提示"\n*** INTERNAL ERROR: VL namespace mismatch\n"" type Y to reset:这个和你的图纸有关系,出现这种情况之后,你在命令行输入Y,之后,图纸就可以继续用了。' C, U/ b7 P: H5 Y3 G2 \$ @
这个错误的英文字面翻译是命名空间不匹配,有可能是因为图纸中的块重复,或者图纸中的布局冲突,等等,影响了CAD的宏,下次打开或者打开别的图纸,就不会出现了。7 Y- N- O2 t* E9 r7 o
暂时没有针对此错误的有效解决办法,通过lsp清理工具对系统进行清理,对上述问题能有一定的帮助。$ W _- L5 Q0 C& Q# U8 _: E
) p. Y1 P7 }0 f! _
CAD工程师对此的回应
8 U& U: |, {+ c- aQuote Originally Posted by Laxtor5 @% p. |( s0 F- P0 {0 C7 C: F
Namespaces are areas of memory with AutoCAD that are seperate from the main block of memory, that are created by custon functions. It sounds as though a function that is running within it's own namespace is trying to access a variable from outside this namesapce.6 n- b& E' U) C
: }* r9 N; R. G5 k( v
Try checking if you have any custom compiled list files (*.fas or *.vlx) loaded, these are the most likely culprits.
. C( y- j4 x& R) f) ~Source linky
4 g2 A3 Q! v9 Y9 j- F* C0 E
8 A; f% h1 f' M* ]Dear all, I have solved this problem by the moment. I searched and delleted all acad.lsp, acad.fas files in all dirctories, then reinstalled autocad, at last, it works well. |
|