mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet > MISFIT

Reply
 
Thread Tools
Old 2013-07-07, 20:14   #144
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

27AE16 Posts
Default

Well, I've now gone through the independent directory attempt. I still can't get it to work, though the messages have changed (see attached). This error message is followed by the loss of config data. Fields I just filled in, (location, bat files, name to stop, etc.) are blank again.

This makes me think that some OS structure (.net?) has gotten borked somehow. Any ideas?
Attached Thumbnails
Click image for larger version

Name:	Object_reference01.PNG
Views:	97
Size:	15.8 KB
ID:	9968  
kladner is offline   Reply With Quote
Old 2013-07-07, 20:49   #145
NormanRKN
 
NormanRKN's Avatar
 
Jul 2012
Saarland / Germany

22·17 Posts
Default

mmh, maybe a deinstall of the whole .net-framework and install again is the solution ? give it a try.

other drives then E: tested ?

firewall/antivirus maybe block the access ?

a older version of misfit works ?
NormanRKN is offline   Reply With Quote
Old 2013-07-07, 21:54   #146
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

236568 Posts
Default

It was working until a few days back, but that was an older version, I think. I should try rolling back MISFIT before I take on all of .NET. The latter would be a real bear to deal with as there are so many versions and updates listed.
kladner is offline   Reply With Quote
Old 2013-07-07, 22:48   #147
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by kladner View Post
Well, I've now gone through the independent directory attempt. I still can't get it to work, though the messages have changed (see attached). This error message is followed by the loss of config data. Fields I just filled in, (location, bat files, name to stop, etc.) are blank again.

This makes me think that some OS structure (.net?) has gotten borked somehow. Any ideas?
1. What version were you on before upgrading?

2. You say losing configuration? Please elaborate...

3. Did inspection of results.txt uncover anything?

4. Manually inspect MISFITconfig.txt does it anything like the attached file?

5. Don't uninstall .net. MISFIT is probably 1 out of 300 apps on your PC that uses .NET. If .NET was corrupted you would already be rebuilding your PC.

6. Do your MFAKTx instances run fine with using MISFIT. (they should)

7. delete or rename MISFITCONFIG.TXT and restart misfit. The wizard should take you through configuration again. Do one simple config and see if it saves correctly. If it cannot save correctly try a different drive. You could have a disk problem.
Attached Files
File Type: txt MISFITconfig2.txt (2.2 KB, 143 views)

Last fiddled with by swl551 on 2013-07-07 at 22:52
swl551 is offline   Reply With Quote
Old 2013-07-08, 01:51   #148
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

236568 Posts
Default

Quote:
Originally Posted by swl551 View Post
1. What version were you on before upgrading?

2. You say losing configuration? Please elaborate...

3. Did inspection of results.txt uncover anything?

4. Manually inspect MISFITconfig.txt does it anything like the attached file?

5. Don't uninstall .net. MISFIT is probably 1 out of 300 apps on your PC that uses .NET. If .NET was corrupted you would already be rebuilding your PC.

6. Do your MFAKTx instances run fine with using MISFIT. (they should)

7. delete or rename MISFITCONFIG.TXT and restart misfit. The wizard should take you through configuration again. Do one simple config and see if it saves correctly. If it cannot save correctly try a different drive. You could have a disk problem.
1) Not sure about previous version. I am currently working with 2.5.0.

2) I have gotten some or all of the configuration file entered through the config editor on quite a few occasions now. I've taken to doing it in stages so I don't commit the entire effort of setting up email, etc. At this point, I make it through setting up the Process Setup tab, and save. The Locations and Instances fields get filled in on the main MISFIT window. At this point I have, at times, gone back into config Editor and entered and saved more information. On this trial, I have exited MISFIT after the first Config save. When I restart MISFIT, I get the error message box "Error applying configurations! Number of copies to create must be strictly positive. Parameter name: count." I have attached screenshots of this to previous posts. When I dismiss this "Info" dialog, a second one appears, "No work directories specified! Use Configuration Editor to correct!" This is the data I have now entered repeatedly, which has disappeared in this way more times than I have counted.
When I dismiss the second dialog box, the fields on the main MISFIT window are again blank. This has occurred with or without deleting MISFITconfig.txt. It just occurred on a different physical drive than previous attempts. In none of these attempts did MISFIT ever display the contents of the worktodo.txt files. The results.txt files all looked perfectly ordinary. I have tried the configuration with empty, or no results.txt files. MISFIT has been able to call the batch files and run mfaktc instances. Mfaktc runs fine independently of MISFIT.
kladner is offline   Reply With Quote
Old 2013-07-08, 02:44   #149
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default @Kladner

I found the cause of "object no set....blah" that would occur in a totally clean directory on the first config save. It is minor.


I cannot debug your issue without a copy of your directory as there are hundreds of lines of code involved in ApplyConfig(). The error you see is the outer most exception and is not really expected to ever be hit.

If you zip up and send me your directory structure exactly as it is I will point my debugger at it and find the answer.

I'll send you a link of where to put your zip file over private message

Scott

Last fiddled with by swl551 on 2013-07-08 at 02:51
swl551 is offline   Reply With Quote
Old 2013-07-08, 03:18   #150
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

2×3×1,693 Posts
Default

Thanks, Scott! I'll get it off to you.
kladner is offline   Reply With Quote
Old 2013-07-08, 14:10   #151
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default First Kladner debug test

Everything worked. (not using a debug version. just the latest compile)
(sans decrypting your passwords. That I cannot do)



I'll do the second installation later.
Attached Thumbnails
Click image for larger version

Name:	kl1.JPG
Views:	94
Size:	54.6 KB
ID:	9970  
swl551 is offline   Reply With Quote
Old 2013-07-08, 14:22   #152
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

100111101011102 Posts
Default

Quote:
Originally Posted by swl551 View Post
Everything worked. (not using a debug version. just the latest compile)
(sans decrypting your passwords. That I cannot do)



I'll do the second installation later.
Thanks. This sort of seems like there's a kink on my end. When I get a chance this afternoon I'll try again with the latest version.
kladner is offline   Reply With Quote
Old 2013-07-08, 16:21   #153
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by kladner View Post
Thanks. This sort of seems like there's a kink on my end. When I get a chance this afternoon I'll try again with the latest version.
My mistake. I am not using the latest version. I am using the version in your zip file.
swl551 is offline   Reply With Quote
Old 2013-07-08, 16:27   #154
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

80810 Posts
Default Here is your 2.4.9 install

No errors beyond MISFIT not being able to decrypt your passwords.
Attached Thumbnails
Click image for larger version

Name:	kl2.JPG
Views:	90
Size:	54.6 KB
ID:	9971  
swl551 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
released: MISFIT for MFAKTx version 2.11.0 (31-Jan-2017) swl551 MISFIT 19 2020-11-18 14:29
MISFIT 2.9 swl551 MISFIT 44 2014-12-15 12:46
MfaktX Controller (Windows) Mini-Geek Software 52 2014-02-18 18:27
MFAKTx speed menu (windows) swl551 Software 8 2013-03-07 00:16
(archive)mfaktXHelper - utility for managing mfaktX installations swl551 MISFIT 57 2012-08-12 03:37

All times are UTC. The time now is 08:22.


Tue Jul 27 08:22:01 UTC 2021 up 4 days, 2:51, 0 users, load averages: 2.32, 1.94, 1.82

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.