Opened 7 years ago
Closed 5 years ago
#10359 closed defect (fixed)
SCI: Lighthouse: missing version (German)
Reported by: | scummvmtestaccount | Owned by: | sluicebox |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | sci32 | |
Cc: | Game: | Lighthouse |
Description
Tried to use Lighghouse, German 2 CD Version with ScummVM 2.0.0gut84. Ressource.AUD of CDs were renamed to Resaud.00x. Game is detected as "English" (albeit German), starts with warning (missing or erroneous files), seems to be playable.
Probably version unknown as detailed below.
Would be great if you could add support without error.
▄bereinstimmende Spiele-Kennungen: lighthouse, phantasmagoria, rama
{"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 122330257},
{"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 115026179},
{"resmap.001", 0, "d2dc13bb936d6528a19feac92fc7df1c", 7852},
{"resmap.002", 0, "8fdb8544d801057d3123539d8e6d039a", 7618},
WARNING: Failed to find volume for map.3!
WARNING: Resource audio36.800(0, 0, 7, 1) from ressci.pat points beyond end of RESAUD.001 (56440609 >= 55857162)!
WARNING: Resource audio36.800(0, 0, 8, 1) from ressci.pat points beyond end of RESAUD.001 (56948931 >= 55857162)!
Change History (7)
comment:1 by , 7 years ago
Keywords: | Lighthouse removed |
---|---|
Summary: | Lighthouse missing version (German) → SCI: Lighthouse: missing version (German) |
comment:2 by , 7 years ago
Keywords: | sci32 added |
---|
follow-up: 6 comment:3 by , 7 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 by , 6 years ago
Still have this problem with my 2CD Lighthouse german version.
Renamed to RESAUD.00x just the same. I used latest stable and dev builds. (2.0.1pre12-gd5488e1 + 2.1.0git2325-ge3d62bb). Game is recognized as (CD/DOS/English), not german.
Beginning of the game seems to work fine.
Error Message seems to be exactly the same:
WARNING: Failed to find volume for map.3!
WARNING: Resource audio36.800(0, 0, 7, 1) from ressci.pat points beyond end of RESAUD.001 (56440609 >= 55857162)!
WARNING: Resource audio36.800(0, 0, 8, 1) from ressci.pat points beyond end of RESAUD.001 (56948931 >= 55857162)!
comment:5 by , 6 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
comment:6 by , 6 years ago
Replying to Mataniko:
The md5 was added in PR1089.
I also got the same error message. This is not fixed and the last comment was several month ago. Any idea when this might get fixed?
comment:7 by , 5 years ago
Owner: | changed from | to
---|---|
Resolution: | → fixed |
Status: | new → closed |
Resource warnings fixed in: fad20484cbec63602f2eec38f1e1e1e055674243
As with other localized SCI games around this time, there was some unused audio floating around in the English version, and then later that audio was removed when making localized versions. The resource map still points to the deleted entries.
The md5 was added in PR1089.