Skip to content

Tags: lah7/sims2-4k-ui-patch

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lah7 Luke Horwell
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.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lah7 Luke Horwell
Release v0.3.0

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lah7 Luke Horwell
Release v0.2.0

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lah7 Luke Horwell
Set initial compress checkbox state to false

Technically, it was false but the UI was displaying an indeterminable
state.