Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash Report Result:0x167B (2123-0011) - WiFi (v1 Switch) #2271

Open
Misledz opened this issue Jan 19, 2024 · 3 comments
Open

Crash Report Result:0x167B (2123-0011) - WiFi (v1 Switch) #2271

Misledz opened this issue Jan 19, 2024 · 3 comments

Comments

@Misledz
Copy link

Misledz commented Jan 19, 2024

What's the issue you encountered?

When Atmosphere launches, if WiFi is turned on or if Airplane Mode isn't turned on, the switch crashes.

How can the issue be reproduced?

Start the switch (v1) from either fusee.bin or hekate.bin, the switch crashes shortly after WiFi initiates.

Crash Report

01705628198_0100000000000025.log

System Firmware Version

17.0.0

Environment?

  • Running off Atmosphere 1.6.2 via fusee.bin
  • Attempted via hekate to load into fusee.bin
  • Hekate version v6.0.7
  • Atmosphere v1.6.2
  • Switch v1

Additional context?

Another similar issue was reported by another user in #2269

@borntohonk
Copy link

borntohonk commented Jan 19, 2024

When Atmosphere launches, if WiFi is turned on or if Airplane Mode isn't turned on, the switch crashes.

Do you have an exosphere.ini with the blank_prodinfo_sysmmc or blank_prodinfo_emummc set? If yes, disable those.

maybe also restore original certificate if you ever messed with "incognito/incognito_rcm"

see this thread: #2225 (comment)

@Vercety87
Copy link

Vercety87 commented Jan 19, 2024

Hi,

On your switch SD Card create a default.txt in atmosphere/hosts forlder.

In this new file paste this content :

# Nintendo Main Servers
127.0.0.1 *.nintendo.com
127.0.0.1 *.nintendo.net
127.0.0.1 *.nintendo.jp
127.0.0.1 *.nintendo.co.jp
127.0.0.1 *.nintendo.co.uk
127.0.0.1 *.nintendo-europe.com
127.0.0.1 *.nintendowifi.net
127.0.0.1 *.nintendo.es
127.0.0.1 *.nintendo.co.kr
127.0.0.1 *.nintendo.tw
127.0.0.1 *.nintendo.com.hk
127.0.0.1 *.nintendo.com.au
127.0.0.1 *.nintendo.co.nz
127.0.0.1 *.nintendo.at
127.0.0.1 *.nintendo.be
127.0.0.1 *.nintendods.cz
127.0.0.1 *.nintendo.dk
127.0.0.1 *.nintendo.de
127.0.0.1 *.nintendo.fi
127.0.0.1 *.nintendo.fr
127.0.0.1 *.nintendo.gr
127.0.0.1 *.nintendo.hu
127.0.0.1 *.nintendo.it
127.0.0.1 *.nintendo.nl
127.0.0.1 *.nintendo.no
127.0.0.1 *.nintendo.pt
127.0.0.1 *.nintendo.ru
127.0.0.1 *.nintendo.co.za
127.0.0.1 *.nintendo.se
127.0.0.1 *.nintendo.ch
127.0.0.1 *.nintendoswitch.com
127.0.0.1 *.nintendoswitch.com.cn
127.0.0.1 *.nintendoswitch.cn

# Nintendo Telemetry Servers
127.0.0.1 receive-%.dg.srv.nintendo.net receive-%.er.srv.nintendo.net

# Nintendo CDN Servers
95.216.149.205 conntest.nintendowifi.net
95.216.149.205 ctest.cdn.nintendo.net

Atmosphere will override your hosts file at boot with this.

The content of this file will block nintendo server on your switch.

More information here : https://github.com/Atmosphere-NX/Atmosphere/blob/master/docs/features/dns_mitm.md

@Misledz
Copy link
Author

Misledz commented Jan 19, 2024

When Atmosphere launches, if WiFi is turned on or if Airplane Mode isn't turned on, the switch crashes.

Do you have an exosphere.ini with the blank_prodinfo_sysmmc or blank_prodinfo_emummc set? If yes, disable those.

maybe also restore original certificate if you ever messed with "incognito/incognito_rcm"

see this thread: #2225 (comment)

So this was definitely the issue. The incognito was causing it, I had an old prodinfo.bin back from FW5.0 and that sort of fixed it, sadly in a wonky style via NXNandManager. But also I used the host file mentioned from @Vercety87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants