-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] As of Rain World 1.9.07b getting errors in log (apologies if already known or this is non-issue) #16
Comments
[Debug :Atmo_Purge] |
Err sorry for triple posting here. But that second post is JUST the error Debug stuff from the log. |
these are messages from memory cleanup task which is leftover from 1.5 and is no longer needed, since there is no longer a possibility of mod DLLs being hot reloaded like they were on Remix. i should probably not log them by default lol |
Environment
Using Catch-all and forwarded to BepInex. Steam, Rain World version 1.9.07b
Expected behavior
No log error
Observed behavior
Had errors in log, and figured I would inform, if not big deal, my bad. I really appreciate what you do.
Steps to Reproduce
Steps to reproduce the behavior:
Logs
Send any of the following logs:
consoleLog.txt
,exceptionLog.txt
andBepInEx/logOutput.log
, however many are present.[Debug :Atmo_Purge]
Errored on: TwoPools
2+<>c.<>9 (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.) TwoPools
2+<>c.<>9__22_0 (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.)TwoPools
2+<>c.<>9__23_0 (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.) TwoPools
2+<>c.<>9__26_0 (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.)System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.CompositeFormat (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.DateOnlyFormat (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.DateTimeFormat (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.EnumFormat (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.GuidFormat (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Json (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.NumericFormat (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Regex (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.TimeOnlyFormat (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.TimeSpanFormat (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Uri (exception: Cannot set a constant field)
System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Xml (exception: Cannot set a constant field)
System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.RefStructs (exception: Cannot set a constant field)
System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.RequiredMembers (exception: Cannot set a constant field)
Atmo.Atmod.Ver (exception: Cannot set a constant field)
Atmo.Atmod.Id (exception: Cannot set a constant field)
Atmo.Atmod.DName (exception: Cannot set a constant field)
Atmo.ConsoleFace._SET (exception: Cannot set a constant field)
Atmo.ConsoleFace._GET (exception: Cannot set a constant field)
Atmo.ConsoleFace._LIST (exception: Cannot set a constant field)
Atmo.ConsoleFace._CALL (exception: Cannot set a constant field)
Atmo.ConsoleFace._PRINT (exception: Cannot set a constant field)
Atmo.ConsoleFace._SAVE (exception: Cannot set a constant field)
Atmo.ConsoleFace._HELP_VAR (exception: Cannot set a constant field)
Atmo.ConsoleFace._HELP_METAF (exception: Cannot set a constant field)
Atmo.Helpers.Utils.SLUG_NOT_FOUND (exception: Cannot set a constant field)
Atmo.Helpers.VT
2.<defName>k__BackingField (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.) Atmo.Helpers.VT
2.k__BackingField (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.)Atmo.Helpers.VT
2.<defBName>k__BackingField (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.) Atmo.Data.VarRegistry.PREFIX_VOLATILE (exception: Cannot set a constant field) Atmo.Data.VarRegistry.PREFIX_GLOBAL (exception: Cannot set a constant field) Atmo.Data.VarRegistry.PREFIX_PERSISTENT (exception: Cannot set a constant field) TwoPools
2+<>c.<>9 (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.)TwoPools
2+<>c.<>9__22_0 (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.) TwoPools
2+<>c.<>9__23_0 (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.)TwoPools`2+<>c.<>9__26_0 (exception: Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.)
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: