BioSIM-Research-Group / vmdStore

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

Vmd Store instalation problem #2

Closed StanWac closed 3 years ago

StanWac commented 3 years ago

Hi, I have a problem with installing VMDStore, I get this info"

Info) I:/OneDrive/QM/VMD/plugins/WIN64/molfile
I:/OneDrive/QM/VMD/scripts/tcl8.6 I:/OneDrive/QM/VMD/scripts I:/OneDrive/QM/lib I:/OneDrive/QM/VMD/scripts/tk8.6 I:/OneDrive/QM/VMD/scripts/tk8.6/ttk I:/OneDrive/QM/VMD/scripts/vmd I:/OneDrive/QM/VMD/plugins/WIN64/tcl I:/OneDrive/QM/VMD/plugins/noarch/tcl I:/OneDrive/QM/VMD/vmdStore/
The vmdStore package could not be loaded:

- Operating System: WIN10 - VMD version: VMD 1.9.4a51 -Installation method used: installing by Tk console -Content of the .vmdrc or vmd.rc file:

############################################################################
#cr                                                                       
#cr            (C) Copyright 1995-2007 The Board of Trustees of the            
#cr                        University of Illinois                         
#cr                         All Rights Reserved                           
#cr                                                                       
############################################################################

############################################################################
# RCS INFORMATION:
#
#       $RCSfile: .vmdrc,v $
#       $Author: johns $        $Locker:  $                $State: Exp $
#       $Revision: 1.9 $      $Date: 2007/01/12 20:12:44 $
#
############################################################################
# DESCRIPTION:
#
# VMD startup script.  The commands here are executed as soon as VMD starts up
############################################################################
source showcub.vmd

# turn on lights 0 and 1
light 0 on
light 1 on
light 2 off
light 3 off

# position the stage and axes
axes location lowerleft
stage location off

# position and turn on menus
menu main     move 5   225
menu display  move 395 30
menu graphics move 395 500
menu color    move 125 225
menu files    move 125 325
menu labels   move 125 525
menu render   move 125 525

menu main      on
#menu display  on
#menu graphics on
#menu color    on
#menu labels   on
#menu render   on
#menu files    on

# start the scene a-rockin'
# rock y by 1

# User's default values for newly loaded molecules/reps, etc
#  mol default color {colorID 5}
#  mol default style {NewCartoon 0.300000 6.000000 4.100000 0}
#  mol default selection {name CA}
#  mol default material {Transparent}
source showorb.vmd
proc iso {} {source ESPiso.vmd}
proc iso2 {} {source ESPiso2.vmd}
proc pt {} {source ESPpt.vmd}
proc pt2 {} {source ESPpt2.vmd}
proc ext {} {source ESPext.vmd}
##### VMD Store ## START #####
play "I:/OneDrive/QM/VMD/vmdStore/vmdStore.rc"
##### VMD Store ## END #####
menu main on

-Content of the vmdStore.rc file:

####vmdStore#### START vmdStore
## Version 1.1.11
variable vmdStorePath "I:/OneDrive/QM/VMD/vmdStore/"
lappend auto_path $::vmdStorePath
vmd_install_extension vmdStore "vmdStore::start" "VMD Store/VMD Store"
####vmdStore#### END vmdStore
## VMD Store Plugin Manager ##
## Please, do not change this file unless you know what are you doing! ##

thanks for help! Stan

henriquefer commented 3 years ago

Hello. Thank you for reporting it. Can you share a screenshot of the content of "I:/OneDrive/QM/VMD/vmdStore/" directory? Thank you

StanWac commented 3 years ago

thanks for a fast reply, I am sending attached image

henriquefer commented 3 years ago

Everything seems okay... Can you please try to install VMD Store (using the same procedure) in a C: location rather than an OneDrive directory. I cannot depict anything wrong and different from the usual installation rather than the installation in an OneDrive directory.

Let me know if it helps. Thank you

StanWac commented 3 years ago

unfortunately, the same thing:

gins/noarch/tcl C:/vmdStore
The vmdStore package could not be loaded:

I will try to reinstall VMD and the VMDstore and try again. Thanks for the help anyway! Best regards, Stan

henriquefer commented 3 years ago

Before doing that. What is the output of running the following command in the Tk console: play "I:/OneDrive/QM/VMD/vmdStore/vmdStore.rc"

StanWac commented 3 years ago
(VMD) 9 % play "I:/OneDrive/QM/VMD/vmdStore/vmdStore.rc"
The vmdStore package could not be loaded:
Unable to add menu vmdStore

(VMD) 10 % 
and in the console:
vmd > I:/OneDrive/QM/VMD/scripts/tcl8.6 I:/OneDrive/QM/VMD/scripts I:/OneDrive/QM/lib I:/OneDrive/QM/VMD/scripts/tk8.6 I:/OneDrive/QM/VMD/scripts/tk8.6/ttk I:/OneDrive/QM/VMD/scripts/vmd I:/OneDrive/QM/VMD/plugins/WIN64/tcl I:/OneDrive/QM/VMD/plugins/noarch/tcl C:/vmdStore I:/OneDrive/QM/VMD/plugins/noarch/tcl/tablelist5.13/scripts I:/OneDrive/QM/VMD/vmdStore/
ERROR) Menu vmdStore already exists.

and if I am going to extensions/VMD Store/VMD Store

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

StanWac commented 3 years ago

OK I have reinstalled VMD on the C drive and both VMDStore and molUP work perfectly. Thank you very much for your time, Stan

henriquefer commented 3 years ago

Perfect. It seems that there is some kind of incompatibility when VMD is not on the C: drive. I am glad that everything is working now. Please, let me know if you have further issues.