[Scummvm-tracker] [ScummVM :: Bugs] #14056: TETRAEDGE: WIN32: Loading game fails after intro
ScummVM :: Bugs
trac at scummvm.org
Sun Jan 22 16:52:15 UTC 2023
#14056: TETRAEDGE: WIN32: Loading game fails after intro
---------------------+--------------------------------
Reporter: lotharsm | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Tetraedge
Version: | Resolution:
Keywords: | Game: Syberia 1
---------------------+--------------------------------
Comment (by lotharsm):
Okay, what I figured out so far:
As soon as I replace
{{{
const Common::Path resPath =
Common::Path(gamePath).join("Resources");
}}}
with
{{{
const Common::Path resPath =
Common::Path(gamePath).join("Resources");
}}}
in te_core.cpp, I get past the intro screen, _but_ all the markers and
cursor elements are missing. I'm a bit out of ideas, since trying to
modify the imgpath just lead to more issues.
--
Ticket URL: <https://bugs.scummvm.org/ticket/14056#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list