|
发表于 2014-3-5 13:58:03
|
显示全部楼层
来自: 中国广东汕头
对于提示"\n*** INTERNAL ERROR: VL namespace mismatch\n"" type Y to reset:这个和你的图纸有关系,出现这种情况之后,你在命令行输入Y,之后,图纸就可以继续用了。4 Z: p9 m2 T, [" @4 O
这个错误的英文字面翻译是命名空间不匹配,有可能是因为图纸中的块重复,或者图纸中的布局冲突,等等,影响了CAD的宏,下次打开或者打开别的图纸,就不会出现了。4 `. |& B% A1 S! X2 @
暂时没有针对此错误的有效解决办法,通过lsp清理工具对系统进行清理,对上述问题能有一定的帮助。
& Y( ~& t9 Y9 c5 Z2 w
1 C8 M, r1 }4 w, W9 N- |6 YCAD工程师对此的回应
% F6 T+ q5 j) D( qQuote Originally Posted by Laxtor: a( Z. |8 y3 m8 h$ {' J3 j
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.& Z4 j4 u7 Y: x7 B9 t
4 n; L; v& H- N% g9 F
Try checking if you have any custom compiled list files (*.fas or *.vlx) loaded, these are the most likely culprits./ j# W1 u$ K( x9 ]: u7 h
Source linky
/ L2 C+ ?! G" [- f2 b
% x+ J& \: i0 F9 g' nDear 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. |
|