Homebrew [WIP] NKStreamer - Remote desktop streaming to 3ds

What need to do next after Input Mapping ?


  • Total voters
    16
  • Poll closed .

cots

Banned!
Banned
Joined
Dec 29, 2014
Messages
1,533
Trophies
0
XP
1,952
Country
United States
Same problem. As soon as I enter in a custom IP from the 3DS Menu the entire system freezes and I have to hard reboot.
 

Ihiing

Active Member
Newcomer
Joined
May 26, 2017
Messages
37
Trophies
0
XP
1,877
Country
Germany
Same problem. As soon as I enter in a custom IP from the 3DS Menu the entire system freezes and I have to hard reboot.

I have the same problem. My 3ds freezes when I click ok. But its not a problem with a custom IP. Even when i dont change the IP or click cancel it freezes. Same problem when I want to change the port.
O3ds, boot9strap, Luma 8.1
 

namkazt

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2017
Messages
79
Trophies
0
Age
32
XP
410
Country
Vietnam
what are the key bindings equivalent for up, down, left and right arrow on server.cfg

KeyMapping["Left"] = FakeInput::Key_Left;
KeyMapping["Right"] = FakeInput::Key_Right;
KeyMapping["Up"] = FakeInput::Key_Up;
KeyMapping["Down"] = FakeInput::Key_Down;

Details here:
KeyMapping["A"] = FakeInput::Key_A;
KeyMapping["B"] = FakeInput::Key_B;
KeyMapping["C"] = FakeInput::Key_C;
KeyMapping["D"] = FakeInput::Key_D;
KeyMapping["E"] = FakeInput::Key_E;
KeyMapping["F"] = FakeInput::Key_F;
KeyMapping["G"] = FakeInput::Key_G;
KeyMapping["H"] = FakeInput::Key_H;
KeyMapping["I"] = FakeInput::Key_I;
KeyMapping["J"] = FakeInput::Key_J;
KeyMapping["K"] = FakeInput::Key_K;
KeyMapping["L"] = FakeInput::Key_L;
KeyMapping["M"] = FakeInput::Key_M;
KeyMapping["N"] = FakeInput::Key_N;
KeyMapping["O"] = FakeInput::Key_O;
KeyMapping["P"] = FakeInput::Key_P;
KeyMapping["Q"] = FakeInput::Key_Q;
KeyMapping["R"] = FakeInput::Key_R;
KeyMapping["S"] = FakeInput::Key_S;
KeyMapping["T"] = FakeInput::Key_T;
KeyMapping["U"] = FakeInput::Key_U;
KeyMapping["V"] = FakeInput::Key_V;
KeyMapping["W"] = FakeInput::Key_W;
KeyMapping["X"] = FakeInput::Key_X;
KeyMapping["Y"] = FakeInput::Key_Y;
KeyMapping["Z"] = FakeInput::Key_Z;
KeyMapping["0"] = FakeInput::Key_0;
KeyMapping["1"] = FakeInput::Key_1;
KeyMapping["2"] = FakeInput::Key_2;
KeyMapping["3"] = FakeInput::Key_3;
KeyMapping["4"] = FakeInput::Key_4;
KeyMapping["5"] = FakeInput::Key_5;
KeyMapping["6"] = FakeInput::Key_6;
KeyMapping["7"] = FakeInput::Key_7;
KeyMapping["8"] = FakeInput::Key_8;
KeyMapping["9"] = FakeInput::Key_9;
KeyMapping["F1"] = FakeInput::Key_F1;
KeyMapping["F2"] = FakeInput::Key_F2;
KeyMapping["F3"] = FakeInput::Key_F3;
KeyMapping["F4"] = FakeInput::Key_F4;
KeyMapping["F5"] = FakeInput::Key_F5;
KeyMapping["F6"] = FakeInput::Key_F6;
KeyMapping["F7"] = FakeInput::Key_F7;
KeyMapping["F8"] = FakeInput::Key_F8;
KeyMapping["F9"] = FakeInput::Key_F9;
KeyMapping["F10"] = FakeInput::Key_F10;
KeyMapping["F11"] = FakeInput::Key_F11;
KeyMapping["F12"] = FakeInput::Key_F12;
KeyMapping["Escape"] = FakeInput::Key_Escape;
KeyMapping["Space"] = FakeInput::Key_Space;
KeyMapping["Return"] = FakeInput::Key_Return;
KeyMapping["Backspace"] = FakeInput::Key_Backspace;
KeyMapping["Tab"] = FakeInput::Key_Tab;
KeyMapping["Shift_L"] = FakeInput::Key_Shift_L;
KeyMapping["Shift_R"] = FakeInput::Key_Shift_R;
KeyMapping["Control_L"] = FakeInput::Key_Control_L;
KeyMapping["Control_R"] = FakeInput::Key_Control_R;
KeyMapping["Alt_L"] = FakeInput::Key_Alt_L;
KeyMapping["Alt_R"] = FakeInput::Key_Alt_R;
KeyMapping["CapsLock"] = FakeInput::Key_CapsLock;
KeyMapping["NumLock"] = FakeInput::Key_NumLock;
KeyMapping["ScrollLock"] = FakeInput::Key_ScrollLock;
KeyMapping["PrintScreen"] = FakeInput::Key_PrintScreen;
KeyMapping["Insert"] = FakeInput::Key_Insert;
KeyMapping["Delete"] = FakeInput::Key_Delete;
KeyMapping["PageUP"] = FakeInput::Key_PageUP;
KeyMapping["PageDown"] = FakeInput::Key_PageDown;
KeyMapping["Home"] = FakeInput::Key_Home;
KeyMapping["End"] = FakeInput::Key_End;
KeyMapping["Left"] = FakeInput::Key_Left;
KeyMapping["Right"] = FakeInput::Key_Right;
KeyMapping["Up"] = FakeInput::Key_Up;
KeyMapping["Down"] = FakeInput::Key_Down;
KeyMapping["Numpad0"] = FakeInput::Key_Numpad0;
KeyMapping["Numpad1"] = FakeInput::Key_Numpad1;
KeyMapping["Numpad2"] = FakeInput::Key_Numpad2;
KeyMapping["Numpad3"] = FakeInput::Key_Numpad3;
KeyMapping["Numpad4"] = FakeInput::Key_Numpad4;
KeyMapping["Numpad5"] = FakeInput::Key_Numpad5;
KeyMapping["Numpad6"] = FakeInput::Key_Numpad6;
KeyMapping["Numpad7"] = FakeInput::Key_Numpad7;
KeyMapping["Numpad8"] = FakeInput::Key_Numpad8;
KeyMapping["Numpad9"] = FakeInput::Key_Numpad9;
KeyMapping["NumpadAdd"] = FakeInput::Key_NumpadAdd;
KeyMapping["NumpadSubtract"] = FakeInput::Key_NumpadSubtract;
KeyMapping["NumpadMultiply"] = FakeInput::Key_NumpadMultiply;
KeyMapping["NumpadDivide"] = FakeInput::Key_NumpadDivide;
KeyMapping["NumpadDecimal"] = FakeInput::Key_NumpadDecimal;
KeyMapping["NumpadEnter"] = FakeInput::Key_NumpadEnter;
 

namkazt

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2017
Messages
79
Trophies
0
Age
32
XP
410
Country
Vietnam
New 3DS XL, boot9strap, Latest Stable Luma
I have the same problem. My 3ds freezes when I click ok. But its not a problem with a custom IP. Even when i dont change the IP or click cancel it freezes. Same problem when I want to change the port.
O3ds, boot9strap, Luma 8.1
Same here, put in my IP, hit ok and freeze :( running through HBL since the CIA doesn't even boot for me, on N3DS 11.4

are you all surely using version 0.5.1 ? if not please download and check again.

that freezes mainly cause by v0.4 because of socket.

EDIT:
I'm so sorry. I was put wrong link to v0.4 into first post. Please download again.
 
Last edited by namkazt,

gg44

Member
Newcomer
Joined
Apr 22, 2017
Messages
12
Trophies
0
Age
22
XP
59
Country
Argentina
Guys can you help me? I have an old3ds trying to start NKStreamer but it says:Cant parse server information.I downloaded the newest homebrew app (and the .cia too with Version 0.5.1 but it says above 0.4 alpha?) I put the correct IP and PORT but its not working.I have Luma CFW with Boot9strap.I hope you can help me guys :D
(SRy for bad english skills.English isnt my native language :wink:
 

namkazt

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2017
Messages
79
Trophies
0
Age
32
XP
410
Country
Vietnam
Guys can you help me? I have an old3ds trying to start NKStreamer but it says:Cant parse server information.I downloaded the newest homebrew app (and the .cia too with Version 0.5.1 but it says above 0.4 alpha?) I put the correct IP and PORT but its not working.I have Luma CFW with Boot9strap.I hope you can help me guys :D
(SRy for bad english skills.English isnt my native language :wink:

error cause by wrong IP input. make sure you put correct IP. that display on server when you start it. like : 127.0.0.1 , 192.168.1.100 , ...
 

gg44

Member
Newcomer
Joined
Apr 22, 2017
Messages
12
Trophies
0
Age
22
XP
59
Country
Argentina
I put the right IP the cmd windows shows me 4 IP adresses i tried all of them with the right port put it still has the error message:hateit:
 

3dslove79

Well-Known Member
Member
Joined
Jul 27, 2014
Messages
140
Trophies
0
Age
32
XP
188
Country
Italy
The CIA version is the 0.5.1 because it already has input redirection,i take It from the elf in the 0.5.1 release,don't know why it still say 0.4
 
Last edited by 3dslove79,

Ihiing

Active Member
Newcomer
Joined
May 26, 2017
Messages
37
Trophies
0
XP
1,877
Country
Germany
I downloaded version 0.5.1 (but it says version 0.4 alpha) again and still have the freeze problem. It doesnt matter if I use the HBL or the CIA version.
 
Last edited by Ihiing,

namkazt

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2017
Messages
79
Trophies
0
Age
32
XP
410
Country
Vietnam
I put the right IP the cmd windows shows me 4 IP adresses i tried all of them with the right port put it still has the error message:hateit:
can you send a picture to me that bottom screen

The CIA version is the 0.5.1 because it already has input redirection,i take It from the elf in the 0.5.1 release,don't know why it still say 0.4
yes. in homebrew still display v0.4. I forgot to edit it.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: Push it :creep: