This game does not start and produces the follow error message when started from the GUI:
ERROR
bad argument #1 to '?' (ImageData expected, got Image)
Traceback
[C]: at 0x7fbf02324110
[C]: in function 'newImageFont'
resources.lua:150: in function 'loadResources'
main.lua:66: in function 'load'
main.lua:211: in function <main.lua:207>
[C]: in function 'xpcall'
[C]: in function 'xpcall'
Starting from the CLI adds the following note:
$ /usr/bin/love /usr/share/mrrescue/mrrescue.love
This game indicates it was made for version '0.10.0' of LOVE.
It may not be compatible with the running version (11.2).
LOVE - Warning: config.lua:41: Using deprecated function love.filesystem.exists (replaced by love.filesystem.getInfo)
Looks like this may be similar to a previous issue reported with this package: T6933