Author Topic: Error Base.dcl not found  (Read 6290 times)

0 Members and 1 Guest are viewing this topic.

lamarn

  • Swamp Rat
  • Posts: 636
Error Base.dcl not found
« on: March 14, 2018, 06:25:24 PM »
I am getting errors on different computers where a Base.dcl error keeps popping up in every function that has a dcl (through a vlx file) I tried it with fresh profiles and different settings, nothing seems to work.

https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/DCL-errors-when-starting-AutoCAD-products.html

Any other suggestions than this one?
« Last Edit: March 14, 2018, 07:09:31 PM by lamarn »
Design is something you should do with both hands. My 2d hand , my 3d hand ..

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Error Base.dcl not found
« Reply #1 on: March 14, 2018, 07:50:14 PM »
verify that it is missing....then place a known good copy in the location it's supposed to be in.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

lamarn

  • Swamp Rat
  • Posts: 636
Re: Error Base.dcl not found
« Reply #2 on: March 15, 2018, 02:09:13 AM »
correction for the title. It is not missing, there is something wrong with it in relation with the vlx. I can't be checking all and every autocad install. It really seems there is something wrong with how the vlx ia made. When I rum the lsp/dcl separate the is not a problem.
Design is something you should do with both hands. My 2d hand , my 3d hand ..

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Error Base.dcl not found
« Reply #3 on: March 15, 2018, 09:56:45 AM »
I see someone else was having this issue....

they were directed to delete a particular registry key to clear it up:

HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R17.1\ACAD-6018:409

It is version specific....so you would want to look under whatever version you are having the issue with.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Error Base.dcl not found
« Reply #4 on: March 15, 2018, 01:06:50 PM »
I see someone else was having this issue....

they were directed to delete a particular registry key to clear it up:

HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R17.1\ACAD-6018:409

It is version specific....so you would want to look under whatever version you are having the issue with.

Aaahhhh yeah.  No, don't do that.  That registry key points to the top-level of the AutoCAD settings for that user.  It will nuke *all* settings, profiles, everything, for that user.  Deleting that is the same as doing a re-install.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Error Base.dcl not found
« Reply #5 on: March 15, 2018, 01:20:49 PM »
I see someone else was having this issue....

they were directed to delete a particular registry key to clear it up:

HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R17.1\ACAD-6018:409

It is version specific....so you would want to look under whatever version you are having the issue with.

Aaahhhh yeah.  No, don't do that.  That registry key points to the top-level of the AutoCAD settings for that user.  It will nuke *all* settings, profiles, everything, for that user.  Deleting that is the same as doing a re-install.
Which might be exactly the cure for the problem...
Be your Best


Michael Farrell
http://primeservicesglobal.com/

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Error Base.dcl not found
« Reply #6 on: March 15, 2018, 01:41:16 PM »
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Error Base.dcl not found
« Reply #7 on: March 15, 2018, 01:47:47 PM »


Sometime....it is the right tool for the job....

sometimes it just feels good to use it.  ;)
Be your Best


Michael Farrell
http://primeservicesglobal.com/

lamarn

  • Swamp Rat
  • Posts: 636
Re: Error Base.dcl not found
« Reply #8 on: March 15, 2018, 02:29:46 PM »
LOL 😁  would you believe today I got a brand new laptop after 4 years of good service.
First I need to get AutoCAD installed, than I will try again. Maybe start with just one lsp in one vlx to load.. To be continued
Design is something you should do with both hands. My 2d hand , my 3d hand ..

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Error Base.dcl not found
« Reply #9 on: March 15, 2018, 02:54:58 PM »
Maybe start with just one lsp in one vlx to load.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

lamarn

  • Swamp Rat
  • Posts: 636
Re: Error Base.dcl not found
« Reply #10 on: March 16, 2018, 06:41:38 AM »
.. 1 DCL..
Design is something you should do with both hands. My 2d hand , my 3d hand ..

lamarn

  • Swamp Rat
  • Posts: 636
Re: Error Base.dcl not found
« Reply #11 on: March 19, 2018, 05:39:06 PM »
New Laptop, new installations, Same shit.
My tools installed on 2017 work but not on 2019 pre release on laptop 1 (new), and 2017 doesn't works but 2018 works on laptop 2 (old)


This can be found in acad.dce about when testing one of the dcl files.
I'm now looking into difference between base.dcl in the different versions, are there any differences?

====== DCL semantic audit of C:\Users\hala6\AppData\Local\Temp\$VL~~001.DCL ======

Error. Widget named "row" is undefined.
    Widgets of this type cannot have children.

Error. Widget named "column" is undefined.

Error. Widget named "boxed_row" is undefined.

Error. Widget named "boxed_column" is undefined.
« Last Edit: March 19, 2018, 05:47:46 PM by lamarn »
Design is something you should do with both hands. My 2d hand , my 3d hand ..

lamarn

  • Swamp Rat
  • Posts: 636
Re: Error Base.dcl not found
« Reply #12 on: March 19, 2018, 05:51:33 PM »
previewing in *: no result, ..
 
; warning:cannot create tmp file for DCL: "C:/Program Files/Autodesk/AutoCAD Pi Release Candidate Beta/$vld$.dcl"
(other warning because apparently it needs administer rights..)

Previewing the same dcl in Vlide in 2018, it's ok

What am i doing 'illegal' ??
« Last Edit: March 20, 2018, 11:08:53 AM by lamarn »
Design is something you should do with both hands. My 2d hand , my 3d hand ..

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Error Base.dcl not found
« Reply #13 on: March 20, 2018, 10:40:14 AM »
Ermmm... BETA content should never be discussed in a public forum.  Check the date for the embargo being lifted.

