Menu

#4466 DRASCULA: Cursor GFX error

Drascula
closed-fixed
Graphics (902)
7
2014-08-26
2009-07-24
No

Cursor turns to black rectangle after entering Von Brauns trap (it happens the second time aswell) opening the inventory and closing it returns the cursor to normal. This also happens whenever you exit Von Brauns house. (see screenshot)

Running on: Ubuntu 9.04 amd64, ScummVM svn42679, Drascula DOS/English

Discussion

  • David Rogers

    David Rogers - 2009-07-24
     
  • David Rogers

    David Rogers - 2009-07-24
    • milestone: --> Drascula
     
  • Eugene Sandulenko

    please, provide the savegames for each of your bugreports.

     
  • David Rogers

    David Rogers - 2009-07-24
     
  • Eugene Sandulenko

    • priority: 5 --> 7
     
  • Eugene Sandulenko

    This bug is nice to get fixed before the release. Raising priority for keeping the track.

     
  • David Rogers

    David Rogers - 2009-07-25

    Also happens after leaving Igors room disguised as a vampire and after Drascular threatens to kill you after capturing you.

     
  • David Rogers

    David Rogers - 2009-07-25
     
  • David Rogers

    David Rogers - 2009-07-25
     
  • Torbjörn Andersson

    In the case of leaving von Braun's hut after talking to him, I think this is what happens:

    The game tries to restore the "walk" cursor by calling selectVerb(0). This copies a cursor image from the "backSurface" buffer, so it expects it to hold (among other things, I suppose) the verb images. However, before doing this, it loads "an32_2.alg" into "backSurface" (something to do with the animation of von Braun standing up, perhaps?), and the part it copies the cursor image from happens to be all black.

    I don't know what is the proper way of fixing this. Somehow, it needs to load the correct set of images ("99.alg", I believe) into "backSurface" again.

     
  • Max Horn

    Max Horn - 2009-10-21
    • assigned_to: nobody --> aquadran
     
  • Max Horn

    Max Horn - 2009-10-21

    Pawel, any comments?

     
  • Eugene Sandulenko

    Fixed in svn.

     
  • Eugene Sandulenko

    • assigned_to: aquadran --> sev
    • status: open --> closed-fixed