Menu

#5599 CRUISE: Some texts are invisible in the intro.

Cruise for a Corpse
closed-fixed
digitall
Graphics (902)
5
2011-02-23
2011-02-21
No

In the last scene of the intro (first scenes can be skipped with mouse click),
soon after the clock, text is shown in black color and therefore is not visible.

It seems that error appeared somewhere between November 8 and December 19, 2010.
Stable version 1.2.0 and SVN 1.3.0 build 54131 (Nov 8, 2010) displayed text correctly,
and stable version 1.2.1 and SVN 1.3.0 build 55020 (Dec 23, 2010) shows it in black,
as well as today Git build.

I have included screenshots to see the difference.
They are for 256-color French version, but English, Spanish, German and Italian versions works the same.
I tried all languages, since they are all on the same CD.

And, by the way, starting from version 1.2.0, the copy protection is
completely skipped for this game (it worked in stable v1.1.1),
with or without --copy-protection switch.

Discussion

  • Valentin Solodin

    black text

     
  • Valentin Solodin

    • summary: Some texts are invisible in the intro. --> CRUISE: Some texts are invisible in the intro.
     
  • digitall

    digitall - 2011-02-21
    • assigned_to: nobody --> tdhs
     
  • digitall

    digitall - 2011-02-21

    Have Replicated.
    Probably revealed by one of my fixes. Will bisect for the exact cause.

     
  • digitall

    digitall - 2011-02-22

    This intro text regression was introduced by cb2a20cbd05bd8d137eda0adf75609186271255d ( svn-id r54405):
    "CRUISE: Bugfix for #3064846 - Raoul appearing in Book screen"

    https://sourceforge.net/tracker/?func=detail&aid=3064846&group_id=37116&atid=418820

    Will look at copy protection skipping...

     
  • digitall

    digitall - 2011-02-22

    The copy protection check was accidently disabled by an errorneous commit to cruise/script.cpp in :
    commit f4d38ccd407f2a007050d69e4841ba7fc53cd401
    Author: Florian Kagerer <athrxx@users.sourceforge.net>
    Date: Sat Aug 7 14:38:07 2010 +0000

    "LOL: added english floppy version"
    svn-id: r51834

    Will correct and reinstate the check.

     
  • digitall

    digitall - 2011-02-22

    Copy Protection reinstated by commit 07c054d6c63bec5a9abd1b77781958f4a83969bc

     
  • Paul Gilbert

    Paul Gilbert - 2011-02-23

    Since this was affected by a previous fix to resolve a bug in a single game scene, I've decided it'll be simpler to simply revise the existing fix to only apply to the one scene it's really needed for. So the intro is no longer affected by the problem, and the text shows

     
  • Paul Gilbert

    Paul Gilbert - 2011-02-23
    • status: open --> closed-fixed