#1511 closed defect (fixed)
ALL: Mouse glitches and crashes (Regression)
Reported by: | Kirben | Owned by: | fingolfin |
---|---|---|---|
Priority: | high | Component: | Port: Win32 |
Version: | Keywords: | ||
Cc: | Game: |
Description
Latest ScummVM 0.5.7cvs version. All games Compiled under mingw with GCC 3.3.3 and running under Windows XP.
Moving the mouse around leaves graphics glitches and moving the move around in lower half of screen eventually causes ScummVM to crash.
Ticket imported from: #907280. Ticket imported from: bugs/1511.
Change History (5)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Summary: | ALL: Mouse glitches and crashes → ALL: Mouse glitches and crashes (Regression) |
---|
comment:3 by , 21 years ago
One possible reason for crashing: there is a comment in undraw_mouse() that states that there is "No need to do clipping here, since draw_mouse() did that already". I don't think that's true any more.
(Well, it does clipping of course, but not in any way that undraw_mouse() can benefit from.)
comment:4 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 6 years ago
Component: | --Unset-- → Port: Win32 |
---|
Note:
See TracTickets
for help on using tickets.
I forgot to mention, this only occurs after last your last change to SDL backend.