• Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved Inverse ghosting in Thief (2014), nothing seems to fix it?

Status
Not open for further replies.
Hi everyone! For the past 3 days I've been trying to fix this issue that I've been having in the game Thief (2014). I initially didn't even know what this problem was called, but posting on Reddit led me to discover it's known as "inverse ghosting". Here's a video of what it looks like in my game:

I've read that lowering overdrive settings on a monitor's OSD settings can help with this (for my monitor this setting is under "Response time"), however I've tried that and sadly no improvement. I've tried playing the game on high/normal settings, I've tried it on all lowest settings, I've tried turning FreeSync off in my monitor's settings, lowering/turning off all AMD Software's settings - nothing seems to affect this whatsoever.

My PC specs are as follows:
  • Windows 10 Pro 64-bit
  • AMD Ryzen 5 3600 Matisse 7nm Technology
  • 16.0GB Dual-Channel DDR4 @ 1599MHz (22-22-22-52)
  • Micro-Star International Co. Ltd. B450M-A PRO MAX (MS-7C52) (AM4)
  • ATI AMD Radeon RX 6600 XT
  • 465GB Samsung SSD 980 500GB
My monitor is a Samsung LC27F390FHRXEN (27", curved monitor).

If anyone has any other ideas as to what I can try to do to fix this, I'd be extremely thankful!
 
Welcome to PCHF lets get some information from your machine. :)



Speccy Scan.
  • Please go here and download Speccy.
  • Install and run the program.
  • Upon Completion:
  • Hit File
  • Publish Snap Shot
  • A link will appear, post that link.
Step 2: Get System Info Log.

Include in your next reply a Get System Info log.
Save it to your desktop when complete.
Once you have the file on your desktop, then upload it here, and Here.
Copy the URL after your report is loaded.
Then send us the link. :)


Step 3: ScanRapide.
  • Please download ScanRapide to your desktop.
  • Right click run as admin.
  • Upon Completion:
  • A log will appear.
  • Save it to a location of your liking.
  • Attach it to your next reply.
 
Speccy: http://speccy.piriform.com/results/h0cMbu0cmQhRhbXud4cV1Bn

System Info Log: https://files.catbox.moe/akey84.zip

ScanRapide: (attached file)

I should add that since making my original post, I have discovered that the issue lies with my monitor - when I plugged in my old one everything was fine, no overshoot. I'm not sure if anything can even be done in this situation, as apparently Samsung VA monitors are just known for this kind of stuff (or VA monitors in general). I'm posting the requested info just in case, so that if there is some secret solution or something, I can try it before I sell this monitor and buy a new one lol. Thank you!
 

Attachments

  • ScanRapide[R0].txt
    175.2 KB · Views: 3
Uninstall the following with Geek Uninstaller, use force mode if needed.

ASUS Update Helper - 1.3.107.79
Mozilla Maintenance Service - 102.0.1
qBittorrent 4.4.3.1 - 4.4.3.1



Clean install your AMD driver with DDU. Or the AMD cleanup utility

Grab a fresh copy from here.



Disable windows 10 spyware with O&O software, this can chew up bandwidth while you game as microsoft is constantly uploading various data from your machine.

Disable windows update, and only enable it once a week to update on your terms not whenever microsoft feels you need an update.

Uninstall Useless to you windows apps with O&O App buster.



Open a notepad and copy the content of the code box below, paste into open notepad and save it to your desktop as clean.bat then right click on clean.bat and run as admin.

Note: Do not copy the word code.

Note: This batch will reboot your machine so close anything you are working on and save it.

Code:
@echo off
WMIC /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "BatchRestorePoint", 100, 10
fsutil resource setautoreset true c:\&fsutil usn deletejournal /d /n c:
netsh advfirewall reset
netsh advfirewall set allprofiles state On
wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("76.76.19.19", "1.1.1.1")
%WINDIR%\SYSTEM32\lodctr.exe /R
%WINDIR%\SysWOW64\lodctr.exe /R
C:\Windows\SYSTEM32\lodctr.exe /R
C:\Windows\SysWOW64\lodctr.exe /R
Dism.exe /online /Cleanup-Image /StartComponentCleanup
pause
DISM.exe /Online /Cleanup-image /Restorehealth
pause
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
pause
del /s /q C:\Windows\SoftwareDistribution\download\*.*
del /s /q "%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Cache\*.*"
del /s /q "%userprofile%\AppData\Local\Opera Software\Opera Stable\Cache\Cache_Data\*.*"
del /s /q "%userprofile%\AppData\Local\Microsoft\Edge\User Data\Default\Cache\*.*"
del /s /q "%userprofile%\AppData\Local\temp\*.*"
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
ipconfig /flushdns
sc stop sysmain
sc config sysmain start= disabled
sc stop DiagTrack
sc config DiagTrack start= disabled
sc stop dmwappushservice
sc config dmwappushservice start= disabled
sc stop WSearch
sc config WSearch start= disabled
sc stop lfsvc
sc config lfsvc start= disabled
del /s /q %ProgramData%\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
sfc /scannow
pause
shutdown -r
Exit /B
 
  • Like
Reactions: envidianthine
Uninstall the following with Geek Uninstaller, use force mode if needed.

ASUS Update Helper - 1.3.107.79
Mozilla Maintenance Service - 102.0.1
qBittorrent 4.4.3.1 - 4.4.3.1



Clean install your AMD driver with DDU. Or the AMD cleanup utility

Grab a fresh copy from here.



Disable windows 10 spyware with O&O software, this can chew up bandwidth while you game as microsoft is constantly uploading various data from your machine.

Disable windows update, and only enable it once a week to update on your terms not whenever microsoft feels you need an update.

Uninstall Useless to you windows apps with O&O App buster.



Open a notepad and copy the content of the code box below, paste into open notepad and save it to your desktop as clean.bat then right click on clean.bat and run as admin.

Note: Do not copy the word code.

Note: This batch will reboot your machine so close anything you are working on and save it.

Code:
@echo off
WMIC /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "BatchRestorePoint", 100, 10
fsutil resource setautoreset true c:\&fsutil usn deletejournal /d /n c:
netsh advfirewall reset
netsh advfirewall set allprofiles state On
wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("76.76.19.19", "1.1.1.1")
%WINDIR%\SYSTEM32\lodctr.exe /R
%WINDIR%\SysWOW64\lodctr.exe /R
C:\Windows\SYSTEM32\lodctr.exe /R
C:\Windows\SysWOW64\lodctr.exe /R
Dism.exe /online /Cleanup-Image /StartComponentCleanup
pause
DISM.exe /Online /Cleanup-image /Restorehealth
pause
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
pause
del /s /q C:\Windows\SoftwareDistribution\download\*.*
del /s /q "%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Cache\*.*"
del /s /q "%userprofile%\AppData\Local\Opera Software\Opera Stable\Cache\Cache_Data\*.*"
del /s /q "%userprofile%\AppData\Local\Microsoft\Edge\User Data\Default\Cache\*.*"
del /s /q "%userprofile%\AppData\Local\temp\*.*"
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
ipconfig /flushdns
sc stop sysmain
sc config sysmain start= disabled
sc stop DiagTrack
sc config DiagTrack start= disabled
sc stop dmwappushservice
sc config dmwappushservice start= disabled
sc stop WSearch
sc config WSearch start= disabled
sc stop lfsvc
sc config lfsvc start= disabled
del /s /q %ProgramData%\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
sfc /scannow
pause
shutdown -r
Exit /B
Hey thank you so much! I've done all of the things you've suggested, so I think all should be good now. :)
 
  • Like
Reactions: Malnutrition
Status
Not open for further replies.