borealis icon indicating copy to clipboard operation
borealis copied to clipboard

Borealis demo deko3d insta exits on Nintendo Switch

Open masagrator opened this issue 8 months ago • 4 comments

As in title. Trying to open it in both Application and Applet mode results in almost immediate return to hbmenu.

Compiled with devkitA64 r28-1 (GCC 15), deko3d 0.5.0-1

masagrator avatar May 14 '25 14:05 masagrator

Could you please check if the NRO file compiled by GitHub Actions is able to run?

https://github.com/xfangfang/borealis/actions/runs/14373306759


For further troubleshooting, it would be helpful to provide the application log. (You need to compile it with -DCMAKE_BUILD_TYPE=Debug and then send it to the NetLoader of hbmenu via nxlink -s borealis_demo.nro to view the application log.)


The system version or system language might also cause the application to crash. Please provide relevant information.

Additionally, you can try running it in airplane mode to rule out any network-related issues.

xfangfang avatar May 14 '25 15:05 xfangfang

Weird enough compiled it again and now it works, both with and without debug, with and without internet connection.

Though Scroll Test tab crashes app. Nothing is returned to nxlink when it happens.

masagrator avatar May 14 '25 19:05 masagrator

Perhaps this is related to the system language you are currently using?

I often use a script to quickly check for application crash information. Perhaps you could use it to see where the application crashed.

https://github.com/xfangfang/wiliwili/blob/yoga/scripts/ns_debug.sh

xfangfang avatar May 15 '25 01:05 xfangfang

Perhaps this is related to the system language you are currently using?

The en-US/scroll.json file has text in Russian which I guess the console doesn't like when the system language is set to English. I replaced it with an English translation of zh-Hans/scroll.json and all is good.

See https://github.com/ndeadly/borealis/commit/cddda56f653744e60efc75f55a1e7eb57ca4bb05

ndeadly avatar May 15 '25 10:05 ndeadly