I am facing a strange issue: "Escape from Monkey Island" (grim:minkey4) stopped working.
It used to work before and I did not change anything on my side besides getting automatic updates of ScummVM.
Error message:
Code: Select all
User picked target 'monkey4-win-de' (engine ID 'grim', game ID 'monkey4')...
Looking for a plugin supporting this target... Grim
Running Escape From Monkey Island (Windows/German)
artAll.m4b: 007a33881478be6b6e0228d8888536ae, 18512568 bytes.
WARNING: Grim failed to instantiate engine: Game id not supported (Escape from Monkey Island support is not compiled in) (target 'monkey4-win-de', path '/home/biephi/spiele/scummvm_games/escape_from_monkey_island')!
I used to use the daily builds of the snap packages and also tried the stable version:
Code: Select all
$ snap info scummvm
name: scummvm
summary: ScummVM is a program which allows you to run numerous classic graphical point-and-click
adventure games and role-playing games
publisher: Snapcrafters
store-url: https://snapcraft.io/scummvm
contact: https://github.com/snapcrafters/scummvm/issues
license: GPL-2.0
description: |
ScummVM is a program which allows you to run a wide variety of classic graphical point-and-click
adventure games and role-playing games, provided you already have their data files. The clever
part about this: ScummVM just replaces the executables shipped with the game, allowing you to play
them on systems for which they were never designed!
Currently, ScummVM supports a huge library of adventures with over 250 games in total. It supports
many classics published by legendary studios like LucasArts, Sierra On-Line, Revolution Software,
Cyan, Inc. and Westwood Studios. Next to ground-breaking titles like the Monkey Island series,
Broken Sword, Myst, Blade Runner and countless other games you will find some really obscure
adventures and truly hidden gems to explore.
This snap is maintained by the Snapcrafters community and the ScummVM Team.
commands:
- scummvm
services:
scummvm.daemon: simple, disabled, inactive
snap-id: wXpsTyUtxXJ6aqnqhWRi0d3WwqzrD1Yv
tracking: latest/stable
refresh-date: today at 17:58 CET
channels:
latest/stable: 2.6.1 2022-10-31 (6283) 680MB -
latest/candidate: ↑
latest/beta: 2.6.1 2022-10-31 (6283) 680MB -
latest/edge: 2.7.0git-4001-g5def1ad0273 2022-11-05 (6292) 680MB -
installed: 2.6.1 (6283) 680MB -
Code: Select all
$ scummvm --list-games | grep grim
glk:jgrim Jonathan Grimshaw: Space Tourist
grim:grim Grim Fandango
grim:monkey4 Escape From Monkey Island
Code: Select all
$ scummvm --detect
+ [ -z /home/biephi/snap/scummvm/6283/.config ]
+ snapctl is-connected audio-playback
+ mkdir -p /run/user/1000/snap.scummvm/speech-dispatcher
+ /snap/scummvm/6283/usr/bin/speech-dispatcher -d -C /snap/scummvm/6283/etc/speech-dispatcher -S /run/user/1000/snap.scummvm/speech-dispatcher/speechd.sock -m /snap/scummvm/6283/usr/lib/speech-dispatcher-modules -t 30
[Sun Nov 6 20:45:51 2022 : 95162] speechd: Speech Dispatcher 0.9.1 starting
+ [ ! -f /home/biephi/snap/scummvm/6283/.config/scummvm/scummvm.ini ]
+ [ ! -f /home/biephi/snap/scummvm/6283/.config/scummvm/.added-games-bundle ]
+ exec /snap/scummvm/6283/usr/local/bin/scummvm --detect
GameID Description Full Path
------------------------------ ---------------------------------------------------------- ---------------------------------------------------------
grim:monkey4 Escape From Monkey Island (Windows/German) /home/biephi/spiele/scummvm_games/escape_from_monkey_island
Any help is welcome...