fifty-six / zig.SteamManifestPatcher

Patches steam at runtime to re-allow the use of download_depot to downpatch games.
GNU General Public License v3.0
135 stars 14 forks source link

FileNotFound error #2

Closed kjhf closed 3 years ago

kjhf commented 3 years ago

Hey, Running the v3 executable gives:

Got process handle.
error.UnableToEnumerate
Unable to dump stack trace: FileNotFound
Press ENTER to close.

Running Steam on Windows 10 (19042):

Built: May 18 2021
API: v020
Steam package versions: 1621394999
fifty-six commented 3 years ago

Is there any difference if you run it as administrator? UnableToEnumerate is from EnumProcessModulesEx failing.

kjhf commented 3 years ago

Is there any difference if you run it as administrator? UnableToEnumerate is from EnumProcessModulesEx failing.

Yup that's the fix, thanks :)