Page 1 of 1

Screen Bug

PostPosted: 15 Jan 2016, 10:41
by tzimasr
Hi sometimes when i play the game in full screen or no i see this bug up of the screen. I think is from the game, some graphics do not load right. There is a case to blame the computer. OK Just mention it. This happened in many stages.

Re: Screen Bug

PostPosted: 16 Jan 2016, 03:10
by Auria
Hi,
I am not sure what is the problem exactly, what is the issue in this screenshot?

Re: Screen Bug

PostPosted: 16 Jan 2016, 08:06
by deve
Probably the line at the top edge. But this may be something specific to OSX, so I don't have any real possibilities to debug it.

Re: Screen Bug

PostPosted: 16 Jan 2016, 11:54
by Arthur
That's just normal screen tearing. Turn on vertical synchronization in graphics options to fix it. This will limit your framerate to your screen refresh rate (typically 60 FPS due to most monitors having 60 Hz refresh rate).

Re: Screen Bug

PostPosted: 17 Jan 2016, 15:56
by deve
@Arthur is tearing visible on a screenshot? I never noticed it myself.

I had similar issue on linux when STK was using wrong width and height value. For example:
- We open window in windowed mode, then request changing to fullscreen, and then read current width and height. But sometimes the window was still in windowed mode, and we read for example 1916x1050 instead of fullscreen 1920x1080.
- We request the window in windowed mode with size 1920x1080. Then we use width 1920 and height 1080, but window manager detects that the window is larger than screen area and resizes it to 1916x1050.

But I can't really check it because OSX on Virtualbox works like a turtle :(

Re: Screen Bug

PostPosted: 18 Jan 2016, 11:27
by Arthur
deve: Yes indeed it is often very visible on screenshots, thus I requested the in-game screenshot feature which doesn't have any screen tearing. :)