We're going to need a lot more information than that.
You've done the equivalent of "My car isn't working properly. What's wrong with it?"
Is it a game that you are developing?
Is it a game you're playing?
If it's your game... Can you copy/paste the
screen
code here? (Try to use the
[code] [/code]
tags. Either by typing them yourself, or using the "...v" drop down menu on the forum editor bar - you know, with (B)old, (I)talics and all those other buttons). If we can see the code, we might be able to make sense of what you're seeing.
Any actual images might make a difference, but that's unlikely. Just keep in mind, someone may ask for those too.
Can you show us a screenshot of the game screen as you're seeing it? (the default key for the Windows snipping tool is [<WINDOWSKEY>+<SHIFT>+S]. That is... hold the "Windows key", then Shift, then "S" all down together and draw a square around the part of the screen you want to copy/paste).
Are you talking about a menu screen? The main game window? Something else?
My first guess, sight unseen, is some sort of
You must be registered to see the links
usage error. But that is a 99% guess.
Second semi-random guess,
define gui.textbox_height = ...
from
screens.rpy
might have been accidently changed to a too large value.