You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 2.0.0
Operating System:
Edition Windows 11 Enterprise
Version 23H2
OS build 22631.4751
11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz 3.00 GHz
Integrated Graphics
My Issue/Question
Memory leak and GUI appears frozen when resizing viewport or when dragging title bar from maximized to windowed mode. The issue doesn't happen every resize or maximize/drag back to window mode but is frequent enough to cause problems. Memory also increases from 65 MB to over 1 GB when the freeze occurs in this sample application. In my real application the memory increases can make the computer run out of memory. Number of triangles also increases after the issue. This seems related to #2049. I can reproduce this with the code in #2049 and with the dearpygui demo or the code below. It also occurs without maximizing but with a resize of the viewport while in windowed mode.
To Reproduce
Steps to reproduce the behavior:
Run the sample code
Maximize and drag back to window mode until GUI freezes
Expected behavior
GUI should not freeze and memory consumption not increase
Screenshots/Video
DearPyGUI.Freeze.Example.Small.mp4
Standalone, minimal, complete and verifiable example
# Here's some code anyone can copy and paste to reproduce your issueimportdearpygui.dearpyguiasdpgdpg.create_context()
dpg.create_viewport(title='Custom Title', width=600, height=600)
dpg.show_about()
dpg.show_metrics()
dpg.setup_dearpygui()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
The text was updated successfully, but these errors were encountered:
I have same issue with v2.0.0. When I resize the window, my GUI freezes and I have memory leak.
However, I notice it only happens for me when changing vertical size. Horizontal size has no effect for me. Strange thing is if I resize vertically a second time, the window unfreezes.
I am using Windows 10.
Version of Dear PyGui
Version: 2.0.0
Operating System:
Edition Windows 11 Enterprise
Version 23H2
OS build 22631.4751
11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz 3.00 GHz
Integrated Graphics
My Issue/Question
Memory leak and GUI appears frozen when resizing viewport or when dragging title bar from maximized to windowed mode. The issue doesn't happen every resize or maximize/drag back to window mode but is frequent enough to cause problems. Memory also increases from 65 MB to over 1 GB when the freeze occurs in this sample application. In my real application the memory increases can make the computer run out of memory. Number of triangles also increases after the issue. This seems related to #2049. I can reproduce this with the code in #2049 and with the dearpygui demo or the code below. It also occurs without maximizing but with a resize of the viewport while in windowed mode.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
GUI should not freeze and memory consumption not increase
Screenshots/Video
DearPyGUI.Freeze.Example.Small.mp4
Standalone, minimal, complete and verifiable example
The text was updated successfully, but these errors were encountered: