View Issue Details

IDProjectCategoryView StatusLast Update
0000037AutoCAD_and_engineer_softAutoCADpublic2020-06-16 18:23
ReporterDigitalMy 
PrioritynormalSeveritytrivialReproducibilityN/A
Status resolvedResolutionfixed 
Summary0000037: Remove Customization Groups: AKSON and AKSON_CALC from AutoCAD2012: LOAD failed: "Akson" error
DescriptionAkson was moved to AutoCAD2008 before,
but AutoCAD2012 and AutoCAD2011 still try to load that.
TagsNo tags attached.

Activities

DigitalMy

2012-10-30 00:11

administrator   ~0000018

Last edited: 2012-10-30 01:12

View 3 revisions

Customization Groups are loaded from
"%systemdrive%\Users\%username%\AppData\Roaming\Autodesk\AutoCAD 2012 - English\R18.2\enu\Support\"
folder as *.cuix files
but removal or CG does not fix load error;
-----
in "%systemdrive%\Program Files\Autodesk\AutoCAD 2012 - English\Support\acad2012doc.lsp" file found:

;; Silent load.
(princ)
(load "Akson")
(if (tblsearch "appid" "Akson") (load "Akson_com"))
(if (tblsearch "appid" "Akson") (load "Akson_calc"))

if remove these lines, no load error appear!

DigitalMy

2020-06-16 18:23

administrator   ~0003926

Another AutoCad plugin "Geonics" needs "Microsoft Access Database Engine 2010 Redistributable" for fixing error opening "Project.mdb"