-
Notifications
You must be signed in to change notification settings - Fork 10
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
Exception on unpatching - only first method gets unpatched #31
Comments
After update July 22.- In menu game to be, playing city: options/mod disappears: |
output_log `[Rush Hour II - Development] Rush Hour II - Development has been disabled. (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) [Rush Hour II - Development] Removing patching for RushHour2.Patches... (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) [Rush Hour II - Development] Couldn't unpatch everything! (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) [Rush Hour II - Development] out of sync (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) [Rush Hour II - Development] Rush Hour II - Development has finished disabling.` |
Fixed. |
Exception on unpatching:
The
InvalidOperationException
with anout of sync
message usually means that you're trying to modify anIEnumerable
while iterating over it using its enumerator (e.g. inforeach
).The text was updated successfully, but these errors were encountered: