KaraFan
KaraFan copied to clipboard
App crash on CONSOLE output text when it reaches the end of the screen
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:
- Go to the 'Settings' tab. (select some audio files)
- Click on 'Start'.
- Navigate to the 'Progress' tab.
- Wait until the console text reaches the end of the screen.
Expected behavior The app will crash.
Screenshots
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.