Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.6 class information not showing during level up #29

Open
vikigenius opened this issue Apr 21, 2019 · 1 comment · May be fixed by #30
Open

0.9.6 class information not showing during level up #29

vikigenius opened this issue Apr 21, 2019 · 1 comment · May be fixed by #30

Comments

@vikigenius
Copy link

After updating mod to 0.9.6. Class information is not showing during level up. Like during level up when you click on a class you can see the BAB and other class features.

But the entire area appears blank. I confirmed that the issue is the mod, and the current update. Rolling back to previous game version and previous mod version seems to be working fine.

@vikigenius
Copy link
Author

vikigenius commented Apr 21, 2019

I checked the logs and there is an exception:

NullReferenceException: Object reference not set to an instance of an object
  at Harmony12.MethodInvoker.GetHandler (System.Reflection.MethodInfo methodInfo) [0x00001] in <455e5c1456634e14910c281b79c6c325>:0 
  at EldritchArcana.Helpers.CreateInvoker (System.Type type, System.String name, System.Type[] args, System.Type[] typeArgs) [0x00009] in <861f7a82f8cf4f0fa81bc96b06280019>:0 
  at EldritchArcana.Helpers.CreateInvoker[T] (System.String name, System.Type[] args, System.Type[] typeArgs) [0x00000] in <861f7a82f8cf4f0fa81bc96b06280019>:0 
  at EldritchArcana.DescriptionTemplatesLevelup_LevelUpClassPrerequisites_Patch..cctor () [0x00000] in <861f7a82f8cf4f0fa81bc96b06280019>:0 
Rethrow as TypeInitializationException: The type initializer for 'EldritchArcana.DescriptionTemplatesLevelup_LevelUpClassPrerequisites_Patch' threw an exception.
  at (wrapper dynamic-method) Kingmaker.UI.Tooltip.DescriptionTemplatesLevelup.LevelUpClassPrerequisites_Patch1(object,Kingmaker.UI.Tooltip.DescriptionBricksBox,Kingmaker.UI.Tooltip.TooltipData,bool)
  at Kingmaker.UI.Tooltip.DescriptionBuilder.LevelUpClass (Kingmaker.UI.Tooltip.TooltipData data, Kingmaker.UI.Tooltip.DescriptionBody body, System.Boolean isTooltip) [0x00021] in <678ec35724154ed38a9aeb37cb23666d>:0 
  at Kingmaker.UI.Tooltip.DescriptionBuilder.Build (Kingmaker.UI.Tooltip.TooltipData data, Kingmaker.UI.Tooltip.DescriptionBody body, System.Boolean isTooltip) [0x00268] in <678ec35724154ed38a9aeb37cb23666d>:0 
  at Kingmaker.UI.Tooltip.TooltipConstructor.SetContent () [0x000c3] in <678ec35724154ed38a9aeb37cb23666d>:0 
  at Kingmaker.UI.Tooltip.TooltipBase.Show (Kingmaker.UI.Tooltip.TooltipData data) [0x00066] in <678ec35724154ed38a9aeb37cb23666d>:0 
  at Kingmaker.UI.Tooltip.TooltipsController.SetupTooltip () [0x0003f] in <678ec35724154ed38a9aeb37cb23666d>:0 
  at Kingmaker.UI.Tooltip.TooltipsController.Update () [0x00157] in <678ec35724154ed38a9aeb37cb23666d>:0 

@vikigenius vikigenius linked a pull request Apr 22, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant