[Scummvm-tracker] [ScummVM :: Bugs] #14526: bad id 544D53
ScummVM :: Bugs
trac at scummvm.org
Mon Jul 3 05:51:52 UTC 2023
#14526: bad id 544D53
--------------------------+--------------------------------
Reporter: eaglesfan3 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: SCUMM
Version: | Resolution:
Keywords: bad id 544D53 | Game: Backyard Football
--------------------------+--------------------------------
Comment (by PushmePullyu):
I can not reproduce the problem. Environment: Fedora Workstation 37 x86_64
with !98552301975d5816a3dc82e22c21c7b02acb58ca and Windows 10 x86_64 with
2.8.0git5687-g410851150a6 (Jul 3 2023 00:15:16). Tested with both the
Windows and Mac files from the 1999 US release of Backyard Football. The
game launched and I was able to start a "Single Game".
Could you provide the following information:
- The version of Backyard Football you are using
- Your operating system and CPU
- A list of the files in the game directory and their MD5 hashes
Instructions to create this list on Windows 10:
- Navigate to the game folder using the Windows file explorer (the folder
shown in ScummVM's Game Options->Paths->Game Path).
- In the explorer's "File" menu, select "Open Windows PowerShell".
- Paste the following into the PowerShell:
{{{
Get-ChildItem . -recurse -force -file | Select-Object -Property
@{name="File";expression={$_.fullName | Resolve-Path
-Relative}},Length,@{name="MD5";expression={(Get-FileHash -Algorithm md5
$_.fullName).hash.toLower()}} | ConvertTo-Csv | Set-Clipboard
}}}
and press return.
- The resulting file list will be copied to your clipboard, which you can
then paste here or save to a text file and upload.
--
Ticket URL: <https://bugs.scummvm.org/ticket/14526#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list