Commit 86bebe4
committed
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.1 parent 19be9d8 commit 86bebe4
1 file changed
Lines changed: 1 addition & 1 deletion
0 commit comments