KaraFan icon indicating copy to clipboard operation
KaraFan copied to clipboard

App crash on CONSOLE output text when it reaches the end of the screen

Open lannodev opened this issue 9 months ago • 0 comments

Describe the bug On the progress tab, when the output text reaches the view limit, the app crashes. I found that the issue lies in the inference.py -> def write -> self.CONSOLE.ScrollLines(1). I believe that when it reaches the end of the screen, it tries to scroll the page, but the scroll component doesn't exist yet and it crashes.

To Reproduce Steps to reproduce the behavior:

  1. Go to the 'Settings' tab. (select some audio files)
  2. Click on 'Start'.
  3. Navigate to the 'Progress' tab.
  4. Wait until the console text reaches the end of the screen.

Expected behavior The app will crash.

Screenshots image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Brave
  • Version 1.65.132

Additional context You can reduce the window height to speed up the error.

lannodev avatar May 12 '24 12:05 lannodev