|
发表于 2014-3-5 13:58:03
|
显示全部楼层
来自: 中国广东汕头
对于提示"\n*** INTERNAL ERROR: VL namespace mismatch\n"" type Y to reset:这个和你的图纸有关系,出现这种情况之后,你在命令行输入Y,之后,图纸就可以继续用了。9 G2 Q4 f0 ~! j4 s4 c
这个错误的英文字面翻译是命名空间不匹配,有可能是因为图纸中的块重复,或者图纸中的布局冲突,等等,影响了CAD的宏,下次打开或者打开别的图纸,就不会出现了。
" J5 D. ~4 e3 D6 T# V* b& a9 l! v暂时没有针对此错误的有效解决办法,通过lsp清理工具对系统进行清理,对上述问题能有一定的帮助。
* K: j. w" M7 D8 J. |9 n# n& q! l0 O4 X; D* k5 s
CAD工程师对此的回应" P) R/ b- ]. O2 O
Quote Originally Posted by Laxtor# t7 J0 K% v3 o& @) b$ T
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.3 z' g) m( C6 B
7 f, @3 X( R, m' q) h9 j5 C
Try checking if you have any custom compiled list files (*.fas or *.vlx) loaded, these are the most likely culprits.9 {3 D( \3 c7 R
Source linky
( U3 G) ~2 B1 n8 B3 u* X" H, S
I4 h$ |8 z; S% g/ ^1 iDear 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. |
|