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
Setting a big font size for widgets causes the Kivy/Python process to crash without any python error. The process finishes with exit code -1073741784 (0xC0000028) which is STATUS_BAD_STACK. The max value for font sizes varies from font to font but is around 877 for most common ones. I think a memory error is not the issue since the ram never exceeds 50 MB in the MRE.
Expected behavior
Setting big fonts should display the fonts correctly or throw a fitting error.
I have the same issue on windows 10 and i had a friend run the same code on Linux and it worked for him so its probably a windows exclusive problem
same error code same python version and same Kivy version
Software Versions
Describe the bug
It might be related to #7899.
Setting a big font size for widgets causes the Kivy/Python process to crash without any python error. The process finishes with exit code -1073741784 (0xC0000028) which is STATUS_BAD_STACK. The max value for font sizes varies from font to font but is around 877 for most common ones. I think a memory error is not the issue since the ram never exceeds 50 MB in the MRE.
Expected behavior
Setting big fonts should display the fonts correctly or throw a fitting error.
To Reproduce
Code and Logs and screenshots
Edit :
It appears as this issue not only happens with large font sizes but some specific sizes as well.
Edit 2: Since its "fixed" by
and since its an SDL Issue I'm going to close this one.
(SDL ttf cant handle font sizes that exceed the area they are rendered on I think)
The text was updated successfully, but these errors were encountered: