Release Type: Official Release
Version: Latest
Platform(s): Linux/Windows, OpenGL
Describe the bug
After launching, the game crashes, causing a segmentation error after exactly n seconds
To Reproduce
Steps to reproduce the behavior:
- Create JumpyJet demo
- Target Linux platform
- Build / Publish the game on Windows
- Run executable on Linux after meeting requirements or Windows
- Application should crash after few seconds
Expected behavior
The application should work without any problems
My observations
Every application that had TextBlock objects caused this problem. When I removed all occurrences of it (for example, in JumpyJet) the problem did not appear