Can't run NETLOAD from accoreconsole (Unknown command "NETLOAD")

ottosson_mathias
Advocate
Advocate

Can't run NETLOAD from accoreconsole (Unknown command "NETLOAD")

ottosson_mathias
Advocate
Advocate

Hi

 

For some reason I can't run the NETLOAD command from accoreconsole. It used to work with no issues, but just stopped working today. I'm running Autocad Architecture 2018. I also have Civil3d 2021 installed, and tried there, and it worked fine.

 

What controls the availability of the NETLOAD command? How can it just have been removed from my 2018 installation?

 

Thanks!

0 Likes
Reply
803 Views
8 Replies
Replies (8)

cadffm
Consultant
Consultant

Hi,

show us your cmd console logfile, please.

Sebastian

0 Likes

ottosson_mathias
Advocate
Advocate
Redirect stdout (file: C:\TEMP\accc105242).
AcCoreConsole: StdOutConsoleMode: processed-output: disabled,auto
AutoCAD Core Engine Console - Copyright 2017 Autodesk, Inc.
All rights reserved. (O.161.0.0)

Execution Path:
C:\Program Files\Autodesk\AutoCAD 2018\accoreconsole.exe
Version Number: O.161.0.16 (UNICODE)
CoreHeartBeat
Regenerating model.
Press ENTER to continue:
**** System Variable Changed ****
2 of the monitored system variables have changed from the preferred value. Use SYSVARMONITOR command to view changes.
Command:
Command:

Command:
Command: secureload
Enter new value for SECURELOAD <0>: 0

Command: (command "_.Netload" "C:\\My\\Path\\MyDLL.dll")
_.Netload Unknown command "NETLOAD".
Press F1 for help.
Command: C:\My\Path\MyDLL.dll Unknown command "DLL".
Press F1 for help.

Command: nil
Command: _.quit

Command:
**** System Variable Changed ****
1 of the monitored system variables has changed from the preferred value. Use SYSVARMONITOR command to view changes.
0 Likes

cadffm
Consultant
Consultant

wow.

 

(command "_.Netload" "C:\\My\\Path\\MyDLL.dll")

works inside your Architecture2018 ?

works inside the plain AutoCAD2018 ?

start 

"C:\Program Files\Autodesk\AutoCAD Architecture 2018\acad.exe" /P AutoCAD /Product "ACA"

 

At the moment, i don't know what is wrong

Sebastian

0 Likes

JTBWorld
Advisor
Advisor

Try repair or reinstall ACA 2018.


Jimmy Bergmark
JTB World - Software development and consulting for CAD and license usage reports
https://jtbworld.com

0 Likes

ottosson_mathias
Advocate
Advocate

works inside your Architecture2018 ?

works inside the plain AutoCAD2018 ?

Yes and yes. It's a lisp command to run another command. No different from running NETLOAD by itself and supplying a path when prompted for it.

0 Likes

ottosson_mathias
Advocate
Advocate

I was hoping I wouldn't have to do that. But if nothing else I guess I will try that.

0 Likes

cadffm
Consultant
Consultant

It is a BIG different while we are talking about this kind of problem.

Yes, if all working well, the result of

 

type-in by hand

send it by automation

type in (command "whatever" ) by hand into the commandline

send  (command "whatever" )  by automation into the commandline

 

all time the same results, but these for sample ways are differently thing, for sure!

 

Okay, it works everywhere (if you really tested), but in ACC not.

See Jimmy, try repair install.

I have no other ideas than Repairinstall or deinstall&reinstall.

 

Never saw it before,sorry

Sebastian

0 Likes

cadffm
Consultant
Consultant

@ottosson_mathias  schrieb:

I was hoping I wouldn't have to do that. But if nothing else I guess I will try that.


REPAIR INSTALL need seconds you can't loose data and settings

 

And Re-Install: Minutes.. (if customized things are well customized* we don't know all your edits, so nobody can be sure to 100% with that  )

Export your settings

Clean Uninstall

Clean Reinstall

Test acc netload again

Import your saved settings back

 

Shouldn't be a problem.

Sebastian

0 Likes