PDA

View Full Version : Best Energy 0,000.....any opinions/explanations?



Alien952
07-30-2003, 09:28 AM
Hi,
one of our members just noticed this in his dfGUI. It doesn't show up in the Stats so does anyone know what went wrong or have an explanation/idea?
Possible Bug/Error ?




http://homepage.ntlworld.com/chris.gillies/upload/zero.JPG

http://homepage.ntlworld.com/chris.gillies/upload/zero1.JPG


http://homepage.ntlworld.com/chris.gillies/upload/zero2.JPG

Can anyone get lower than 0.000??!! And no, it's not an edit either!!

--------------------
Shocked....

Original Post (http://www.lejabeach.com/sis-bin/ultimatebb.cgi?ubb=get_topic;f=20;t=000152;p=1#000003)


Alien

shortfinal
07-30-2003, 09:34 AM
At the start of every generation the Best Energy is set to 10000000.000 and stays that way until the 1st structure is completed. I think dfGUI caught it at that moment and displays the last 5 characters. It's not a bug in the client.

Shortfinal

Alien952
07-30-2003, 12:12 PM
OK.........now it looks like an error and not a bug

he posted the error.log and here it is:




========================[ Jul 29, 2003 3:17 PM ]========================
ERROR: [001.009] {foldtrajlite2.c, line 5552} Error occured while aligning structures
ERROR: [001.023] {rotate.c, line 641} Invalid PMMD given to GetRMSD
ERROR: [001.010] {foldtrajlite2.c, line 5556} Abnormally small RMSD: 0.000000 (96 1 1)

I guess that it didn't like the fact that it found a small rms! I wonder if anyone REALLY hit 0, whether it would be believed or not?!!

--------------------
Shocked....

Alien

Digital Parasite
07-30-2003, 01:39 PM
If the GUI sees a 100000.000 value it should handle it ok. If anything, the last part of the number will be cut off and not the first.

Interesting error.log, never saw that one before.

Alien952
07-30-2003, 02:25 PM
This is the following error from the same set of generations on our guys box.





========================[ Jul 30, 2003 5:39 PM ]========================
ERROR: [003.001] {extaaseq.c, line 990} Unable to fetch Biostruc jm95368t_0_jm95368t_protein_150_0000047_min.val
ERROR: [005.001] {vismaketrj.c, line 347} Unable to determine number of models
FATAL ERROR: [000.000] {foldtrajlite2.c, line 3759} Maketrj reported an error, cannot continue


Alien

Brian the Fist
07-30-2003, 09:13 PM
Originally posted by Alien952
OK.........now it looks like an error and not a bug

he posted the error.log and here it is:

Alien

We have seen this message before though it is rare. We believe it is caused by either corrupt data files (specifically native.val) or faulty RAM, but cannot prove this. It is not likely a program bug in this case or everyone would get it.

tpdooley
08-02-2003, 07:37 PM
Any recommendations on how to prove which of the two it is? Other than running testmem86?

Brian the Fist
08-03-2003, 12:01 PM
I added a bit of extra error messages for the next version so if it happens again, we'll have a bit more info about exactly what is wrong. To check the native.val though, you could try redownloading the client and diff the native.val from a fresh download with the possibly corrupt one. If they are different, the file got fried somehow. To compare, assume one is in c:\dir1 and the other in c:\dir2, type the following at a DOS prompt (replacing dir1 and dir2 with their actual locations:

fc /b c:\dir1\native.val c:\dir2\native.val

It will tell you if the files are the same.