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(rage-device/five): Error out on cloud files #1234

Merged
merged 1 commit into from
Jul 29, 2024

Commits on Jan 16, 2022

  1. fix(rage-device/five): Error out on cloud files

    The issue:
    The application seems to get stuck in a loop when cloud files are
    accessed, this is caused by users installing their GTA on the cloud,
    causing the game to neither load, nor 'gracefully' exit.
    
    The solution:
    To correct this, we simply get the file attributes and check if
    the following flag is set: `FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS`. If
    it's set, we return an invalid handle, so it's passed down the stack.
    Once this errors, `FatalError` under `OpenArchiveWrap` will be
    triggered. I have modified the message so any affected clients are
    notified in the event this occurs.
    ammonia committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    8de23a4 View commit details
    Browse the repository at this point in the history