nyaoouo / FFDraw

A Drawing Framework for ffxiv
GNU General Public License v3.0
150 stars 35 forks source link

疯狂报错 AttributeError: module 'nylib.utils.imgui.ctx' has no attribute 'TreeNode' #40

Closed zdian closed 1 year ago

zdian commented 1 year ago

[2023-07-14 22:45:58,312] [ERROR] [Panel] ---------------------------------------- [2023-07-14 22:45:58,312] [ERROR] [Panel] error in tab drawing [2023-07-14 22:45:58,312] [ERROR] [Panel] Traceback (most recent call last): [2023-07-14 22:45:58,312] [ERROR] [Panel] File "C:\FFD\FFDraw\ff_draw\gui\panel.py", line 368, in draw [2023-07-14 22:45:58,312] [ERROR] [Panel] self.ffd_page() [2023-07-14 22:45:58,312] [ERROR] [Panel] File "C:\FFD\FFDraw\ff_draw\gui\panel.py", line 56, in ffd_page [2023-07-14 22:45:58,312] [ERROR] [Panel] self.main.mem.panel.render() [2023-07-14 22:45:58,312] [ERROR] [Panel] File "C:\FFD\FFDraw\ff_draw\mem__init__.py", line 68, in render [2023-07-14 22:45:58,312] [ERROR] [Panel] with imgui_ctx.TreeNode('Debug') as n, n: [2023-07-14 22:45:58,312] [ERROR] [Panel] ^^^^^^^^^^^^^^^^^^ [2023-07-14 22:45:58,312] [ERROR] [Panel] AttributeError: module 'nylib.utils.imgui.ctx' has no attribute 'TreeNode' [2023-07-14 22:45:58,312] [ERROR] [Panel] ----------------------------------------