llde / TESReloaded10

Other
42 stars 21 forks source link

[Oblivion Reloaded] Save file thumbnail image #90

Open ghentu1985 opened 1 year ago

ghentu1985 commented 1 year ago

Hello,

Firstly, a lot of thanks to Ilde for taking up and continuing the great work on OR.

I have an issue with the save file thumbnails where an empty save dialog is overlaying the thumbnail image. OR version 10.11 from Nexus mods. GPU is AMD RX 6900XT.

I tested with and without any UI mods and in both cases the overlay is present.

I am attaching three save files - (1) with UI mods and OR, (2) without UI mods and with OR and (3) without UI mods and without OR. Also attached a screengrab showing the issue.

I did install OR into an existing installation. If I need to test with a fresh installation and install all the mods on top of that I can do it, it would just take a lot of time as there are quite a few mods. All other aspects of OR seem to be working fine.

Save Files.zip The Elder Scrolls IV Oblivion_2023 02 02-12 48

GBRPlus commented 1 year ago

it can be fixed by

if (TheRenderManager->IsSaveGameScreenShot) {

        TheRenderManager->device->StretchRect(TheRenderManager->BackBuffer, NULL, TheRenderManager->BackBuffer, &TheRenderManager->SaveGameScreenShotRECT, D3DTEXF_NONE);
}