gurrenm3 / BTD-Mod-Helper

A powerful and easy to use API for modding BTD6, BATTD, and other Ninja Kiwi games.
https://gurrenm3.github.io/BTD-Mod-Helper/
GNU General Public License v3.0
172 stars 117 forks source link

game crashes with any mods loaded before i can even get to title screen #106

Closed gdog637 closed 1 year ago

gdog637 commented 1 year ago

[17:08:47.575] [Il2CppAssemblyGenerator] [ERROR] [17:08:47.603] [Il2CppAssemblyGenerator] [ERROR] Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.NotSupportedException: Object elements in a custom attribute signature should be either 'null' or an instance of BoxedArgument. [17:08:47.604] [Il2CppAssemblyGenerator] [ERROR] --- End of inner exception stack trace --- [17:08:47.605] [Il2CppAssemblyGenerator] [ERROR] at System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose) [17:08:47.607] [Il2CppAssemblyGenerator] [ERROR] at System.Linq.Parallel.DefaultMergeHelper2.System.Linq.Parallel.IMergeHelper<TInputOutput>.Execute() [17:08:47.608] [Il2CppAssemblyGenerator] [ERROR] at System.Linq.Parallel.MergeExecutor1.Execute[TKey](PartitionedStream2 partitions, Boolean ignoreOutput, ParallelMergeOptions options, TaskScheduler taskScheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId) [17:08:47.609] [Il2CppAssemblyGenerator] [ERROR] at System.Linq.Parallel.PartitionedStreamMerger1.Receive[TKey](PartitionedStream2 partitionedStream) [17:08:47.611] [Il2CppAssemblyGenerator] [ERROR] at System.Linq.Parallel.UnaryQueryOperator2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient1 recipient) [17:08:47.612] [Il2CppAssemblyGenerator] [ERROR] at System.Linq.Parallel.QueryOperator1.GetOpenedEnumerator(Nullable1 mergeOptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings) [17:08:47.613] [Il2CppAssemblyGenerator] [ERROR] at System.Linq.Parallel.QueryOpeningEnumerator1.OpenQuery() [17:08:47.614] [Il2CppAssemblyGenerator] [ERROR] at System.Linq.Parallel.QueryOpeningEnumerator1.MoveNext() [17:08:47.618] [Il2CppAssemblyGenerator] [ERROR] at System.Linq.ParallelEnumerable.ToList[TSource](ParallelQuery1 source) [17:08:47.620] [Il2CppAssemblyGenerator] [ERROR] at Cpp2IL.Core.CorePlugin.AsmResolverDummyDllOutputFormat.DoOutput(ApplicationAnalysisContext context, String outputRoot) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL.Core\CorePlugin\AsmResolverDummyDllOutputFormat.cs:line 88 [17:08:47.622] [Il2CppAssemblyGenerator] [ERROR] at Cpp2IL.Program.MainWithArgs(Cpp2IlRuntimeArgs runtimeArgs) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL\Program.cs:line 436 [17:08:47.625] [Il2CppAssemblyGenerator] [ERROR] at Cpp2IL.Program.Main(String[] args) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL\Program.cs:line 359

doombubbles commented 1 year ago

You likely need to update your MelonLoader. Here's more information: https://github.com/gurrenm3/BTD-Mod-Helper/wiki/Switching-to-MelonLoader-0.6.0