If you try to run the game do you get an error?
Unable to find file Graphics/Titles/001-Title01.?
I can tell you that the quickest way to replicate what you get would be to remove the standard RTP from being used. I.e. having a game.ini file like this:
[Game]
Library=RGSS102E.dll
Scripts=Data\Scripts.rxdata
Title=Project1
RTP1=
RTP2=
RTP3=
If that is the case then just change the file to:
[Game]
Library=RGSS102E.dll
Scripts=Data\Scripts.rxdata
Title=Project1
RTP1=Standard
RTP2=
RTP3=
If this doesn't fixes the problem then the game cannot detect the location of the Standard RTP.
I would guess that the standard RTP can be found in
C:\Program Files\Common Files\Enterbrain\RGSS\Standard on your computer if you have installed it. (Try searching for RGSS if you can't find it.)
You can also check if it is in HKEY_LOCAL_MACHINE\SOFTWARE\Enterbrain\RGSS\RTP.
I have the 64-bit version of Windows 7 so I am not sure if that is the correct place.
You should a string value in the RTP key which looks something like this:
Name: Standard
Type: REG_SZ
Data: C:\Program Files\Common Files\Enterbrain\RGSS\Standard\
Please do try to tell what attempts you have done and if you are not confident messing around with the registry editor then don't.
*hugs*
- Zeriab