Opened 5 years ago
Closed 5 years ago
#11315 closed defect (fixed)
lsl7-fr: Warning about missing / corrupt files when starting game.
Reported by: | bruno-mac-douglas | Owned by: | sluicebox |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | ||
Cc: | bruno-mac-douglas | Game: | Leisure Suit Larry 7 |
Description (last modified by )
hello
same problem has been resolved recently on gk2-fr (https://bugs.scummvm.org/ticket/11014)
and same problem happened with freddypharkas-fr (I just opened another ticket: https://bugs.scummvm.org/ticket/11314#ticket)
Missing / corrupted files message at the start of the game :
User picked target 'lsl7-fr' (engine ID 'sci', game ID 'lsl7')...
Looking for a plugin supporting this target... SCI [all games]
WARNING: Resource audio36.999(1, 70, 0, 1) from RESSCI.000 points beyond end of RESOURCE.AUD (397036557 >= 345764571)!
with today daily build.
thanks! :-)
Change History (3)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
Component: | --Unset-- → Engine: SCI |
---|---|
Game: | → Leisure Suit Larry 7 |
comment:3 by , 5 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in: 961d222cee3140651e4fdc872708cf5dd3680e37
This is audio for an unused narrator message: "What in the hell are you talking about?" This doesn't appear in the game and has no corresponding message (text) resource. The unused audio exists in the English version and I confirmed that it was removed from the German version. (I don't have the French version.) It's safe to ignore this and consistent with broken map entries we've seen in other localized versions when cut content got removed.
Thanks for reporting this!