Hacking NTRCFW 3.4 Preview1(Support video output on New 3DS)

D

Deleted User

Guest
I have to check this out later.
looks nice so far..
my own tool is quite slow but maybe that one is faster?
 

DarkenedMatter

Well-Known Member
Member
Joined
Jul 26, 2013
Messages
591
Trophies
0
XP
962
Country
United States
Everyone who is saying it's slow are you sure your internet isn't trash? Or the WiFi network/signal you're on isn't strong? Not saying it doesn't need more work but just curious.
 

Shirako

Well-Known Member
Member
Joined
Aug 24, 2015
Messages
122
Trophies
0
Age
26
XP
106
Country
United States
Everyone who is saying it's slow are you sure your internet isn't trash? Or the WiFi network/signal you're on isn't strong? Not saying it doesn't need more work but just curious.
it's local wifi, p sure mine is fine, i get decent FPS on home menu, but in game it's really slow
 
  • Like
Reactions: NightsOwl

Februarysn0w

Well-Known Member
Member
Joined
Oct 31, 2014
Messages
1,206
Trophies
0
Age
36
XP
837
Country
Japan
AWESOME!
CfwPNqmUUAAwmMb.jpg:large
 

DarkenedMatter

Well-Known Member
Member
Joined
Jul 26, 2013
Messages
591
Trophies
0
XP
962
Country
United States
it's local wifi, p sure mine is fine, i get decent FPS on home menu, but in game it's really slow
Ah okay, just curious. Figured WiFi network quality and stability plays a part which removes my desire for this. If I was to use this it'd be for streaming and not YouTube videos which uses your internet on top of the program using it.
 

pdapanda

Well-Known Member
Member
Joined
Nov 19, 2014
Messages
730
Trophies
0
Age
32
XP
1,172
Country
Switzerland
The video streaming highly depend on WIFI environment, even your neighbors' wifi will influence it.
Do not use USB AP to play around it.
 

nisemono

Active Member
Newcomer
Joined
Nov 22, 2015
Messages
41
Trophies
0
XP
143
Country
Strange i can't seem to connect it. Any idea how to?

Keep getting this error

Code:
No connection could be made because the target machine actively refused it 192.168.1.240:5000
   at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
   at ntrclient.NtrClient.connectToServer()
   at ntrclient.ScriptHelper.connect(String host, Int32 port)
   at Microsoft.Scripting.Interpreter.ActionCallInstruction`3.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run5[T0,T1,T2,T3,T4,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
   at Microsoft.Scripting.Interpreter.DynamicInstruction`5.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)
   at IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
   at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
   at ntrclient.CmdWindow.runCmd(String cmd)
 

WeedZ

Possibly an Enlightened Being
Global Moderator
Joined
Jan 13, 2015
Messages
3,825
Trophies
1
Location
The State of Denial
Website
gbatemp.net
XP
5,666
Country
United States
Hi, I find ntrcfw 3.4 preview1 from developer's weibo.
It support video output on New 3DS!

Link: http://weibo.com/p/1001603963093301484269

Download link: http://pan.baidu.com/s/1eSGxriy
password:897m

another downloadlink on dropbox:https://www.dropbox.com/s/n732gdo8vfk60tm/NTR_3.4PREVIEW1_STARTER_KIT.zip?dl=0

But the documents are chinese only.
So could someone translate it to English?

Note:
NTR3.4 preview1 is only for New3ds. the developer said it will support o3ds except video output.
the video output client is only for windows recently, it will support other platform in the future.

Sorry for my bad english...
wellshit.gif
 

Elveman

Just passing by
Member
Joined
Feb 1, 2015
Messages
456
Trophies
0
Age
27
Location
Moscow city
XP
992
Country
Russia
Kinda should make a comparison as I have both NTR AND Capture Card on New 3DS but... is this necessary?
Anyway, awesome work! Hope to see more poketubers in near future!
 

Asia81

