Valdes-Tresanco-MS / AMDock-win

(Windows) AMDock: Assisted molecular docking with AutoDock4 and AutoDockVina
GNU General Public License v3.0
61 stars 20 forks source link

AMDock closes unexpectedly on Windows... #18

Open marioernestovaldes opened 1 year ago

marioernestovaldes commented 1 year ago

same error happens when using Linux version and the *.amdock file is empty...

Welcome to AMDock
Version 1.5.2 For Windows and Linux

AMDOCK: Opening AMDock File (*.amdock)...
AMDOCK: Opening AMDock File (*.amdock)... Done.
AMDOCK: Traceback (most recent call last): 
AMDOCK: File "D:\Programs\AMDock-win-master\AMDock-win-master\lib\site-packages\AMDock\result_tab.py", line 176, in load_file 
AMDOCK: 
AMDOCK: self.amdock_load() 
AMDOCK: File "D:\Programs\AMDock-win-master\AMDock-win-master\lib\site-packages\AMDock\result_tab.py", line 188, in amdock_load 
AMDOCK: 
AMDOCK: self.data = self.AMDock.loader.load_amdock_file() 
AMDOCK: File "D:\Programs\AMDock-win-master\AMDock-win-master\lib\site-packages\AMDock\file_loader.py", line 269, in load_amdock_file 
AMDOCK: 
AMDOCK: if os.path.exists(self.AMDock.project.WDIR): 
AMDOCK: File "D:\Programs\AMDock-win-master\AMDock-win-master\lib\genericpath.py", line 26, in exists 
AMDOCK: 
AMDOCK: os.stat(path) 
AMDOCK: TypeError
AMDOCK: : 
AMDOCK: coercing to Unicode: need string or buffer, NoneType found
AMDOCK: