Opened 2 weeks ago
Closed 8 days ago
#15411 closed defect (fixed)
TWINE: Glitched background during main menu idle credits (Regression, Sort of)
Reported by: | antoniou79 | Owned by: | mgerhardy |
---|---|---|---|
Priority: | normal | Component: | Engine: TwinE |
Version: | Keywords: | ||
Cc: | Game: | Little Big Adventure |
Description (last modified by )
This was tested on Windows 10 with a recent build of ScummVM 2.9.0git from master HEAD and the GOG version of Little Big Adventure.
The issue is that, during the credits that play after the main menu has been idle, half of the background is black and the other half is the bottom half of the main menu.
How to reproduce: Launch the game, wait till it gets to the main menu, then leave it on idle for about a minute. The game's credits will start rolling automatically, and the end credits music is playing.
I am attaching screenshots of the low res and high res credits. (The high res credits are "expected" to be more glitchy since due to another issue (https://bugs.scummvm.org/ticket/13134), the yet unused NPCs are seen all grouped to the left -- this ticket is not about that issue).
This looks like sort of a regression from what happens in 2.8.1, albeit the daily build has some improvements.
In comparison the 2.8.1 ScummVM rolls the credits after the main menu has been idle for only 15 seconds (too fast), and also no music is playing during the credits. But it has a full black background.
Attachments (2)
Change History (8)
by , 2 weeks ago
Attachment: | scummvm-lba-win-1-HI-RES.png added |
---|
by , 2 weeks ago
Attachment: | scummvm-lba-win-1-LO-RES.png added |
---|
comment:1 by , 2 weeks ago
Description: | modified (diff) |
---|
comment:2 by , 2 weeks ago
Description: | modified (diff) |
---|
comment:4 by , 8 days ago
8ac2ed039fc3e3a3bbdf373d309153bee67b306b caused the problem
The removal of the _engine->_screens->clearScreen();
call most likely - but I can't find this in the original sources - need to investigate
comment:5 by , 8 days ago
fcab03efd6cda1c023456632f608196900bd06c3 fixed the issue - thanks for the report
comment:6 by , 8 days ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
85d3666364bc75966e992cc5ebd07b6a585eed6c (commit is unrelated to twine) during bisecting I found this commit that is somehow related - leaving the credits scene with esc will enter the menu with the wrong palette.