Also, BETA installs have a tendency to bugger up some of the VLISP registry stuff - in the past I've had to do a full-reinstall of previous commercial releases (a repair install didn't work).
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Error Base.dcl not found
« Reply #14 on: March 20, 2018, 11:12:28 AM »
NDAs, how do they work?
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

lamarn

  • Swamp Rat
  • Posts: 636
Re: Error Base.dcl not found
« Reply #15 on: March 20, 2018, 04:59:18 PM »
AutoCAD can be run 'as Administrator' or not.
I think this can be the reason for this behaviour. Could it? (needs more testing)
Whats to disclose about AutoCAD 2019? Haven't spotted anything noteworthy..
Design is something you should do with both hands. My 2d hand , my 3d hand ..

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Error Base.dcl not found
« Reply #16 on: March 20, 2018, 05:03:21 PM »
AutoCAD can be run 'as Administrator' or not.
I think this can be the reason for this behaviour. Could it? (needs more testing)
Whats to disclose about AutoCAD 2019? Haven't spotted anything noteworthy..

one typically has fewer issue IF it is installed and or run by the user as Administrator
Be your Best


Michael Farrell
http://primeservicesglobal.com/

lamarn

  • Swamp Rat
  • Posts: 636
Re: Error Base.dcl not found
« Reply #17 on: March 20, 2018, 05:28:50 PM »
 bummer
:no:
Not the answer to my problem
Design is something you should do with both hands. My 2d hand , my 3d hand ..

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Error Base.dcl not found
« Reply #18 on: March 21, 2018, 10:03:59 AM »
Whats to disclose about AutoCAD 2019? Haven't spotted anything noteworthy..

Irrelevant, and not what you agreed to.   :police:  Not to mention, it's a BETA - it might actually work on the commercially released product.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

lamarn

  • Swamp Rat
  • Posts: 636
Re: Error Base.dcl not found
« Reply #19 on: April 09, 2018, 03:48:32 PM »
..Finally, finally i got it to work!!!

step 1. Delete
C:\Users\hala6\AppData\Roaming\Autodesk\C3D 2017\enu\support
from the support path (or AutoCAD 2019)

step 2. close AutoCAD
step 3. open AutoCAD

step 4. Add to support path
C:\Users\hala6\AppData\Roaming\Autodesk\C3D 2017\enu\support
as a support path (or AutoCAD 2019)

I makes no sense but it works here!

(Posted for the next soul searching for a answer)
Design is something you should do with both hands. My 2d hand , my 3d hand ..

Crank

  • Water Moccasin
  • Posts: 1503
Re: Error Base.dcl not found
« Reply #20 on: April 15, 2018, 02:13:41 PM »
..Finally, finally i got it to work!!!
[...]I makes no sense but it works here![...]
I've had a similar problem in 2018 where the printer configuration couldn't be found.
I didn't remove the search path, but used the browse button and pointed to the same location: problem solved.
Vault Professional 2023     +     AEC Collection

lamarn

  • Swamp Rat
  • Posts: 636
Re: Error Base.dcl not found
« Reply #21 on: April 15, 2018, 03:47:38 PM »
What i did was to 'hardcode' all paths and resources so i didn't have to work with support paths at all.
But i think the problem that caused it was the use of this code.
It is really strange because you see the roaming path where base.dcl is located is THERE in options but it just doesn't work
 
I don't really know.. did not bother to investigate
At least i solved it by NOT using it anymore !!

Code: [Select]

;; *** check & add lisp support directory ***


;;;(defun gxl-Sys-AddSupportPath (dir pos / tmp c)
;;;  (setq        tmp ""
;;;        c   -1
;;;  )
;;;  (if (not pos)
;;;    (setq tmp (strcat (getenv "ACAD") ";" dir))
;;;    (mapcar '(lambda (x)
;;;               (setq tmp (if (= (setq c (1+ c)) pos)
;;;                           (strcat tmp ";" dir ";" x)
;;;                           (strcat tmp ";" x)
;;;                         )
;;;               )
;;;             )
;;;            (gxl-StrParse (getenv "ACAD") ";")
;;;    )
;;;  )
;;;  (setenv "ACAD" tmp)
;;;  (princ)
;;;)

;;;(defun gxl-StrParse        (Str Delimiter / SearchStr StringLen return n char nn)
;;;        (setq SearchStr Str)
;;;        (setq StringLen (strlen SearchStr) nn StringLen)
;;;        (setq return '())
;;;
;;;
;;;        (while (> StringLen 0)
;;;                (setq n 1)
;;;                (setq char (substr SearchStr 1 1))
;;;                (while (and (/= char Delimiter) (<= n nn))
;;;                        (setq n (1+ n))
;;;                        (setq char (substr SearchStr n 1))
;;;                ) ;_ end of while
;;;                (setq return (cons (substr SearchStr 1 (1- n)) return))
;;;                (setq SearchStr (substr SearchStr (1+ n) StringLen))
;;;                (setq StringLen (strlen SearchStr))
;;;        ) ;_ end of while
;;;     (if (= " " Delimiter)
;;;       (setq return (vl-remove  "" return))
;;;       )
;;;        (reverse return)
;;;)



;;;(gxl-Sys-AddSupportPath "C:\\_Data\\Heijmans\\AutoCAD_Tool\\user\\" 2)
;;;(gxl-Sys-AddSupportPath "C:\\_Data\\Heijmans\\AutoCAD_Tool\\support\\" 2)







Design is something you should do with both hands. My 2d hand , my 3d hand ..

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: Error Base.dcl not found
« Reply #22 on: April 17, 2018, 02:22:54 AM »
One thing that may be problematic:
If pos is non-nil the new search path tmp created by the gxl-Sys-AddSupportPath function will start with the ";" delimiter.