Tags: lah7/sims2-4k-ui-patch
Tags
Patches: Patch SimsReiaParser to fix error under frozen executable Upscaling the loading screen failed under the frozen executable. -> On the host, no problem. -> On the main thread, no problem. -> In the frozen executable (Linux or Windows), we get this error: > Unexpected magic in start-of-frame, expected 'frme' got b'\x99\x00\x00\x00' It turns out that because our frozen executable is "optimised", it likely stripped the 'assert' statement that the library uses to read an integer that's always '1'. I'll propose this patch upstream.