![]() |
1 Attachment(s)
[QUOTE=kracker;327270]One BIG thing I did not notice and only noticed when it was uploading results:
I can't select from LL or DC TF work in GPU72. Other than that.... wow thanks. misfit has reduced manual work so much... I haven't assigned or managed my "sessions" manually for weeks, MISFIT is doing it all! :smile:[/QUOTE] Something like (see screenshot). |
Thanks Scott.
Installed it and now it's running. |
How does it work? I downloaded MISFIT 2.4.0.zip, extracted all to the directory containing mfaktc, double-clicked misfit.exe and nothing happens.
|
[QUOTE=Chuck;327377]How does it work? I downloaded MISFIT 2.4.0.zip, extracted all to the directory containing mfaktc, double-clicked misfit.exe and nothing happens.[/QUOTE]
You didn't give me much to work with so I'll assume you are running Windows 7 on Dell PC, with serial number u7qeruqiwerui. Now verify you have .NET 4.0.x installed by opening a command prompt and running dir %windir%\Microsoft.NET\Framework\ you should see output like [CODE] 11/20/2010 04:33 PM <DIR> v1.0.3705 07/13/2009 09:37 PM <DIR> v1.1.4322 01/12/2013 04:54 PM <DIR> v2.0.50727 11/20/2010 07:38 PM <DIR> v3.0 01/12/2013 03:48 PM <DIR> v3.5 02/02/2013 08:42 PM <DIR> v4.0.30319 [/CODE] If you have v4 installed I'd have guess you have some anti-virus type software that is blocking it from running. Hope that helps. Scott |
[QUOTE=swl551;327378]You didn't give me much to work with so I'll assume you are running Windows 7 on Dell PC, with serial number u7qeruqiwerui.
you should see output like [CODE] 11/20/2010 04:33 PM <DIR> v1.0.3705 07/13/2009 09:37 PM <DIR> v1.1.4322 01/12/2013 04:54 PM <DIR> v2.0.50727 11/20/2010 07:38 PM <DIR> v3.0 01/12/2013 03:48 PM <DIR> v3.5 02/02/2013 08:42 PM <DIR> v4.0.30319 [/CODE] If you have v4 installed I'd have guess you have some anti-virus type software that is blocking it from running. Hope that helps. Scott[/QUOTE] Windows 7 on a Maingear core i7-970. I have the same Framework directories as you listed. I shut off Kaspersky and still just get the two little circling arrows when I try to run the executable, then nothing. Is the executable size of 727K correct? |
[QUOTE=Chuck;327381]Windows 7 on a Maingear core i7-970. I have the same Framework directories as you listed. I shut off Kaspersky and still just get the two little circling arrows when I try to run the executable, then nothing.
Is the executable size of 727K correct?[/QUOTE] Yes, 727k. I just downloaded the .zip from the forum site extracted MISFIT.exe and it ran fine. The .exe appears to be OK. MISFIT 2.3.x is .NET 3.51, you can grab that from the archive and see if it runs. If it does it suggest a .NET issue, if it doesn't then.... I don't know. At start-up MISFIT checks for the existence of MISFITconfig.txt and if not there it takes you into the configuration screen. Not that it matters but I put the mfaktX instances in directories under MISFIT. |
[QUOTE=swl551;327383]Yes, 727k. I just downloaded the .zip from the forum site extracted MISFIT.exe and it ran fine. The .exe appears to be OK.
MISFIT 2.3.x is .NET 3.51, you can grab that from the archive and see if it runs. If it does it suggest a .NET issue, if it doesn't then.... I don't know. At start-up MISFIT checks for the existence of MISFITconfig.txt and if not there it takes you into the configuration screen. Not that it matters but I put the mfaktX instances in directories under MISFIT.[/QUOTE] I tried 2.3.2 Only difference, after the two little circling arrows for a couple of seconds, I get a Windows box "MISFIT has stopped working...Windows is checking for a solution to the problem... Then the message box closes. So I guess it isn't going to work for me. There are no issues with any other programs. |
Getting a boatload of .NET runtime errors in the Windows Event Viewer
Application: misfit.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException Stack: at MISFIT.Form1.MinimizeToSysTray() at System.Windows.Forms.Form.OnResize(System.EventArgs) at System.Windows.Forms.Control.OnSizeChanged(System.EventArgs) at System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) at System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32) at System.Windows.Forms.Control.SetBoundsCore(Int32, Int32, Int32, Int32, System.Windows.Forms.BoundsSpecified) at System.Windows.Forms.Form.SetBoundsCore(Int32, Int32, Int32, Int32, System.Windows.Forms.BoundsSpecified) at System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified) at System.Windows.Forms.ScrollableControl.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified) at System.Windows.Forms.Form.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified) at System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control) at System.Windows.Forms.ContainerControl.Scale(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control) at System.Windows.Forms.ContainerControl.PerformAutoScale(Boolean, Boolean) at System.Windows.Forms.ContainerControl.OnLayoutResuming(Boolean) at System.Windows.Forms.Control.ResumeLayout(Boolean) at MISFIT.Form1.InitializeComponent() at MISFIT.Form1..ctor() at MISFIT.Program.Main() |
[QUOTE=Chuck;327387]I tried 2.3.2 Only difference, after the two little circling arrows for a couple of seconds, I get a Windows box "MISFIT has stopped working...Windows is checking for a solution to the problem... Then the message box closes.
So I guess it isn't going to work for me. There are no issues with any other programs.[/QUOTE] Can you open a command prompt in your MISFIT dir and run SendControlCode.exe and MISFITserver.exe does they crash? |
[CODE]
C:\Users\Charles\Downloads>SendCtrlCode.exe Console Signaler (SendCtrlCode) v 1.4: Scott Lemieux USAGE args[0] ProcessID of console application to signal args[1] Control code number CTRL_C=0 CTRL_BREAK=1 CTRL_CLOSE=2 CTRL_LOGOFF=5 CTRL_SHUTDOWN=6 BYE! C:\Users\Charles\Downloads>MISFITServer.exe Starting MISFIT Remote Control Server v1.2.5 Error: Expected two arguments! Commandline requires BATCH_FILE_TO_START PROCESS_NAME_TO_STOP C:\Users\Charles\Downloads> [/CODE] They look OK |
[QUOTE=swl551;327329]Something like (see screenshot).[/QUOTE]
Looks great! :smile: |
| All times are UTC. The time now is 22:25. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.