URL:
  <http://gna.org/bugs/?14709>

                 Summary: MyPaint crashed when move mouse cursor above main
window of program
                 Project: MyPaint
            Submitted by: leolik
            Submitted on: Понедельник 09.11.2009 at 01:38
                Severity: 4 - Important
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 0.7.1
         Planned Release: None
        Operating System: Ubuntu 9.10

    _______________________________________________________

Details:

My system - Ubuntu 9.10 amd64.
In Ubuntu <=9.04 all work fine.
Traceback below.

-------------------------
Traceback (most recent call last):
  File "/home/leolik/Programs/mypaint-0.7.1/gui/tileddrawwidget.py", line
156, motion_notify_cb(self=<TiledDrawWidget object at 0x33740f0
(GtkDrawingArea at 0x24a3630)>, widget=<TiledDrawWidget object at 0x33740f0
(GtkDrawingArea at 0x24a3630)>, event=<gtk.gdk.Event at 0x7f25c6ac9b98:
GDK_MOTION_NOTIFY x=-69,00, y=-103,00>)
                pressure = self.pressure_mapping(pressure)
            self.doc.stroke_to(dtime, x, y, pressure)
  variables: {'y': ('local', -103.0), 'x': ('local', -69.0), 'dtime':
('local', 0.0080000000000000002), 'self.doc.stroke_to': ('local', <bound
method Document.stroke_to of <lib.document.Document instance at 0x335fbd8>>),
'pressure': ('local', inf)}
  File "/home/leolik/Programs/mypaint-0.7.1/lib/document.py", line 120,
stroke_to(self=<lib.document.Document instance at 0x335fbd8>,
dtime=0.0080000000000000002, x=-69.0, y=-103.0, pressure=inf)
            l.surface.begin_atomic()
            split = self.brush.stroke_to (l.surface, x, y, pressure, dtime)
            l.surface.end_atomic()
  variables: {'self.brush.stroke_to': ('local', <bound method
Brush_Lowlevel.stroke_to of <lib.brush.Brush_Lowlevel; proxy of <Swig Object
of type 'Brush *' at 0x335d300> >>), 'pressure': ('local', inf), 'split':
(None, None), 'l.surface': ('local', <lib.tiledsurface.Surface; proxy of
<Swig Object of type 'TiledSurface *' at 0x3358280> >), 'y': ('local',
-103.0), 'x': ('local', -69.0), 'dtime': ('local', 0.0080000000000000002)}
  File "/home/leolik/Programs/mypaint-0.7.1/lib/mypaintlib.py", line 119,
stroke_to(*args=(<lib.brush.Brush_Lowlevel; proxy of <Swig Object of type
'Brush *' at 0x335d300> >, <lib.tiledsurface.Surface; proxy of <Swig Object
of type 'TiledSurface *' at 0x3358280> >, -69.0, -103.0, inf,
0.0080000000000000002))
        def set_mapping_point(*args): return
_mypaintlib.Brush_set_mapping_point(*args)
        def stroke_to(*args): return _mypaintlib.Brush_stroke_to(*args)
        def get_state(*args): return _mypaintlib.Brush_get_state(*args)
  variables: {'_mypaintlib.Brush_stroke_to': ('global', <built-in function
Brush_stroke_to>), 'stroke_to': (None, None), 'args': ('local',
(<lib.brush.Brush_Lowlevel; proxy of <Swig Object of type 'Brush *' at
0x335d300> >, <lib.tiledsurface.Surface; proxy of <Swig Object of type
'TiledSurface *' at 0x3358280> >, -69.0, -103.0, inf,
0.0080000000000000002))}
OverflowError: in method 'Brush_stroke_to', argument 5 of type 'float'




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?14709>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to