jakibaki / sys-netcheat

Open-source cheat-engine for the Nintendo Switch.
GNU General Public License v3.0
225 stars 23 forks source link

After several connections to nc, sys-netcheat crashes #19

Open trueicecold opened 5 years ago

trueicecold commented 5 years ago

If I keep using nc, close it and connect again, after several times sys-netcheat crashes and doesn't even recover after waking up from sleep.

cmd output:

D:\DevTools>nc -v 192.168.1.70 5555
192.168.1.70: inverse host lookup failed: h_errno 11004: NO_DATA
(UNKNOWN) [192.168.1.70] 5555 (?) open

After a restart it comes back again, but in general, it's unstable...

jakibaki commented 5 years ago

Thanks for your report!

Could you please try with the new 1.3.3 release and if that doesn't help please post your firmware-version and hekate-ini.

trueicecold commented 5 years ago

My hekate_ipl is:

[config]
autoboot=0
bootwait=5
customlogo=1
verification=2
{-- Custom Firmware --}
[CFW]
kip1=modules/newfirm/loader.kip
kip1=modules/newfirm/sm.kip
kip1=modules/newfirm/pm.kip
kip1patch=nosigchk
kip1=modules/sys-ftpd.kip
kip1=modules/sys-netcheat.kip
debugmode=1
fullsvcperm=1
{ }

{------ LayeredFS -----}
[Newest LayeredFS]
kip1=modules/newfirm/loader.kip
kip1=modules/newfirm/sm.kip
kip1=modules/newfirm/fs_mitm.kip
kip1=modules/newfirm/pm.kip
atmosphere=1
kip1patch=nosigchk
{ }

{---- Miscellaneous ---}
[Stock]
{ }

{----------------------}
{ }
{Running v8 of tumGER/SDFilesSwitch}
{By: tomGER(@tumGER)}
{StevenMattera, WerWolv}
{ }
{------ Thanks to -----}
{ }
{Reswitched Team, CTCaer}
{Thog, vgmoose, Brawl345}
{GGLinnk, jpe230, Adubbz}
{thomasnet, TheDgtl, Rei}
{jakibaki, rajkosto,}
{mariogamer2 and many more}
{ }
{----------------------}
{ }
{Press R + Album to launch Album instead}
{ }
{Discord: https://discord.gg/qbRAuy7}

My FW is 5.1.0

When testing 1.3.3 do I need to remove fullsvcperm=1? or only if I'm on 6.0.0? Also, are there any logs I can send you? maybe a c++ crash of sorts?

jakibaki commented 5 years ago

When testing 1.3.3 do I need to remove fullsvcperm=1? or only if I'm on 6.0.0?

please remove it in any case.

Also, are there any logs I can send you? maybe a c++ crash of sorts?

nope, sorry there are no logs for that :/

sijad commented 5 years ago

I have same problem

sijad commented 5 years ago

after few try I can not connect any more and have to reboot switch, port 5555 is still open, and using twib ps I can see sys-netcheat process is still active (it didn't crashed).

this is coredump of before and after this issue: codedump.zip

I couldn't run https://github.com/misson20000/CircuitBreaker myself but I hope this could be useful