
Some configs fail to load in 11.1 (possibly because powerbars are hidden via Weak Aura?)
CollinWeste opened this issue ยท 0 comments
When loading KNP with some profiles, the addon crashes and fails to load, causing nameplates to be missing.
Here is an example config which fails (courtesy of AutomaticJak)
Jak{auras_cd_offset_x=2,auras_cd_offset_y=-1,auras_cd_point_x=2,auras_cd_point_y=2,auras_count_offset_x=-1,auras_count_offset_y=1,auras_count_point_x=2,auras_count_point_y=2,auras_icon_minus_size=29,auras_icon_normal_size=29,auras_offset=13,auras_purge_size=29,auras_show_all_self=true,auras_sort=1,bar_animation=2,bot_vertical_offset=0,castbar_height=8,colour_hated={1=1,2=0.2,3=0.102},execute_enabled=false,fade_avoid_combat=true,font_size_normal=13,font_size_small=13,frame_height_personal=14,frame_width=146,frame_width_minus=98,global_scale=1.2,health_text=true,hide_names=false,level_text=true,name_vertical_offset=2,nameonly=false,powerbar_height=5}
Importing this via /knp import
and then reloading causes /knp
commands to fail
I narrowed down the line to core\create.lua
When the line is commented out, KNP loads correctly