Author Topic: Error Base.dcl not found  (Read 6264 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