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
Describe the bug
When page file is disabled in Windows 10 Memory_Stats thread get's exception due to division by zero
To Reproduce
Steps to reproduce the behavior:
Go to Windows 10 Settings -> System -> About -> Advanced system settings -> Advanced tab -> Perfomance -> Advanced -> Virtual Memory Change -> Set no paging file
Configure USB screen(in my case USBpcmonitor 5) choose theme 5inchTheme2
Run in console: python main.py
Get exception in console
Expected behavior
I've expected that there will be no errors in console.
Screenshots / photos of the Turing screen
Screen is working and showing and refreshing info, but i'm not sure where is swap data is used.
Environment:
Smart screen model UsbPCMonitor 5
Revision of this project release 3.3.4
OS with version Windows 10
Python version Python 3.9.13
Hardware AMD Ryzen 9 5900X, Nvidia 1070Ti
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. I will fix it in the next version.
The crash happens in the memory thread, this is why you have no memory information displayed on screen:
But the other sensors (CPU, disk) and the program will continue to work
Describe the bug
When page file is disabled in Windows 10 Memory_Stats thread get's exception due to division by zero
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I've expected that there will be no errors in console.
Screenshots / photos of the Turing screen

Screen is working and showing and refreshing info, but i'm not sure where is swap data is used.
Environment:
The text was updated successfully, but these errors were encountered: