RE: Crash to desktop with 1.07
Posted: Tue Apr 13, 2021 4:51 am
Hi Duncan,
Thanks for the log. I was able to replicate and hopefully fox your issue.
It is related to the fact that game runs on screen which has only 768 pixels. Since task bar is visible it get reduced to 749
Mon Apr 12 19:32:36 202 : Screen size 1280 x 749
Mon Apr 12 19:32:36 202 : GPU NVIDIA GeForce 840M
During the game load game window is probably got maximized, which makes font instances to be loaded twice!
Mon Apr 12 19:35:27 202 : Creating font instance : Cambria size 60 (chars 0)
...
Mon Apr 12 19:36:03 202 : Creating font instance : Cambria size 60 (chars 0)
...
This is causing map fonts to be accessed incorrectly and you were getting crash or no map fonts.
Please find attached fixed version which should load all map fonts correctly (no double font init should be possible)
Besides I suggest you to switch fullscreen mode in preferences. In such a case game will get minimum required height of 768 pixels right from the start.
Thanks for the log. I was able to replicate and hopefully fox your issue.
It is related to the fact that game runs on screen which has only 768 pixels. Since task bar is visible it get reduced to 749
Mon Apr 12 19:32:36 202 : Screen size 1280 x 749
Mon Apr 12 19:32:36 202 : GPU NVIDIA GeForce 840M
During the game load game window is probably got maximized, which makes font instances to be loaded twice!
Mon Apr 12 19:35:27 202 : Creating font instance : Cambria size 60 (chars 0)
...
Mon Apr 12 19:36:03 202 : Creating font instance : Cambria size 60 (chars 0)
...
This is causing map fonts to be accessed incorrectly and you were getting crash or no map fonts.
Please find attached fixed version which should load all map fonts correctly (no double font init should be possible)
Besides I suggest you to switch fullscreen mode in preferences. In such a case game will get minimum required height of 768 pixels right from the start.