<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
This is the first I've heard of this problem. You could try
upgrading Chimera to verison 1.5.3, but I would be surprised if that
helped. To learn more about where chimera is hanging, I'd recommend
installing the Process Explorer program from
<a class="moz-txt-link-freetext" href="http://technet.microsoft.com">http://technet.microsoft.com</a> and the Windows SDK. Process Explorer
is like the Task Manager, but lets you see partially inside the
process, and the Windows SDK includes a debugger. The chimera
binaries do not include debugging symbols, so the debugger is of
limited utility, but you never know. Also, if you use Chimera's
Help / Report a Bug dialog to submit this bug, it will tell us about
your system configuration, and we might spot something you could
easily fix.<br>
<br>
Bonne chance,<br>
<br>
Greg<br>
<br>
On 07/20/2011 03:50 AM, Damien Larivière wrote:
<blockquote cite="mid:4E26B2EE.6070608@fourmentinguilbert.org"
type="cite">Dear all,
<br>
<br>
The script below has been validated for me by the Chimera team
sometimes ago.
<br>
<br>
In fact this script does not work each time I run it: When
reaching the pdb dockSL0007.pdb, or dockSL0010.pdb, or
dockSL0020.pdb,... Chimera can remained fixed on the current PDB
file as if it faces problem to open it. I'm forced to close
Chimera which does not respond anymore. The exit code is
805306369. I attached dockSL0009.pdb and dockSL0010.pdb.
<br>
<br>
What can I do to report this bug (which may be due to something
external to Chimera; my Chimera version is 1.5.2 Build 32411; my
plateform is Windows 7 64 bits) since I have to brutally stop
Chimera, and know more about this problem?
<br>
<br>
Many thanks for your help
<br>
<br>
Damien
<br>
<br>
from chimera import runCommand as rc
<br>
#from chimera.tkgui import saveReplyLog
<br>
for i in range(1, 101):
<br>
rc(r"open C:\Program Files (x86)\Hex 6.3\examples\New Hex
run_SL_250211\FirstRun_S_Ldimer\dockSL%04d.pdb" % i)
<br>
rc("distance :246.C@CB :297.A@CB")
<br>
rc("distance :246.C@CB :297.B@CB")
<br>
rc("close all")
<br>
#rc("saveReplyLog('replyLog%04d.txt')" % i)
<br>
<br>
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Chimera-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Chimera-users@cgl.ucsf.edu">Chimera-users@cgl.ucsf.edu</a>
<a class="moz-txt-link-freetext" href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a>
</pre>
</blockquote>
<br>
</body>
</html>