BioSIM-Research-Group / vmdStore

The App Store for VMD extensions.
MIT License
11 stars 2 forks source link

invalid command name "vmdStore::start" #7

Open gangcai opened 1 year ago

gangcai commented 1 year ago

Error message:

vmd > ERROR) Creation of window for 'vmdStore' failed (invalid command name "vmdStore::start").

System: Mac OS 13.1

henriquefer commented 1 year ago

Hello,

It seems that the VMD Store was not properly installed. Can you share the output of the following command: cat $HOME/.vmdrc

Thank you

gangcai commented 1 year ago

Here is the content of .vmdrc:

##### VMD Store ## START #####
play "/Users/gangcai/bin/VMD_plugins/vmdStore/vmdStore/vmdStore.rc"
##### VMD Store ## END #####
menu main on
##### VMD Store ## START #####
play "/Users/gangcai/bin/VMD_plugins/vmdStore2/vmdStore/vmdStore.rc"
##### VMD Store ## END #####
menu main on
##### VMD Store ## START #####
play "/Users/gangcai/bin/VMD_plugins/vmdStore/vmdStore/vmdStore.rc"
##### VMD Store ## END #####
menu main on
henriquefer commented 1 year ago

I would suggest to clean the your vmd.rc file to keep only one installation line:

##### VMD Store ## START #####
play "/Users/gangcai/bin/VMD_plugins/vmdStore/vmdStore/vmdStore.rc"
##### VMD Store ## END #####
menu main on

Make sure that the path is pointing to the vmdStore.rc file on your Mac.