switchbrew / libnx

Library for Switch Homebrew

Home Page:https://switchbrew.github.io/libnx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opening webapplet from applet mode freezes and eventually crashes

HookedBehemoth opened this issue · comments

When opening the web applet from applet override it freezes for about 30 seconds and eventually crashes.
Crash report

Tested on FW 10.0.x and 4.0.1 with various reserved RAM sizes with the web applet example.

At 0x16000000 it opens but fatals on exit. No crash report is generated. Fatal report
Anything I tested below that froze. Above that hbmenu wasn't useable.

try: applet_heap_size = u64!0xf200000

Freeze and crash
Identical to the crash at default size with the same break address.

Webapplet is failing to allocate enough heap. Same thing with applet_heap_size = u64!0x4000000

This isn't really libnx related (AMS repo would be more relevant(?)), so closing.