If you get error «Failed to create the D3D9 Device! This can happen if the desktop is locked» when you try to run Remember Me there two methods tha can help you to fix this issue. First variant is to install update to ATI videocard in case if you have it, but if this method will not work you also can follow the recommendations below.
Open the file on the following path: C:\Users\YourName\Documents\My Games\UnrealEngine3\RememberMeGame\Config\ExampleAdriftGfxConfig.ini
You will see the text below. Be sure to edit functions ResWidth and ResHeight in order to match your desktop:
[Rendering]
ResWidth=1680 – write here your desktop Width
ResHeight=1050 — write here your desktop Height
ResWinWidth=1280
ResWinHeight=720
RefreshRate=59
SuperSampleCount=2
AntiAliasing=2
EffectQuality=2
TextureQuality=1
ShadowQuality=1
Fullscreen=true
VSync=false
Gamma=244
We hope that this solution will work to you. In case if you have other variants and methods that can help to fix this problem, please share them in comments section below.