; error: no function definition: ACET-AUTOLOAD2

dvertz
Advocate

; error: no function definition: ACET-AUTOLOAD2

dvertz
Advocate
Advocate

I just setup to use Civil 3D 2025 and I am getting this error "; error: no function definition: ACET-AUTOLOAD2". How do I fix this?

Civil 3D 2022,
Windows 10 Pro, x64, Nvidia Quadro P1000
Intel Core i9-11900k; 3.50GHz, 32 GB RAM, 500GB WD BLACK M.2


0 Likes
Reply
Accepted solutions (1)
526 Views
5 Replies
Replies (5)

mdavis22569
Mentor
Mentor

Hi @dvertz Can you share a screenshot of this error? 

 

I'm trying to see when you're getting this exact error.

 

Was this as download installation or deployment?

 


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------
Mike Davis

EESignature

dvertz
Advocate
Advocate

mdavis,

This was a download installation. It is right after Civil 3D is fully loaded. Strangely, I have not found a command in the Express Tools that isn't working as it should. Yes, the Express Tools menu does get loaded. After doing a bit of research, I found this particular command was introduced in 2004 and autoloads the some if not all Express Tools commands.

 

dvertz_0-1722353207760.png

 

 

Civil 3D 2022,
Windows 10 Pro, x64, Nvidia Quadro P1000
Intel Core i9-11900k; 3.50GHz, 32 GB RAM, 500GB WD BLACK M.2


mdavis22569
Mentor
Mentor

Thank you ... I'd like to recommend doing a Reset to Default.

Save the settings.

 

Please make sure all of the updates for C3D and AutoCAD are installed. Then let's reboot, start C3D, don't add the restart of the software. See if you still get the error. 


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------
Mike Davis

EESignature

0 Likes

handjonathan
Community Manager
Community Manager

Hi @dvertz 

Thanks a lot for posting your question to the forums!   Has the solution suggested by @mdavis22569 helped with your issue?

We look forward to hearing back from you with more information so we can help you as a community! 



Jonathan Hand


Industry Community Manager | AEC (Architecture & Building)

0 Likes

dvertz
Advocate
Advocate
Accepted solution

Handjonathan,

I did not use his suggestion as I already have the program customized to my liking. Doing a reset would kill all that work.

I found a work around that works for me. I added this code to a file that loads when Civil 3D starts:

(if (= 25.0 (atof (getvar "acadver")))
  (progn
    (if (findfile "acettest.fas") (load "acettest.fas"))
    (if (findfile "acetauto.lsp") (load "acetauto.lsp"))
  )
)

 

Civil 3D 2022,
Windows 10 Pro, x64, Nvidia Quadro P1000
Intel Core i9-11900k; 3.50GHz, 32 GB RAM, 500GB WD BLACK M.2