Yuri Lover ~
Member
Joined
Nov 15, 2014
Messages
6,662
Trophies
3
Age
29
XP
3,540
Country
France
what you need to do :
run NTR debugger on new 3DS
open NTR debugger windows( NTRclient.exe) and NTRviewer
enter code connect('192.168.X.XXX', 8000) (3ds ip)
then remoteplay() after connected.
:/
> connect('192.168.137.1',8000)
Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée 192.168.137.1:8000
à System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
à ntrclient.NtrClient.connectToServer()
à ntrclient.ScriptHelper.connect(String host, Int32 port)
à Microsoft.Scripting.Interpreter.ActionCallInstruction`3.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.LightLambda.Run5[T0,T1,T2,T3,T4,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
à System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
à Microsoft.Scripting.Interpreter.DynamicInstruction`5.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)
à IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
à Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
à ntrclient.CmdWindow.runCmd(String cmd)

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

Or even with pport 8889
This is the same ip and port i use for 3DSController
IP: 192.168.137.1
Port: 8889

So why it's not working?
 

nisemono

Active Member
Newcomer
Joined
Nov 22, 2015
Messages
41
Trophies
0
XP
143
Country
:/
> connect('192.168.137.1',8000)
Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée 192.168.137.1:8000
à System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
à ntrclient.NtrClient.connectToServer()
à ntrclient.ScriptHelper.connect(String host, Int32 port)
à Microsoft.Scripting.Interpreter.ActionCallInstruction`3.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.LightLambda.Run5[T0,T1,T2,T3,T4,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
à System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
à Microsoft.Scripting.Interpreter.DynamicInstruction`5.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)
à IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
à Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
à ntrclient.CmdWindow.runCmd(String cmd)

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

Or even with pport 8889
This is the same ip and port i use for 3DSController
IP: 192.168.137.1
Port: 8889

So why it's not working?


From what i can read, you could try allowing TCP ports 3000-8001. See if it works. Didn't work for me though :/
 

gamesquest1

Nabnut
Former Staff
Joined
Sep 23, 2013
Messages
15,153
Trophies
2
XP
12,247
PS for anyone having issues its probably a network issue im getting pretty much consistent 25-30 fps in game, a few drops every now and then but nothing major


well it drops badly when loading new area's etc, i guess it will probably depend heavily on what game your playing luigi's mansion and binding of Issac are what i have tried, BOI played pretty smooth, LM had big drops on loading levels, but seems to go steady enough in level)
 
Last edited by gamesquest1,
  • Like
Reactions: cearp

Azel

Well-Known Member
Member
Joined
Dec 16, 2014
Messages
632
Trophies
0
Age
41
XP
656
Country
France
stupid question but where can I see my n3DS IP ? (i'm using a win10 laptop as an hotspot right now)
 

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
15,000
Country
Micronesia, Federated States of
:/
> connect('192.168.137.1',8000)
Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée 192.168.137.1:8000
à System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
à ntrclient.NtrClient.connectToServer()
à ntrclient.ScriptHelper.connect(String host, Int32 port)
à Microsoft.Scripting.Interpreter.ActionCallInstruction`3.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.LightLambda.Run5[T0,T1,T2,T3,T4,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
à System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
à Microsoft.Scripting.Interpreter.DynamicInstruction`5.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
à Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)
à IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
à Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
à ntrclient.CmdWindow.runCmd(String cmd)

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

Or even with pport 8889
This is the same ip and port i use for 3DSController
IP: 192.168.137.1
Port: 8889

So why it's not working?
Try running as admin?
 

Asia81

Yuri Lover ~
Member
Joined
Nov 15, 2014
Messages
6,662
Trophies
3
Age
29
XP
3,540
Country
France
Now I have
> connect('192.168.137.70',8000)
null
Server connected.

But I don't see my n3ds in the viewer ?

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

> connect('192.168.137.70',8000)
null
Server connected.
rtRecvSocket failed: 00000000
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    BakerMan @ BakerMan: this one +1