Page 1 of 1

Textbox window bug?

Posted: 24 Jan 2020, 21:43
by YNagato
This seems to be a little bug from the English/Russian version, so it might be appropriate to report here rather than in the Chinese SNS bloc.

We stumbled upon this issue when we played with switching between different textbox window types. We found that during the game if we switch from one textbox window type to another and then switch back to the previous type, the dimension of the textbox window would be somehow shifted as well rather than going back to the original state. You can tell from the variations of the distance from the boundaries of the window frame. And this would be reset and back to normal only when we restart the game.

Here are the snapshots we took to show the shift in the textbox window dimension:
[+] Spoiler
Original textbox window type
1.png
1.png (2.43 MiB) Viewed 15066 times
Switch to another textbox window type
2.png
2.png (2.19 MiB) Viewed 15066 times
Switch back to the original textbox window type
3.png
3.png (2.22 MiB) Viewed 15066 times
In comparison to the 1st pic
1.png
1.png (2.43 MiB) Viewed 15066 times

Re: Text box bug?

Posted: 24 Jan 2020, 21:45
by YNagato
One more pic to show the shift in textbox window dimension:
4.jpg
4.jpg (44.33 KiB) Viewed 15065 times
Just thought you might want to know.

Re: Textbox window bug?

Posted: 25 Jan 2020, 01:49
by vit9696
Indeed, the issue is caused due to incomplete textwindow dimension update in settings. There also are issues with changing textbox when fullscreen text is displayed (e.g. in the end of chapter 4 in episode 1).

Fixed in master:
[master f9aa433] Fix textbox positioning after updating it in settings
1 file changed, 24 insertions(+), 17 deletions(-)

Please report whether it works correctly.

Re: Textbox window bug?

Posted: 25 Jan 2020, 22:09
by YNagato
The fix is good! Problem solved. Many thanks!

Re: Textbox window bug?

Posted: 13 Apr 2020, 23:04
by YNagato
Hi Vit,

We have just found out that this bug still lingers. If one saves and then loads the file, the dimension of the textbox window would shift. Would you please help fix it? Many thanks!

Here are the snapshot:
[+] Spoiler
The normal textbox window dimension:
1.jpg
1.jpg (127.22 KiB) Viewed 14300 times
The shifted dimension after loading:
2.jpg
2.jpg (127.79 KiB) Viewed 14300 times

Re: Textbox window bug?

Posted: 14 Apr 2020, 10:06
by vit9696
Well, old saves will obviously cause the bug. New ones will not. That is expected and not fixable.

Re: Textbox window bug?

Posted: 14 Apr 2020, 10:42
by YNagato
But these are all new saves. I can testify that the engine, script, save files were all created in this week. And I very recently reset the game and erased all the records before and after the fix. Would you please take a second look? Many thanks!

Re: Textbox window bug?

Posted: 14 Apr 2020, 11:02
by vit9696
Hmmm, tried fixing in master.

Re: Textbox window bug?

Posted: 14 Apr 2020, 11:21
by YNagato
Thanks!