Opened 2 years ago
Closed 2 years ago
#13874 closed defect (fixed)
MOHAWK: MYST: Unable to interact with main menu
Reported by: | AllisonTowers | Owned by: | BLooperZ |
---|---|---|---|
Priority: | blocker | Component: | Engine: Mohawk |
Version: | Keywords: | ||
Cc: | Game: | Myst |
Description
ScummVM version: latest daily, 2.7.0git3020-g12fea682dea
Game: Myst ME 25, Steam and GOG versions, English
OS: Windows 11 22H2 x64
On launching these versions of Myst, there is no way to interact with the main menu options. There is no mouse hover behaviour and nothing happens on click.
QuickTest seems fine (until it crashes at the map, unrelated issue).
This does not happen on latest stable (2.6.0).
Change History (3)
comment:1 by , 2 years ago
Owner: | set to |
---|---|
Resolution: | → assigned |
Status: | new → pending |
comment:2 by , 2 years ago
Thank you,
it seems the issue doesn't happen when Graphics Mode is set to SDL Surface
and it does happen when set to OpenGL.
Looking into it.
comment:3 by , 2 years ago
Resolution: | assigned → fixed |
---|---|
Status: | pending → closed |
Fixed in the following PR:
https://github.com/scummvm/scummvm/pull/4314
This is regression caused by commit c809c7 that added the subtitles functionality.
The issue seems to be related to how the engine checks if a movie finished playing and/or is paused and the subsequent hideOverlay call.
Could you take a look BLooperZ?