Bug Report Read From File Character Limit

Defebwar

New Member
I'm not sure if this is intended, but when reading from a file over 1119 characters long, the text bugs out in OBS Studio (version 0.13.4 both 64bit and 32bit) and fills the screen, increasing the font size and filling the screen black. I use Stream Labels to add new followers to a text file (up to 100 followers - if I could make this number smaller, I would) & I scroll the text across the screen in a small section. If this is an intended character limit, could this be posted somewhere in the program so other people don't pull their hair out thinking their file is broken?
 

Suslik V

Active Member
This bug happens with all filters.
log: https://gist.github.com/dc449aab6d951aa2da28fb99a186762f
I think we need size limiter in code before any filters apply, texture size very large = 21943,0000 x 98,0000 in Transform (I used text file with 1222 symbols string length).

You may workaround this issue by specifying Custom text width no more then 4096 at 'Text (FreeType 2)' properties.
 
Top