Homebrew Official [Release] kit-kat 2.0 - Wireless Capture-card

PRAGMA

Well-Known Member
OP
Member
Joined
Dec 29, 2015
Messages
2,258
Trophies
1
Location
Ireland
Website
github.com
XP
5,041
Country
Ireland
I get multiple errors before the application closes :(
Consultez la fin de ce message pour plus de détails sur l'appel du débogage
juste-à-temps (JIT) à la place de cette boîte de dialogue.

************** Texte de l'exception **************
System.MissingMethodException: Méthode introuvable : 'Void System.Runtime.InteropServices.Marshal.StructureToPtr(!!0, IntPtr, Boolean)'.
à kit_kat.cTabControl.WndProc(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblys chargés **************
mscorlib
Version de l'assembly : 4.0.0.0
Version Win32 : 4.0.30319.17929 built by: FX45RTMREL
CodeBase : file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
kit-kat
Version de l'assembly : 1.4.4.0
Version Win32 : 1.4.4.0
CodeBase : file:///D:/VC3DS%20(new)/kit-kat/kit-kat.exe
----------------------------------------
System.Windows.Forms
Version de l'assembly : 4.0.0.0
Version Win32 : 4.0.30319.17929 built by: FX45RTMREL
CodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Version de l'assembly : 4.0.0.0
Version Win32 : 4.0.30319.17929 built by: FX45RTMREL
CodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Version de l'assembly : 4.0.0.0
Version Win32 : 4.0.30319.17929 built by: FX45RTMREL
CodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
Version de l'assembly : 4.0.0.0
Version Win32 : 4.0.30319.17929 built by: FX45RTMREL
CodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Version de l'assembly : 4.0.0.0
Version Win32 : 4.0.30319.17929 built by: FX45RTMREL
CodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
Version de l'assembly : 4.0.0.0
Version Win32 : 4.0.30319.17929 built by: FX45RTMREL
CodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
mscorlib.resources
Version de l'assembly : 4.0.0.0
Version Win32 : 4.0.30319.17929 built by: FX45RTMREL
CodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_fr_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
Version de l'assembly : 4.0.0.0
Version Win32 : 4.0.30319.17929 built by: FX45RTMREL
CodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** Débogage JIT **************
Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
application ou cet ordinateur (machine.config) doit avoir la valeur
jitDebugging définie dans la section system.windows.forms.
L'application doit également être compilée avec le débogage
activé.

Par exemple :

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

Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
seront envoyées au débogueur JIT inscrit sur l'ordinateur
plutôt que d'être gérées par cette boîte de dialogue.
Do I need a certain version of .NET Framework? If so, which version?
You need atleast 4.5.2 but I recommend 4.6.1 ASWELL

--------------------- MERGED ---------------------------

every update and still doesnt work for me wtf
Idk man, There must be something wrong with your router or something.

--------------------- MERGED ---------------------------

Load failed !
#FILEOPEN_FAILURE
#LOAD_AND_EXECUTE

and a reboot message
Are you using Boot NTR Selector 3.4?
 

ForeverEternal

Well-Known Member
Member
Joined
Sep 15, 2016
Messages
173
Trophies
0
XP
243
Country
United States
Latest release crashes when using the touchscreen.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'.
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at ntrbase.NTR.sendWriteMemPacket(UInt32 addr, UInt32 pid, Byte[] buf)
at InputRedirection.Game1.SendInput()
at InputRedirection.Game1.ReadMain()
at InputRedirection.Game1.Update(GameTime gameTime)
at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick()
at MonoGame.Framework.WinFormsGameWindow.RunLoop()
at MonoGame.Framework.WinFormsGamePlatform.RunLoop()
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
at Microsoft.Xna.Framework.Game.Run()
at kit_kat.MainForm.customTabControl1_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.TabControl.WmSelChange()
at System.Windows.Forms.TabControl.WndProc(Message& m)
at kit_kat.cTabControl.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)

Also what does the debug mode do?
 

PRAGMA

Well-Known Member
OP
Member
Joined
Dec 29, 2015
Messages
2,258
Trophies
1
Location
Ireland
Website
github.com
XP
5,041
Country
Ireland
Latest release crashes when using the touchscreen.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'.
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at ntrbase.NTR.sendWriteMemPacket(UInt32 addr, UInt32 pid, Byte[] buf)
at InputRedirection.Game1.SendInput()
at InputRedirection.Game1.ReadMain()
at InputRedirection.Game1.Update(GameTime gameTime)
at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick()
at MonoGame.Framework.WinFormsGameWindow.RunLoop()
at MonoGame.Framework.WinFormsGamePlatform.RunLoop()
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
at Microsoft.Xna.Framework.Game.Run()
at kit_kat.MainForm.customTabControl1_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.TabControl.WmSelChange()
at System.Windows.Forms.TabControl.WndProc(Message& m)
at kit_kat.cTabControl.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)

