Hacking TeconMoon Wii VC Injector. Missing tmd.bin.

Gallaer

Well-Known Member
OP
Member
Joined
Apr 28, 2021
Messages
161
Trophies
0
XP
1,138
Country
United States
I've been trying to convert my ripped MK Wii ISO to a Wii U file with TeconMoon's VC Injector. Every other game that I try works just fine. For some reason though, MK Wii always has an unhandled exception where tmd.bin is not found, after looking at the temp files, TIKTEMP wasn't made either. I ended up trying again while creating that folder, it got further along but still ended up with the same error.

Here is the Exception Text.
1644279171377.png

-------------------------------------------------------------------------------
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 find file 'C:\Users\galla\AppData\Local\Temp\WiiVCInjector\SOURCETEMP\TIKTEMP\tmd.bin'.
File name: 'C:\Users\galla\AppData\Local\Temp\WiiVCInjector\SOURCETEMP\TIKTEMP\tmd.bin'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at TeconMoon_s_WiiVC_Injector.WiiVC_Injector.TheBigOneTM_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9014.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
TeconMoon's WiiVC Injector
Assembly Version: 3.0.12.0
Win32 Version: 3.0.12.0
CodeBase: file:///C:/Users/galla/Desktop/Wii%20U%20Stuff/TeconmoonWiiVCInjector-main/TeconMoon's%20WiiVC%20Injector.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9014.0 built by: NET481REL1
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.9014.0 built by: NET481REL1
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.9014.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.IO.Compression.FileSystem
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9014.0
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9014.0 built by: NET481REL1
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.9014.0 built by: NET481REL1
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.9014.0 built by: NET481REL1
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.9014.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.IO.Compression
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9014.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 10.0.0.0
Win32 Version: 14.8.9014.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.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.
 
  • Like
Reactions: TonyNESgri

Norris

Well-Known Member
Member
Joined
Oct 13, 2021
Messages
614
Trophies
0
Age
16
XP
1,312
Country
United States
Yoo this happened to me basically dm someone with a working app and ask them to send you that folder structure/files and replace it then for some reason it started working for me
 

beastx61

New Member
Newbie
Joined
Feb 27, 2022
Messages
4
Trophies
0
Age
23
Location
URMOM
XP
42
Country
Belgium
Yoo this happened to me basically dm someone with a working app and ask them to send you that folder structure/files and replace it then for some reason it started working for me
can you add me on discord and send me the file? i beg you bro, goldenwind#3883
 

beastx61

New Member
Newbie
Joined
Feb 27, 2022
Messages
4
Trophies
0
Age
23
Location
URMOM
XP
42
Country
Belgium
Yoo this happened to me basically dm someone with a working app and ask them to send you that folder structure/files and replace it then for some reason it started working for me
can you add me on discord and send me the file? i beg you bro, goldenwind#3883
 

Norris

Well-Known Member
Member
Joined
Oct 13, 2021
Messages
614
Trophies
0
Age
16
XP
1,312
Country
United States
can you add me on discord and send me the file? i beg you bro, goldenwind#3883
sry man even if i had discord i lost the file was on a broken labtop but i recommend using UWUVCI instead it does the same that tecnomoon does but even more
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • BigOnYa @ BigOnYa:
    I played like 20min of that ChoCho Charles and give up, didn't like it. It was on gamepass but its not now. You spend most of the game on the train shooting at the Spider-train behind you.
  • K3Nv2 @ K3Nv2:
    $4 seems pretty fair
    +1
  • BigOnYa @ BigOnYa:
    Don't you have gamepass still? Indiana Jones comes onto gamepass in 9 days. We got a couple patches and Stalker 2 is pretty awesome also.
  • K3Nv2 @ K3Nv2:
    Indie needs help
  • A @ anotherthing:
    I don't trust anything Indiana Jones after Crystal Skull.
  • BigOnYa @ BigOnYa:
    MachineGames made it so should be good, they did all the Wolfenstein games. Pre reviews look great so far.
    +1
  • A @ anotherthing:
    Obsidian did Fallout New Vegas and KotOR II, now look where they are.
  • BigOnYa @ BigOnYa:
    Outer Worlds was awesome. They making part 2 now even.
  • A @ anotherthing:
    It was pretty average.
  • A @ anotherthing:
    Which was shocking coming from Obsidian after hiring Tim Cain and Leon Boyarsky.
  • K3Nv2 @ K3Nv2:
    One of my buddies just got a pistol for 650 lol
  • BigOnYa @ BigOnYa:
    It sucked on the Switch, is great on the Series S/X tho, esp since they added a 4k 60fps patch for it.
  • A @ anotherthing:
    I have it on the Switch and PC.
  • A @ anotherthing:
    And yeah, it's awkward on the Switch for some reason.
    +1
  • A @ anotherthing:
    I got it used for $10, so it's worth having on the Switch for that much, just to take up space on the shelf.
    +1
  • A @ anotherthing:
    The controls just seem off on the Switch. And it doesn't even feel like lag.
    +1
  • kijetesantakalu042 @ kijetesantakalu042:
    games that end development shouldn't just become free, they should become open source.
  • A @ anotherthing:
    I think people might be horrified at what most code looks like from game developers these days.
    +2
  • K3Nv2 @ K3Nv2:
    Snoop about to live on music prime lol
  • MidTVU @ MidTVU:
    i need help, but i think its too small for a thread. How do I transfer a mii charcter from the Tomodachi collection ds game to the wii
  • MidTVU @ MidTVU:
    i want jack black on my island but dont feel like remaking him
  • Xdqwerty @ Xdqwerty:
    Good night
    +1
  • K3Nv2 @ K3Nv2:
    Bad night
    +1
  • kijetesantakalu042 @ kijetesantakalu042:
    Welcome to my ted talk
    kijetesantakalu042 @ kijetesantakalu042: Welcome to my ted talk