Open Moldytzu opened 1 year ago
Game tries to start, lots of threads spawn, no window appears. Excessive memory usage (>4 GB) Game crashes without any message
Pi 4
Previous behavior: crash because of not wrapped gtk3
Current behavior: no window appears, lots of ram is consumed
Electron 4.0.2 (node v10.11.0)
You should try with BOX64_MALLOC_HACK=2 in case it's not automatic.
BOX64_MALLOC_HACK=2
there is also a warning talking about malloc_usable_size being too small 5 vs 14. BOX64_MALLOC_HACK=2 doesn't change the behaviour
malloc_usable_size
5 vs 14
Description
Game tries to start, lots of threads spawn, no window appears. Excessive memory usage (>4 GB) Game crashes without any message
Tested on
Pi 4
Status
Previous behavior: crash because of not wrapped gtk3
Current behavior: no window appears, lots of ram is consumed
Screenshots
OpenGL
Additional Information
Electron 4.0.2 (node v10.11.0)