[Scummvm-tracker] [ScummVM :: Bugs] #16157: SCUMM: HE: HENetworkGameOptionsDialog error when adding Backyard Football
ScummVM :: Bugs
trac at scummvm.org
Sat Nov 22 03:12:10 UTC 2025
#16157: SCUMM: HE: HENetworkGameOptionsDialog error when adding Backyard Football
---------------------+--------------------------------
Reporter: dwatteau | Owner: (none)
Type: defect | Status: new
Priority: blocker | Component: Engine: SCUMM
Version: | Resolution:
Keywords: | Game: Backyard Football
---------------------+--------------------------------
Comment (by kshitijaucharmal):
Successfully replicated this, the error does seem to occur.
The problem seems to be that even if `--disable-sdlnet` is defined,
`--enable-engine=he`
defines `USE_ENET` anyways, so the code inside the `#if USE_ENET` is being
executed.
A potential solution I see is to prevent creation of the class or adding a
condition to prevent it in the `engines/scumm/meta_engine.cpp` file.
Will update if it works
--
Ticket URL: <https://bugs.scummvm.org/ticket/16157#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list