[Scummvm-tracker] [ScummVM] #9740: SCI: Shivers: No mouse cursor when game runs

Colin Snover trac at scummvm.org
Sat Apr 29 23:17:09 CEST 2017


#9740: SCI: Shivers: No mouse cursor when game runs
------------------------+-------------------------
  Reporter:  Purduecoz  |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  normal     |  Component:  Engine: SCI
Resolution:             |   Keywords:
      Game:  Shivers 1  |
------------------------+-------------------------

Comment (by csnover):

 Two more questions, and then some debugging stuff:

 * Where is your copy of Shivers from?
 * Did you ever add any extra patches to the game?

 Debugging stuff:

 * Start ScummVM with `scummvm --debugflags=onstartup`
 * Start Shivers as usual
 * Type `logkernel SetCursor on` at the debug prompt
 * Type `go` at the debug prompt
 * Continue to the game’s main menu as usual

 You should then have some things in the console that look like:

 {{{
 kSetCursor: 997, 0, 0 = 0005:16e1
 kSetCursor: 999, 0, 0 = 0005:1757
 kSetCursor: 999, 0, 0 = 0
 kSetCursor: 997, 0, 0 = 0005:16e1
 kSetCursor: 999, 0, 0 = 0
 kSetCursor: 0 = 1
 kSetCursor: 1 = 1
 kSetCursor: 999, 0, 0 = 0
 kSetCursor: 999, 0, 0 = 0
 }}}

 Please copy and paste all of that output here.

 If everything continues to look normal, the next step will be for me to
 add more instrumentation in cursor code in a new build for tomorrow.

 Thanks,

--
Ticket URL: <https://bugs.scummvm.org/ticket/9740#comment:4>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list