espressomd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ESPResSo-users] VMD Error


From: Axel Arnold
Subject: Re: [ESPResSo-users] VMD Error
Date: Wed, 27 Jan 2016 23:50:20 +0100

Hi!

that is a strange problem with your Tcl installation or system, not Espresso 
and for sure not VMD.

What happens in prepare_vmd_connection is an "info hostname”. However, the 
traceback says that the command executed was actually “info address@hidden, 
which then complains that the given parameter is address@hidden:

> unknown or ambiguous subcommand "address@hidden": must be args, body, class, 
> cmdcount, commands, complete, coroutine, default, errorstack, exists, frame, 
> functions, globals, hostname, level, library, loaded, locals, 
> nameofexecutable, object, patchlevel, procs, script, sharedlibextension, 
> tclversion, or vars
>     while executing
> "info address@hidden"
>     (procedure "prepare_vmd_connection" line 6)
>     invoked from within
> "prepare_vmd_connection "vmd""
>     invoked from within
> "if {$vmd_output=="yes"} {
>     prepare_vmd_connection "vmd"
>     imd listen 10000
> }"


As apparently Espresso interpreted the script up to this command, the 
interpreter seems to work fine otherwise, so maybe something with the hostname 
command is deeply broken on your system. That you can try by directly invoking 
tclsh and trying “info hostname”.

Best,
Axel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]