#10983 closed defect (fixed)
BLADERUNNER: GMM saved thumbnail is off
Reported by: | dafioram | Owned by: | peterkohaut |
---|---|---|---|
Priority: | low | Component: | Engine: Bladerunner |
Version: | Keywords: | ||
Cc: | Game: | Blade Runner |
Description
2.1.0git5796-gbbed50ff27
bladerunner english
When looking at a save in the GMM the thumbnail coloring doesn't look right. When its viewed in the kia load it looks fine.
Attachments (1)
Change History (16)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
i think i broke it when i switching rendering color format from hardcoded rgb555 to more universal one
by , 5 years ago
Attachment: | scummvm.png added |
---|
comment:4 by , 5 years ago
i'm unable to replicate this issue, how did you created the save game? via gmm or via in game menu? perhaps can you share the save game?
from what i can see, it looks like that the background video didn't got into the thumbnail
comment:5 by , 5 years ago
I can have it happen by creating the save via kia or gmm. Have you tried with the win32 from the scummvm download site?
It shows in both linux and windows for me. Interestingly, If I resize the screen the thumbnail being shown will move to show different parts of the saved thumbnail.
comment:6 by , 5 years ago
hmm, i tried saving via kia and gmm with my builds (win 64, win 32, linux 64, linux 32) and with mingw-w32-master-2287a4f6 from dev builds, but seems its working for me, ill try on different machines as well.
I don't understand what is happening to you when you resize the window, I tried it and thumbnail is not changing - it is a bit smaller than the thumbnail area (that is expected, to keep compatibility of saves with original game) but otherwise no strange behavior.
comment:7 by , 5 years ago
If I look at the saved game thumbnails in the GMM before loading the engine then it has a black background and shows the actors.
If I start the engine then all the saves show the background of the room I am in, but the actors it shows are those that are for that particular saved game.
comment:8 by , 5 years ago
It sort of sounds like it's treating the background in the thumbnails as transparent, but that is weird -- neither I am able to reproduce this on my system (win 64, linux 64) as of yet.
comment:10 by , 5 years ago
If I look at the saved game thumbnails in the GMM before loading the engine then it has a black background and shows the actors.
If I start the engine then all the saves show the background of the room I am in, but the actors it shows are those that are for that particular saved game.
I can confirm this, the thumbnails when loading via the GMM look somewhat off and improperly sized. Have yet to try if I can replicate the openGL behavior too.
comment:11 by , 5 years ago
I was able to reproduce this issue with opengl rendering, seems like background image is stored with transparent color and that area is transparent in GMM and also some previous stuff is rendered in there.
comment:12 by , 5 years ago
Owner: | set to |
---|
comment:14 by , 5 years ago
So this issue helped me find bigger issue as we were not processing alpha channel correctly in few cases.
It's fixed now, but it is only fixing future thumbnails, the existing ones will still show this odd behavior. After a re-save they should be fine.
Can you provide an example with screenshots, please? Also is this on Windows or another platform?