ptitSeb / box86-compatibility-list

Box86 Compatibility List (Games and Software)
MIT License
65 stars 2 forks source link

Startup Company (Steam x86_64) #252

Open Moldytzu opened 1 year ago

Moldytzu commented 1 year ago

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)

ptitSeb commented 1 year ago

You should try with BOX64_MALLOC_HACK=2 in case it's not automatic.

Moldytzu commented 1 year ago

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