Skip to content

Instantly share code, notes, and snippets.

@ardittristan
Created July 8, 2021 16:07
Show Gist options
  • Save ardittristan/d0462fac2a7309fec4f872eb8adaba84 to your computer and use it in GitHub Desktop.
Save ardittristan/d0462fac2a7309fec4f872eb8adaba84 to your computer and use it in GitHub Desktop.
D:\Desktop\temp>Cpp2IL-Win --game-path "Q:\Games\steamapps\common\Gunfire Reborn"
===Cpp2IL by Samboy063===
A Tool to Reverse Unity's "il2cpp" Build Process.
[Info] [Program] Running on Win32NT
[Info] [Program] Determined game's unity version to be 2018.4.20
[Info] [Library] Initializing Metadata...
[Info] [Library] Initialized Metadata in 1520ms
[Info] [Library] Searching Binary for Required Data...
[Info] [Library] Got Binary codereg: 0x1843E52D0, metareg: 0x1843E5560 in 51ms.
[Info] [Library] Initializing Binary...
[Info] [Library] Initialized Binary in 557ms
[Info] [Library] Mapping Globals...OK (36ms)
[Info] [Library] Mapping pointers to Il2CppMethodDefinitions...OK (65ms)
[Info] [Program] Building assemblies...This may take some time.
b
[Info] [Program] Finished Building Assemblies in 2932ms
[Info] [Program] Fixing up explicit overrides. Any warnings you see here aren't errors - they usually indicate improperly stripped or obfuscated types, but this is not a big deal. This should only take a second...
[Warn] [Program] More than one potential base method for base type "Ludiq.IKeyedCollection`2", method name "get_Item", parameter count 1, while considering explicit override T Ludiq.GuidCollection`1::Ludiq.IKeyedCollection<System.Guid,T>.get_Item(System.Guid)
[Warn] [Program] More than one potential base method for base type "Ludiq.IKeyedCollection`2", method name "get_Item", parameter count 1, while considering explicit override TBase Ludiq.VariantKeyedCollection`3::Ludiq.IKeyedCollection<TKey,TBase>.get_Item(System.Int32)
[Warn] [Program] More than one potential base method for base type "Ludiq.IKeyedCollection`2", method name "get_Item", parameter count 1, while considering explicit override Ludiq.Namespace Ludiq.Namespace/Collection::Ludiq.IKeyedCollection<System.String,Ludiq.Namespace>.get_Item(System.String)
[Warn] [Program] More than one potential base method for base type "Ludiq.IKeyedCollection`2", method name "get_Item", parameter count 1, while considering explicit override Bolt.VariableDeclaration Bolt.VariableDeclarationCollection::Ludiq.IKeyedCollection<System.String,Bolt.VariableDeclaration>.get_Item(System.String)
[Info] [Program] Fixup complete (297ms)
[Info] [Program] Running Scan for Known Functions...
[Info] [Program] Applying type, method, and field attributes...This may take a couple of seconds
[Info] [Program] Finished Applying Attributes in 1083ms
[Info] [Program] Populating Concrete Implementation Table...
[Info] [Program] Saving Header DLLs to D:\Desktop\temp\cpp2il_out...
[Info] [Analyze] Dumping method bytes to D:\Desktop\temp\cpp2il_out\types
[Warn] [Analyze] Failed to perform analysis on method System.Void ArchiveGameManager::OnReciveData()
While analysing instruction mov rdx,[rax+18h] at 0x1812FD0B2
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Program] Exception generating IL for System.Void BoltBehavior.CAction1044::Action(BoltBehavior.BehaviorNode), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40Ch: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void BoltBehavior.CAction1047::Action(BoltBehavior.BehaviorNode), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41Ch: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void BoltBehavior.CAction7916::Action(BoltBehavior.BehaviorNode), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],417h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void BoltBehavior.CAction7920::Action(BoltBehavior.BehaviorNode), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],417h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Analyze] Failed to perform analysis on method System.Void BoltBehavior.CBehaviorAction::SetMoveColliderActive(BoltBehavior.BehaviorNode)
While analysing instruction mov rcx,[rax+18h] at 0x181092540
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void CObjectInfo::LogAllForbidInfo()
While analysing instruction mov rcx,[rax+18h] at 0x181B88BB3
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Boolean CObjectStateInfo::IsForbid(System.Int32)
While analysing instruction mov rcx,[rbx+18h] at 0x181B89DFC
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void CRewardPoolObj::SetCurPool(System.Boolean)
While analysing instruction mov rcx,[rbx+18h] at 0x181B8A232
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void CSeasonRewardObj::UnlockItem(System.Int32,System.Int32)
While analysing instruction mov rcx,[rax+18h] at 0x181B94829
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Program] Failed to generate synopsis for method System.Void CWeaponInfo::AddSkillForbid(System.Int32,System.Int32,System.Int32), instruction call 0000000181B7EFB0h at 0x181B96A57 - got exception System.InvalidCastException: Specified cast is not valid.
at System.Convert.ToInt64(Object value)
at Cpp2IL.Analysis.ResultModels.ConstantDefinition.ToString()
at Cpp2IL.Extensions.<>c__10`1.<ToStringEnumerable>b__10_0(T s)
at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
at System.String.Join(String separator, IEnumerable`1 values)
at Cpp2IL.Extensions.ToStringEnumerable[T](IEnumerable`1 enumerable)
at Cpp2IL.Analysis.Actions.Important.AbstractCallAction.ToTextSummary()
at Cpp2IL.Analysis.Actions.BaseAction.GetSynopsisEntry()
at Cpp2IL.Analysis.AsmAnalyzer.BuildMethodFunctionality()
[Info] [Analyze] 10% (605 classes in 3 sec, ~192 classes / sec, 5444 classes remaining, approx 33 sec remaining)
[Warn] [Analyze] Failed to perform analysis on method System.Int32 CharaterData::GetCutTalentLevelSum(System.Int32,System.Int32)
While analysing instruction mov edi,[rax+14h] at 0x1810D891C
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void CollectionManager::SelectWeaponItem(System.Int32)
While analysing instruction mov byte ptr [rax+1Eh],0 at 0x1810E5C3A
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.ImmediateToFieldAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void CoolDownManager::CallCD()
While analysing instruction movss xmm6,dword ptr [rax+1Ch] at 0x181256D91
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Boolean CtrlImpulseManager::ChangeCurData(CtrlLR,System.Int32&,System.Single&,System.Boolean&)
While analysing instruction mov [rax+18h],r12 at 0x181258C90
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.RegToFieldAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void CurWeaponSS::loadWeapionSkillDict(System.Int32,System.Int32)
While analysing instruction mov r14,[rax+18h] at 0x18125DB81
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.BenedictionData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rdx,[rax+18h] at 0x180608EDA
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.BuildData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rdx,[rax+18h] at 0x18060A410
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.CareerSkilldata::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rdx,[rax+18h] at 0x18060ACFA
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.CommonHitInfoData::OP()
While analysing instruction mov rdx,[rax+18h] at 0x18060CC2A
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.CommonnotifyData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rdx,[rax+18h] at 0x18060D74A
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.DamageNumberData::OP()
While analysing instruction mov r8,[rax+18h] at 0x18060E066
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.DayChallengeData::GetThemeData(System.Int32,System.Collections.Generic.Dictionary`2<System.String,DataHelper.playitemdataclass>)
While analysing instruction mov rcx,[rax+18h] at 0x180824A78
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.EnhanceData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x180828BCE
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.HeroData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x180829ED4
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.HeroGradepfData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x18082A51E
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.ItemData::SetWeaponLanguage(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x18082CE10
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.String DataHelper.KeyMapData::GetKeyReplaceText(System.String)
While analysing instruction mov edi,[rax+14h] at 0x18082D75E
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.LaserHitSoundData::OP()
While analysing instruction mov rdx,[rax+18h] at 0x18082DFF4
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Collections.Generic.List`1<System.Int32> DataHelper.LevelAdditionData::GetHideLevelID(System.Int32)
While analysing instruction mov rdx,[rax+18h] at 0x18082E9EE
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.LevelInfoData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x1808300DE
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.LoadingtipsData::CheckInit()
While analysing instruction mov ecx,[rax+18h] at 0x18083036D
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Int32 DataHelper.PlayerInfoData::GetUnLockHeroLevel(System.Int32)
While analysing instruction mov rbx,[rax+18h] at 0x1808356CE
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.PveInfoData::GetData(System.Collections.Generic.Dictionary`2<System.String,DataHelper.pvedataclass>)
While analysing instruction mov [rbx+18h],rax at 0x180835CA2
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.RegToFieldAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.RelicData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x1808375BD
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.SettinginfopcData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x18083984E
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.ShopItemData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x18083A04E
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.SublimeData::GetAttr(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32&,System.Int32&)
While analysing instruction mov ecx,[rax+14h] at 0x18083ACA0
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.TalentData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x18083CC97
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.ThrowHitData::CheckInit()
While analysing instruction mov ecx,[rbx+14h] at 0x18083D6C0
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.ThrowSkillData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x18083DB6E
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DataHelper.inscriptionData::SetLanguageVersion(DataHelper.MultilanguageData)
While analysing instruction mov rbx,[rax+18h] at 0x18083ECAE
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DepWeaponSS::loadWeapionSkillDict(System.Int32,System.Int32)
While analysing instruction mov r14,[rax+18h] at 0x1806FBB81
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void DropManager::AutoPickUpUpdate()
While analysing instruction mov esi,[rax+1Ch] at 0x1806FEDC1
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Info] [Analyze] 20% (1210 classes in 17 sec, ~70 classes / sec, 4839 classes remaining, approx 74 sec remaining)
[Warn] [Analyze] Failed to perform analysis on method System.Void HeadBar.PCMonsterBloodBar::InitState()
While analysing instruction mov r8d,[rax+18h] at 0x1811049E9
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void OC1stPlayer::PropDescChange()
While analysing instruction mov edx,[rax+18h] at 0x1812DF517
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void OC3rdPlayer::PropDescChange()
While analysing instruction mov edx,[rax+18h] at 0x1812E5A6D
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void PCGrowthPanelNew_Logic::ShowSingleReward(System.Int32)
While analysing instruction mov rbx,[rax+18h] at 0x180667DF3
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void PCGrowthPanel_Logic::ShowSingleReward(System.Int32)
While analysing instruction mov rbx,[rax+18h] at 0x180845A96
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void PCInvitedPanel_Logic::ViewAllInvite()
While analysing instruction mov ecx,[r8+14h] at 0x180849DB6
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void PCSublimeReward::ShowReward()
While analysing instruction mov rbx,[rax+18h] at 0x180851513
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void PCTalentItem_Logic::ScrollCellContent(System.Object)
While analysing instruction mov eax,[rax+14h] at 0x180852313
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method PCWeaponObject PCWeaponInfoManager::GetHightUseWeaponByID(System.Int32)
While analysing instruction mov edi,[rax+18h] at 0x18085A598
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void RewardManager::GetAllReward()
While analysing instruction mov rax,[rbx+18h] at 0x180FBFA72
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void SalvationManager::OnSceneLoaded(System.Object[])
While analysing instruction mov edi,[rax+18h] at 0x180FC81DD
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Info] [Analyze] 30% (1815 classes in 24 sec, ~75 classes / sec, 4234 classes remaining, approx 61 sec remaining)
[Warn] [Program] Failed to generate synopsis for method System.Void SkillBolt.CAction39151::Action(SkillBolt.CSkillBase), instruction call 000000018106C560h at 0x182A2E41B - got exception System.InvalidCastException: Specified cast is not valid.
at System.Convert.ToInt64(Object value)
at Cpp2IL.Analysis.ResultModels.ConstantDefinition.ToString()
at Cpp2IL.Extensions.<>c__10`1.<ToStringEnumerable>b__10_0(T s)
at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
at System.String.Join(String separator, IEnumerable`1 values)
at Cpp2IL.Extensions.ToStringEnumerable[T](IEnumerable`1 enumerable)
at Cpp2IL.Analysis.Actions.Important.AbstractCallAction.ToTextSummary()
at Cpp2IL.Analysis.Actions.BaseAction.GetSynopsisEntry()
at Cpp2IL.Analysis.AsmAnalyzer.BuildMethodFunctionality()
[Info] [Analyze] 40% (2420 classes in 26 sec, ~93 classes / sec, 3629 classes remaining, approx 44 sec remaining)
[Warn] [Analyze] Failed to perform analysis on method System.Void SkillBolt.CCalShowInfo::TimePass(System.Single)
While analysing instruction mov [rdi+18h],eax at 0x182255BF4
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.RegToFieldAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Warn] [Analyze] Failed to perform analysis on method System.Void SkillBolt.CSkillBase::ClearEffectList()
While analysing instruction movss xmm2,dword ptr [rbx+18h] at 0x18225F2E0
Got exception: System.Exception: GetFieldInType: Encountered a field with a null def? current of type System.Collections.Generic.KeyValuePair`2<TKey,TValue> in System.Collections.Generic.Dictionary`2/Enumerator has null FieldDef.
at Cpp2IL.Analysis.FieldUtils.GetIndirectlyPointedAtField(List`1 allFields, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.FieldUtils.GetFieldBeingAccessed(TypeReference onWhat, UInt64 offset, Boolean tryFindFloatingPointValue)
at Cpp2IL.Analysis.Actions.Important.FieldToLocalAction..ctor(MethodAnalysis context, Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.CheckForTwoOpInstruction(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.PerformInstructionChecks(Instruction instruction)
at Cpp2IL.Analysis.AsmAnalyzer.AnalyzeMethod()
[Info] [Analyze] 50% (3025 classes in 27 sec, ~111 classes / sec, 3024 classes remaining, approx 32 sec remaining)
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon1200100::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon141900::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon141902::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon160101::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon160201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon160203::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon160301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon160501::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon160601::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon160701::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon160900::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon160901::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon161302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon161501::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon161901::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon162001::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon162302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41700000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon162501::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon162601::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon162702::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41700000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon162902::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon163002::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon163102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41700000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon163302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon163400::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164003::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164100::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164200::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],42480000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Mono.Cecil.Cil.ILProcessor.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164300::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164303::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41F00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164304::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],42480000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164500::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164602::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164802::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon164902::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon165001::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon165002::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon166101::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3DCCCCCDh: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon166201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon166301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon166402::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon166404::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon166502::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon166803::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon166904::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon167001::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3E99999Ah: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon167201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon168000::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon168105::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon168202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41700000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon168301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2004201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2004301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2022605::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2022705::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Info] [Analyze] 60% (3630 classes in 31 sec, ~119 classes / sec, 2419 classes remaining, approx 25 sec remaining)
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2061102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2062102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2063102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2064102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2081302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2083402::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2122100::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2122302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2123105::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2125105::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2125301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2125405::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2126205::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2128205::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2201401::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40F00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2203403::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2203406::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2203412::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2203414::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2222201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2222202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2222302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2222303::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2223201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2223302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2224200::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2224201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2224300::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2224302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2241102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2241202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2242102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2242104::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2242107::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2242202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2242203::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2242205::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2242402::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2243102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2243104::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2243107::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2243202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2243203::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2243205::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2244102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2244104::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2244107::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2244202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2244203::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2244205::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2281102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2283102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2301102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon2321102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3001102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3004201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3004202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3004301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3004302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3021400::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3021403::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3083101::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3083102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3083302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3083501::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3083502::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3083507::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3087302::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3087401::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3087702::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3123105::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3125105::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3125301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3125405::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3125506::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3126205::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3126300::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Info] [Analyze] 70% (4235 classes in 32 sec, ~132 classes / sec, 1814 classes remaining, approx 19 sec remaining)
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3126402::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3142605::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3201202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3201402::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203100::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203402::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203403::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203404::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203406::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203412::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203414::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203505::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203507::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3203606::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242103::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242104::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242205::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242206::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242208::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242210::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242211::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3FC00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3242402::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3281101::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3281107::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3281108::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3281109::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3281110::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3281111::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3283102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3901102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3901202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40900000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3901300::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3901503::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3901602::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3902202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3902208::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3902209::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3903101::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3903201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3903301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41700000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3903404::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3903405::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3903504::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3903505::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3903901::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3905202::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3905403::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3905601::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3905701::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3907102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3907108::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3907109::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909101::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909203::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41100000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909205::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41100000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909303::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909305::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40E00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909306::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40E00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909405::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909505::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909507::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3909601::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40000000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913101::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41700000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913404::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913405::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913504::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913505::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913701::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913705::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3913901::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],41200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3915301::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40E00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3915303::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40E00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3915601::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40E00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3915701::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40E00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3915901::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40E00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3919201::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3921203::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3921204::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40D00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3921603::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3921604::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Info] [Analyze] 80% (4840 classes in 34 sec, ~144 classes / sec, 1209 classes remaining, approx 13 sec remaining)
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon3921804::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon710702::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon711101::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon711200::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon711402::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40200000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon711502::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon711802::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40A00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon711902::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon712002::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon712102::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon713101::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40C00000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon713405::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],3F800000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon713502::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown by action ImmediateToArrayAction, associated instruction mov dword ptr [rax+20h],40400000h: System.ArgumentException: opcode
at Mono.Cecil.Cil.Instruction.Create(OpCode opcode, Single value)
at Cpp2IL.Analysis.Actions.Important.ImmediateToArrayAction.ToILInstructions(MethodAnalysis context, ILProcessor processor)
at Cpp2IL.Analysis.AsmAnalyzer.BuildILToString()
[Warn] [Program] Exception generating IL for System.Void SkillBolt.Cartoon713702::InitSuccess(SkillBolt.CSkillBase,System.Int32), thrown b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment