Normally, I can make my own Linux ports out of Windows Ren'Py games, but using the b3-win patch I get an error complaining of a missing attribute in 00gltest.rpy.
I'd probably do better with a full Windows release, or a proper Linux release, rather than a Windows patch over a Linux port. Any news on when a full version will be released?
Thanks!
Code:
File "renpy/common/00gltest.rpy", line 388, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
AttributeError: 'TransformState' object has no attribute 'maxsize'
Thanks!