Help with NKit

duckboi420

New Member
OP
Newbie
Joined
Jan 7, 2022
Messages
3
Trophies
0
Age
36
XP
38
Country
United States
I was trying to convert a SSB Mele Nkit.iso to .iso and I did everything right, but the file would not appear in the processed folder. I uninstalled WinRAR, downloaded 7zip and tried again, and now I get this message when opening NKit Processing App: Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue... Could not load file or assembly "Nkit, Version=1.4.0., Culture=neutral, PublicKeyToken=null" or one of its dependencies. The system cannot find the file specified.

Under the Details button, I have this:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'NKit, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'NKit, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null'
at Nanook.NKit.NKitForm.resetScreen()
at Nanook.NKit.NKitForm.NKitForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4420.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
NKitProcessingApp
Assembly Version: 1.4.0.0
Win32 Version: 1.4.0.0
CodeBase: file:///C:/Users/ian_s/AppData/Local/Temp/7zO85C32A7B/NKitProcessingApp.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


I have tried deleting and reinstalling nkit several times and it keeps happening. If "continue" is selected, it boots almost like normal, but I cannot drag and drop the nkit.iso into the processing app.
Is there a solution to this?
 

duckboi420

New Member
OP
Newbie
Joined
Jan 7, 2022
Messages
3
Trophies
0
Age
36
XP
38
Country
United States
Update!

I got it working by uninstalling and reinstalling the .NET Framework and using the Microsoft .NET Framework Repair Tool and installing a Windows update. It was not a problem with NKit, but with Windows.
 
  • Like
Reactions: SaulFabre

SaulFabre

I like Yoshis and the Wii/Wii U scene.
Member
Joined
Feb 6, 2019
Messages
3,310
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
8,572
Country
Ecuador
Update!

I got it working by uninstalling and reinstalling the .NET Framework and using the Microsoft .NET Framework Repair Tool and installing a Windows update. It was not a problem with NKit, but with Windows.
Nice.
I remember i had the same problem with NKit tool but i've solved that with the same way you described.
 

drfundies

New Member
Newbie
Joined
Jul 17, 2023
Messages
1
Trophies
0
Age
21
XP
12
Country
United States
Update!

I got it working by uninstalling and reinstalling the .NET Framework and using the Microsoft .NET Framework Repair Tool and installing a Windows update. It was not a problem with NKit, but with Windows.
HOW IN THE HELL i have the same problem and ive tried this multiple times yet it still says the same thing
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    Even TED!!!
  • SylverReZ @ SylverReZ:
    Who wants some TED now? :ninja:
  • BigOnYa @ BigOnYa:
    I heard uremum gives some good Ted. B-)
    +1
  • SylverReZ @ SylverReZ:
    @BigOnYa, And so does urs.
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    Ah see, a little hit-and-run there from BigOnYa...
  • K3Nv2 @ K3Nv2:
    Little is all bigonya sees when he showers
    +2
  • kijetesantakalu042 @ kijetesantakalu042:
    @K3Nv2 He has a pee pee instead of a penis
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    What's up folks???
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    Who here is getting hammered right now?
  • kijetesantakalu042 @ kijetesantakalu042:
    @The_Dizzy_Vizzy if you are on gbatemp.net, you aren't getting hammered...
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    I never said that I was getting hammered, but I mention it that you might be saved...
  • K3Nv2 @ K3Nv2:
    If you're on temp part of you is definitely getting hammered problem is half of us don't want it
    +1
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    Not getting hammered, actually I just had a glass of wine to follow up with turkey, stuffing, potatoes, etc...
    +1
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    Everybody have a nice holiday?
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    Jesus I guess not... Ok, well, anybody here ever watched a movie on any-given hand-held unit?:
  • SylverReZ @ SylverReZ:
    @The_Dizzy_Vizzy, We don't celebrate thanksgiving here. I've caught a cold this winter, like, every single year this shit happens.
  • SylverReZ @ SylverReZ:
    Couldn't get to sleep that well due to how bad it was.
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    @Syl, I used to get BRONCHITIS every goddamned winter. It went on for like 10 years, and suddenly it just "stopped". Unlike a cold, BRONCHITIS requires anti-biotics to get rid of.
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    That's a trip to the doctor, $125, and then the cost of the anti-biotics is another $40, a very expensive ordeal...ANUALLY.
  • SylverReZ @ SylverReZ:
    @The_Dizzy_Vizzy, Mine has been like this ever since I was born, mate. I've gotten all sorts of problems, such as, but is not limited to: sore throats, colds, stomache bugs, etc.
  • SylverReZ @ SylverReZ:
    Honestly, I feel for you. Keep yourself nice and cosy, drink plenty and take some anti-biotics.
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    Dude, when you get bronchitis, you get a fever, body aches, the sweats, and sometimes vomiting...
  • SylverReZ @ SylverReZ:
    @The_Dizzy_Vizzy, Yeah. That's the worst feeling ever when you get it.
    SylverReZ @ SylverReZ: @The_Dizzy_Vizzy, Yeah. That's the worst feeling ever when you get it.