-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font offset issue when serializing #792
Comments
update: we managed to get it working. @cgytrus is working on a commit right now |
Did you figure out what the value actually is, or hardcode it? Thanks a lot in either case. |
just hardcoded, i made it write 0 in the same place the deserializer skips over that value |
Was also fixed by #793, for anyone wondering why this was closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yesterday, Jonas Tyroller released a VM build of will you snail. Because of this, we have been frantically trying to get UMT to work with it. Issues #788 seems to be fixed by this. Yet we still can't get WYS to run even though UMT does not give any warnings except the maybe unsupported warning. While analyzing different versions of data.win and offset maps, @cgytrus and I noticed misalignment takes place with the first mention of fonts. @cgytrus also noticed bytes seemed to be offset by 4. This lined up with this fix again. Which seems to only manage the loading and not serializing back to file. We are currently trying to work on a fix.
The text was updated successfully, but these errors were encountered: