Skip to content
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

Fix FFXIV not launching when computer has been on for longer than ~24.9 days (pass the tick count to FFXIV as an unsigned int) #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 31, 2022

  1. Pass the tick count to FFXIV as an unsigned int

    The result of GetTickCount is correctly assigned to an unsigned integer,
    but the use of %d rather than %u in the sprintf means that we're passing
    the signed number to ffxivgame.exe, not the unsigned number.
    Sophira committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    fadb070 View commit details
    Browse the repository at this point in the history