[Scummvm-tracker] [ScummVM :: Bugs] #13614: RISC OS Scumm 2.6.0 abuses user choices
ScummVM :: Bugs
trac at scummvm.org
Thu Jun 23 00:12:07 UTC 2022
#13614: RISC OS Scumm 2.6.0 abuses user choices
-------------------+-----------------------
Reporter: gerph | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: --Unset--
Version: | Keywords:
Game: |
-------------------+-----------------------
Hiya,
The 2.6.0 stable version of ScummVM abuses the Choices directory for its
debug output.
The line in question is in `!ScummVM.!Run`:
```
Set Alias$Run_ScummVM Run <Obey$Dir>.scummvm %%*0
><Choices$Write>.ScummVM.stdout 2><Choices$Write>.ScummVM.stderr
```
Choices should be used for configuration information, not for diagnostics.
If you have diagnostics you should write them to Scrap$Dir at the very
least. Using `<Choices$Write>` would be akin to writing to
`/etc/scummvm/stderr` on a unix system, or possibly
`$XDG_CONFIG/ScummVM/stderr` which hopefully you can see makes the
decision to use `Choices$Write` clearly wrong.
--
Ticket URL: <https://bugs.scummvm.org/ticket/13614>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list