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
There is an occasional memory corruption which cause an application using gltext to crash when loading a truetype font.
It can be reproduce it by running the gltext example at https://github.com/go-gl/examples/blob/master/gltext/truetype/main.go with DejaVuSans font instead, usually located at "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf" in ubuntu systems. It doesn't always happen, you may need to run it a couple of times until the problem occurs.
The text was updated successfully, but these errors were encountered:
How is the memory corruption manifesting? What messages do you see? What platform are you on? I don't have much time for this right now, can you investigate further? If there is any specific way I can help let me know.
There is an occasional memory corruption which cause an application using gltext to crash when loading a truetype font.
It can be reproduce it by running the gltext example at https://github.com/go-gl/examples/blob/master/gltext/truetype/main.go with DejaVuSans font instead, usually located at "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf" in ubuntu systems. It doesn't always happen, you may need to run it a couple of times until the problem occurs.
The text was updated successfully, but these errors were encountered: