Calling ui_init() is crashing my project

Description

I keep getting “Guru Meditation Error: Core 0 panic’ed (LoadProhibited). Exception was unhandled.” after ui_init is being called in main. I’m not sure how to fix. Help PLEASE!

What MCU/Processor/Board and compiler are you using?

ESP32-wrover
ESP-IDF 5.1

What do you want to achieve?

code stop crashing

What have you tried so far?

I tried logging but that triggered a wdt error, seemingly it took too long while trying to init my gui.

Code to reproduce

Screenshot and/or video

[SOLVED]

Figured out I just needed to increase memory as SLS loads everything right away.