; error: no function definition: ACET-AUTOLOAD2

; error: no function definition: ACET-AUTOLOAD2

dvertz
Collaborator Collaborator
881 Views
7 Replies
Message 1 of 8

; error: no function definition: ACET-AUTOLOAD2

dvertz
Collaborator
Collaborator

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
Accepted solutions (2)
882 Views
7 Replies
Replies (7)
Message 2 of 8

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

Message 3 of 8

dvertz
Collaborator
Collaborator

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


Message 4 of 8

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
Message 5 of 8

handjonathan
Autodesk
Autodesk

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


Technical Marketing Manager | Construction

0 Likes
Message 6 of 8

dvertz
Collaborator
Collaborator
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


Message 7 of 8

menziengineering
Explorer
Explorer
Accepted solution

Hi dverz

Thanks for your solution, it helped me a lot.

I used parts of Flatten for a program written for 2024 and found that (load "flatten.lsp") triggered the mentioned error message in 2026.

 

Cheers, Juerg

0 Likes
Message 8 of 8

joaquim.moral
Community Manager
Community Manager

Hi @menziengineering,

Thanks for coming back to the Community and sharing your experience! It will help future users with similar questions.

Best,


You found a post helpful? Then feel free to give likes to these posts!
Your question got successfully answered? Then just click on the 'Mark as solution'

¿Te ha parecido útil este post? ¡Deja un like!
¿Tu pregunta ha sido solucionada? Selecciona 'Marcar como solución' y ayuda a las demás a encontrar fácilmente la información.


Joaquim Moral
Senior Community Manager

0 Likes