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

[BUG] cfw crash upon trying to select a title #70

Closed
zamonary1 opened this issue May 21, 2024 · 7 comments
Closed

[BUG] cfw crash upon trying to select a title #70

zamonary1 opened this issue May 21, 2024 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@zamonary1
Copy link

Describe the bug
When you select the game one of 2 things happen: either a black screen and full unresponsiveness of firmware, or an atmosphere crash with backtrace (this happened just one time, couldn't replicate, but the steps are the same).

Log file

08:29:53.225�[0;34m[INFO]�[0m switch system theme: Dark
08:29:53.227�[0;34m[INFO]�[0m Using platform Switch
08:29:53.229�[0;31m[ERROR]�[0m Cannot load locale ru: directory romfs:/i18n/ru doesn't exist
08:29:53.234�[0;31m[ERROR]�[0m Cannot load locale ru: directory romfs:/i18n/ru doesn't exist
08:29:53.329�[0;34m[INFO]�[0m glfw: GL Vendor: nouveau
08:29:53.329�[0;34m[INFO]�[0m glfw: GL Renderer: NV120
08:29:53.329�[0;34m[INFO]�[0m glfw: GL Version: 4.3 (Core Profile) Mesa 20.1.0-rc3
08:29:53.329�[0;34m[INFO]�[0m glfw: GLFW Version: 3.3.4
08:29:53.388�[0;34m[INFO]�[0m glfw: Monitor: Default
08:29:53.389�[0;32m[DEBUG]�[0m Vibration clear #0
08:29:53.389�[0;32m[DEBUG]�[0m Vibration clear #1
08:29:53.389�[0;32m[DEBUG]�[0m Vibration clear #2
08:29:53.389�[0;32m[DEBUG]�[0m Vibration clear #3
08:29:53.390�[0;32m[DEBUG]�[0m Vibration clear #4
08:29:53.390�[0;34m[INFO]�[0m switch system locale: ru
08:29:53.390�[0;33m[WARNING]�[0m Cannot find custom font, (Searched at: romfs:/font/font.ttf)
08:29:53.393�[0;32m[DEBUG]�[0m Adding an inputs block token (tokens=1)
08:29:53.526�[0;32m[DEBUG]�[0m 18 games found
08:29:53.529�[0;32m[DEBUG]�[0m Cell #0 - added
08:29:53.554�[0;32m[DEBUG]�[0m Cell #1 - added
08:29:53.584�[0;32m[DEBUG]�[0m Cell #2 - added
08:29:53.616�[0;32m[DEBUG]�[0m Cell #3 - added
08:29:53.664�[0;32m[DEBUG]�[0m Cell #4 - added
08:29:53.711�[0;32m[DEBUG]�[0m Cell #5 - added
08:29:53.712�[0;32m[DEBUG]�[0m Giving focus to brls::SidebarItem
08:29:53.718�[0;32m[DEBUG]�[0m Hiding brls::AppletFrame (id="applet")
08:29:53.718�[0;32m[DEBUG]�[0m push activity to the stack
08:29:53.718�[0;32m[DEBUG]�[0m Showing brls::AppletFrame (id="applet")
08:29:53.832�[0;34m[INFO]�[0m Window size changed to 1280x720, content size: 1280x720 factor: 1
08:29:53.832�[0;34m[INFO]�[0m scale factor: 1
08:29:53.954�[0;32m[DEBUG]�[0m Removing an inputs block token (tokens=0)
08:29:54.568�[0;32m[DEBUG]�[0m Giving focus to brls::SidebarItem
08:29:55.414�[0;32m[DEBUG]�[0m Giving focus to brls::BooleanCell (id="debug_cell")
08:29:55.483�[0;34m[INFO]�[0m Open the debug layer
08:29:57.146�[0;32m[DEBUG]�[0m 18 games found
08:29:57.149�[0;32m[DEBUG]�[0m Cell #0 - added
08:29:57.171�[0;32m[DEBUG]�[0m Cell #1 - added
08:29:57.192�[0;32m[DEBUG]�[0m Cell #2 - added
08:29:57.209�[0;32m[DEBUG]�[0m Cell #3 - added
08:29:57.231�[0;32m[DEBUG]�[0m Cell #4 - added
08:29:57.256�[0;32m[DEBUG]�[0m Cell #5 - added
08:29:57.257�[0;32m[DEBUG]�[0m Giving focus to brls::SidebarItem
08:29:59.982�[0;32m[DEBUG]�[0m Giving focus to GameCell
08:30:00.099�[0;32m[DEBUG]�[0m Requesting: https://gamebanana.com/apiv11/Util/Game/NameMatch?_sName=The%20Legend%20of%20Zelda%3A%20Tears%20of%20the%20Kingdom
08:30:00.317�[0;31m[ERROR]�[0m Failed to perform request: SSL peer certificate or SSH remote key was not OK
08:30:00.317�[0;31m[ERROR]�[0m Failed to search for game: The Legend of Zelda: Tears of the Kingdom
08:30:00.319�[0;32m[DEBUG]�[0m Requesting: https://gamebanana.com/apiv11/Game/-856319696/Subfeed?_nPage=1?_nPerpage=50&_csvModelInclusions=Mod
08:30:00.536�[0;31m[ERROR]�[0m Failed to p

Note: that file wasn't cut, that's full log

To Reproduce
Steps to reproduce the behavior:

  1. Click on any app

Expected behavior
Downloading mods for zelda totk(

Screenshots
gif

Switch:

  • Horizon Os version (ex 15.0.1)
  • SimpleModDownloader version - 2.0.0

Additional context
Add any other context about the problem here.

@zamonary1 zamonary1 added the bug Something isn't working label May 21, 2024
@PoloNX
Copy link
Owner

PoloNX commented May 21, 2024

Hi can you try the latest build in the action tab on the GitHub ?

@zamonary1
Copy link
Author

zamonary1 commented May 22, 2024

I have updated the firmware and tried using SMD with the same steps as above. I was somehow able to replicate the atmosphere crash.
Edit: this is done with the build from github pages
20240522_161435

@PoloNX
Copy link
Owner

PoloNX commented May 24, 2024

Are you connected to internet ?

@zamonary1
Copy link
Author

Are you connected to internet ?

Definitely yes.

@PoloNX
Copy link
Owner

PoloNX commented May 25, 2024

Can you try to sync your time with https://github.com/nedex/QuickNTP

@zamonary1
Copy link
Author

Can you try to sync your time with https://github.com/nedex/QuickNTP

Thanks, the application works now, i don't know how could i've not set my time correctly.
But you should really patch this to not crash on https unavailability.

@PoloNX
Copy link
Owner

PoloNX commented May 25, 2024

Yes I will try to fix it. Thanks for the report 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants