spacemeowx2 / ldn_mitm

Play local wireless supported games online
GNU General Public License v2.0
706 stars 99 forks source link

[WIP] Update for libnx/libstatrosphere/nsp sysmodule #12

Closed designgears closed 5 years ago

designgears commented 5 years ago

Updated everything so it would compile with the newest libnx and libstatrosphere Updated makefile to build nsp sysmodule

This is a work in progress, the app works properly, the sysmodule compiles and starts on boot but you get system errors when trying to use it.

I don't know much about what is going on there after looking at the code, if this helps out, great, if not, oh well, I tried. :)


ldn_mitm memory log dump version: v1.1.2-dirty timestamp: 222720

[18597] __appInit done [18598] main [159426] Request cmd_id 65001 type 4 [159426] Reply rc 0 [159426] Request cmd_id 65002 type 4 [159426] Reply rc 0 [159426] Request cmd_id 65004 type 4 [159426] Reply rc 0 [162594] Request cmd_id 65002 type 4 [162594] Reply rc 0 [162595] Request cmd_id 65003 type 4 [162595] Reply rc 0 [162616] Request cmd_id 65001 type 4 [162628] Reply rc 0 [162638] Request cmd_id 65002 type 4 [162652] Reply rc 0 [162659] Request cmd_id 65004 type 4 [162666] Reply rc 0 [211628] should_mitm pid: 133 tid: 100e65002bb8000 [211646] CreateUserLocalCommunicationService: enabled 1 [211653] LANDiscovery [211661] ICommunicationInterface [211668] Request cmd_id 400 type 6 [211674] ICommunicationInterface::Initialize unk: 0 pid: 133 [211683] _nifmGetRequestState 2 [211793] _nifmGetRequestState 3 [211802] _nifmGetRequestState 3 [211808] LANDiscovery Failed to threadCreate [211816] ~ICommunicationInterface [211832] ~LANDiscovery [222100] Request cmd_id 65001 type 4 [222116] Reply rc 0 [222123] Request cmd_id 65002 type 4 [222131] Reply rc 0 [222145] Request cmd_id 65004 type 4 [222153] Reply rc 0 [222711] Request cmd_id 65000 type 4

spacemeowx2 commented 5 years ago

Thank you for your contribution, and I'll have a look this weekend.

designgears commented 5 years ago

Just grabbed the ci build, everything looking good so far. I'll do some more testing tonight.