Page 2 of 2

RE: Crash to desktop with 1.07

Posted: Tue Apr 13, 2021 4:51 am
by Helpless
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.


RE: Crash to desktop with 1.07

Posted: Tue Apr 13, 2021 8:29 am
by rob89
Hi Pavel,

Is it the same for me too?

As I said, I have a 1366x768 screen resolution
(please, see above, I attached my DxDiag)

thanks in advance

regards

RE: Crash to desktop with 1.07

Posted: Tue Apr 13, 2021 8:42 am
by Helpless
Is it the same for me too?

Yes, it looks very much the same. Please try attached fix. Thanks.

RE: Crash to desktop with 1.07

Posted: Tue Apr 13, 2021 9:32 am
by rob89
Has the attached WarInTheEast2.exe to replace the same in the WitE2 folder?

And will it be the same for next patch too?

thanks

regards

RE: Crash to desktop with 1.07

Posted: Tue Apr 13, 2021 9:35 am
by Helpless
As written above:
1. Make a copy of original WarInTheEast2.exe
2. Extract and copy provided exe into game installation folder

And will it be the same for next patch too?

Provided exe is 1.00.07 + font load fix. Next beta will have these fixes as well.

RE: Crash to desktop with 1.07

Posted: Tue Apr 13, 2021 10:14 am
by rob89
ok, now it runs properly

thank you

regards

RE: Crash to desktop with 1.07

Posted: Tue Apr 13, 2021 2:45 pm
by maggsdw
Hi Pavel,

I have downloaded the latest file and installed it. A loaded scenario is now showing the cities, towns and geographical features on the map which were missing earlier. Thank you for providing the fix.

I have also followed your suggestion regarding full-screen mode, which is much better. Thanks again.

Duncan