Also what does the debug mode do?
It doesnt work when using both NTRViewer and IR, thats why it crashes.
 

Seriel

Doing her best
Member
Joined
Aug 18, 2015
Messages
3,298
Trophies
3
Age
24
Location
UK
XP
6,038
Country
United Kingdom
To use InputRedirection, Install this and open it before Boot NTR Selector.
Link gives a 404
upload_2017-1-2_4-30-59.png
 

PRAGMA

Well-Known Member
OP
Member
Joined
Dec 29, 2015
Messages
2,258
Trophies
1
Location
Ireland
Website
github.com
XP
5,041
Country
Ireland
  • Like
Reactions: Seriel

j82k

Active Member
Newcomer
Joined
Oct 6, 2015
Messages
33
Trophies
0
XP
268
Country
Gambia, The
Would it be possible to implement audio streaming?
Basically I want to use wireless headphones, which are connected to my pc when playing with the 3DS.
 

kabum87

Member
Newcomer
Joined
Dec 26, 2016
Messages
11
Trophies
0
Age
29
XP
52
Country
That's pretty much impossible via software, however, you can get a bluetooth dongle that plugs in the headphone jack and then transmit that audio to your PC or the headphones themselves. Another option, if you don't mind the cable, is using a stereo male-male 3.5mm jack cable and connect the headphone port on the 3DS to you PC's line input.
 
  • Like
Reactions: PRAGMA

Gabisz

Member
Newcomer
Joined
Jan 2, 2017
Messages
6
Trophies
0
Age
35
XP
53
Country
Hi!
Can anybody help? I've updated the kit-kat yesterday and now it does not want to stream.
It worked just fine before the update.
Now it does not even connect most of the time, and even if connects it is just a blank white screen. :S
I'm using the default settings, NTR CFW 3.4 debugger enabled, 3DS IP is correct, I'm literally next to the router, wi-fi is strong. What could be wrong?
 

PRAGMA

Well-Known Member
OP
Member
Joined
Dec 29, 2015
Messages
2,258
Trophies
1
Location
Ireland
Website
github.com
XP
5,041
Country
Ireland
Hi!
Can anybody help? I've updated the kit-kat yesterday and now it does not want to stream.
It worked just fine before the update.
Now it does not even connect most of the time, and even if connects it is just a blank white screen. :S
I'm using the default settings, NTR CFW 3.4 debugger enabled, 3DS IP is correct, I'm literally next to the router, wi-fi is strong. What could be wrong?
It could be firewall or Anti-Virus.
 

PRAGMA

Well-Known Member
OP
Member
Joined
Dec 29, 2015
Messages
2,258
Trophies
1
Location
Ireland
Website
github.com
XP
5,041
Country
Ireland
That issue is really strange as I have no idea what causes it.
It seems to be unique to a very small amount of users, because of this I cant get this error so I cant test a fix :l

--------------------- MERGED ---------------------------

I disabled the firewall and the antivirus, same problem. Also it worked before the update even with the antivirus and firewall on.
Then its a general communication error, possibly wrong IP or something. This happens and I cant help its something unique to you.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://a.co/d/3aCbNk8 lol smart keyboard