Bugs item #2372244, was opened at 2008-12-01 17:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2372244...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pd-extended Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Hans-Christoph Steiner (eighthave) Summary: mouse-help.pd crashes pd-extended 0.40.3
Initial Comment: mouse-help.pd crashes pd-extended 0.40.3 on opening.
on ubuntu hardy using the debs from puredata.info.
ewanuno@ewanuno-laptop:~$ pd -d 9 set pd_whichapi 0 set pd_whichmidiapi 2 pdtk_pd_startup {Pd version 0.40-3extended } { {OSS 2} {ALSA 1} {jack 5} } { {default-MIDI 2} {ALSA-MIDI 1} } {Bitstream Vera Sans Mono} normal set pd_whichmidiapi 2 set pd_whichapi 0 tk scaling is 1.33794238683 pdtk_post {libdir loader $Revision: 1.8 $} pdtk_post { written by Hans-Christoph Steiner hans@at.or.at} pdtk_post { compiled on Jul 29 2008 at 08:20:12 } pdtk_post { compiled against Pd version 0.40.3.extended} <init> : Avifile RELEASE-0.7.47-080115-14:47-4.2.3 <init> : Available CPU flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 xtpr <init> : 800.00 MHz Intel(R) Atom(TM) CPU N270 @ 1.60GHz processor detected pdtk_post { GEM: Graphics Environment for Multimedia} pdtk_post { GEM: ver: 0.91.1 'tigital'} pdtk_post { GEM: compiled: Jul 29 2008} pdtk_post { GEM: maintained by IOhannes m zmoelnig} pdtk_post { GEM: Authors : Mark Danks (original version)} pdtk_post { GEM: Chris Clepper} pdtk_post { GEM: James Tittle} pdtk_post { GEM: IOhannes m zmoelnig} pdtk_post { GEM: with help by Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al.} pdtk_post { GEM: found a bug? miss a feature? please report it:} pdtk_post { GEM: homepage http://gem.iem.at/%7D pdtk_post { GEM: bug-tracker http://sourceforge.net/projects/pd-gem/%7D pdtk_post { GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/%7D pdtk_post { GEM: compiled for SIMD architecture: } pdtk_post {MMX } pdtk_post {} pdtk_post { GEM: using } pdtk_post {MMX} pdtk_post { optimization} pdtk_post { libdir_loader: added 'cyclone' to the global objectclass path} pdtk_post { libdir_loader: added 'zexy' to the global objectclass path} pdtk_post { libdir_loader: added 'creb' to the global objectclass path} pdtk_post { libdir_loader: added 'cxc' to the global objectclass path} pdtk_post { libdir_loader: added 'iemlib' to the global objectclass path} pdtk_post { libdir_loader: added 'list-abs' to the global objectclass path} pdtk_post { libdir_loader: added 'mapping' to the global objectclass path} pdtk_post { libdir_loader: added 'markex' to the global objectclass path} pdtk_post { libdir_loader: added 'maxlib' to the global objectclass path} pdtk_post { libdir_loader: added 'memento' to the global objectclass path} pdtk_post { libdir_loader: added 'mjlib' to the global objectclass path} pdtk_post { libdir_loader: added 'motex' to the global objectclass path} pdtk_post { libdir_loader: added 'oscx' to the global objectclass path} pdtk_post { libdir_loader: added 'pddp' to the global objectclass path} pdtk_post { libdir_loader: added 'pdogg' to the global objectclass path} pdtk_post { libdir_loader: added 'pixeltango' to the global objectclass path} pdtk_post { libdir_loader: added 'pmpd' to the global objectclass path} pdtk_post { libdir_loader: added 'rradical' to the global objectclass path} pdtk_post { libdir_loader: added 'sigpack' to the global objectclass path} pdtk_post { libdir_loader: added 'smlib' to the global objectclass path} pdtk_post { libdir_loader: added 'toxy' to the global objectclass path} pdtk_post { libdir_loader: added 'unauthorized' to the global objectclass path} pdtk_post { libdir_loader: added 'pan' to the global objectclass path} pdtk_post { libdir_loader: added 'freeverb' to the global objectclass path} pdtk_post { libdir_loader: added 'hcs' to the global objectclass path} pdtk_post { libdir_loader: added 'jmmmp' to the global objectclass path} pdtk_post { libdir_loader: added 'ext13' to the global objectclass path} pdtk_post { libdir_loader: added 'ggee' to the global objectclass path} pdtk_post { libdir_loader: added 'flib' to the global objectclass path} pdtk_post { libdir_loader: added 'ekext' to the global objectclass path} pdtk_post { libdir_loader: added 'flatspace' to the global objectclass path} pdtk_post { PDP: pure data packet version 0.12.5-darcs} pdtk_post { PiDiP : additional video processing objects for PDP version 0.12.22 ( ydegoyon@free.fr )} proc pdp_colorgrid_apply {id} { set vid [string trimleft $id .] set var_graph_pdp_colorgrid [concat graph_pdp_colorgrid_$vid] global $var_graph_pdp_colorgrid set var_graph_xlines [concat graph_xlines_$vid] global $var_graph_xlines set var_graph_ylines [concat graph_ylines_$vid] global $var_graph_ylines set cmd [concat $id dialog [eval concat $$var_graph_xlines] [eval concat $$var_graph_ylines] [eval concat $$var_graph_pdp_colorgrid] ;] pd $cmd } proc pdp_colorgrid_cancel {id} { set cmd [concat $id cancel ;] pd $cmd } proc pdp_colorgrid_ok {id} { pdp_colorgrid_apply $id pdp_colorgrid_cancel $id } proc pdtk_pdp_colorgrid_dialog {id xlines ylines pdp_colorgrid} { set vid [string trimleft $id .] set var_graph_pdp_colorgrid [concat graph_pdp_colorgrid_$vid] global $var_graph_pdp_colorgrid set var_graph_xlines [concat graph_xlines_$vid] global $var_graph_xlines set var_graph_ylines [concat graph_ylines_$vid] global $var_graph_ylines set $var_graph_pdp_colorgrid $pdp_colorgrid set $var_graph_xlines $xlines set $var_graph_ylines $ylines toplevel $id wm title $id {pdp_colorgrid} wm protocol $id WM_DELETE_WINDOW [concat pdp_colorgrid_cancel $id] label $id.label -text {COLORGRID PROPERTIES} pack $id.label -side top frame $id.buttonframe pack $id.buttonframe -side bottom -fill x -pady 2m button $id.buttonframe.cancel -text {Cancel} -command "pdp_colorgrid_cancel $id" button $id.buttonframe.apply -text {Apply} -command "pdp_colorgrid_apply $id" button $id.buttonframe.ok -text {OK} -command "pdp_colorgrid_ok $id" pack $id.buttonframe.cancel -side left -expand 1 pack $id.buttonframe.apply -side left -expand 1 pack $id.buttonframe.ok -side left -expand 1 frame $id.42rangef pack $id.42rangef -side top label $id.42rangef.lxlines -text "X sections :" entry $id.42rangef.xlines -textvariable $var_graph_xlines -width 7 pack $id.42rangef.lxlines $id.42rangef.xlines -side left frame $id.72rangef pack $id.72rangef -side top label $id.72rangef.lylines -text "Y sections :" entry $id.72rangef.ylines -textvariable $var_graph_ylines -width 7 pack $id.72rangef.lylines $id.72rangef.ylines -side left checkbutton $id.showpdp_colorgrid -text {Show Grid} -variable $var_graph_pdp_colorgrid -anchor w pack $id.showpdp_colorgrid -side top bind $id.42rangef.xlines <KeyPress-Return> [concat pdp_colorgrid_ok $id] bind $id.72rangef.ylines <KeyPress-Return> [concat pdp_colorgrid_ok $id] focus $id.42rangef.xlines } pdtk_post { pdp_colorgrid: version 0.4 by Yves Degoyon (ydegoyon@free.fr) & Lluis Gomez i Bigorda (lluis@artefacte.org)} pdtk_post { expr, expr~, fexpr~ version 0.4 under GNU General Public License } pdtk_post { [hid] 0.7, written by Hans-Christoph Steiner hans@eds.org} pdtk_post { compiled on Jul 29 2008 at 08:31:09 } pdtk_post { this is pddplink 0.1, 3rd alpha build...} if {[lsearch $auto_path "/usr/lib/pd/extra/pddp"] < 0} {lappend auto_path "/usr/lib/pd/extra/pddp"} after 0 {package require pddp} after 0 {::pddp::srvUse /usr/lib/pd/doc/5.reference/hid} pdtk_canvas_new .x853fac8 659 461 +56+46 0 wm title .x853fac8 {mouse-help.pd - /usr/lib/pd/doc/5.reference/hid} set menu_windowlist {{{mouse-help.pd} .x853fac8} } pdtk_fixwindowmenu pdtk_post { MAX: 1} pdtk_post { MIN: -1} pdtk_post { MIN: -1} pdtk_post { MAX: 1} pdtk_post { MIN: -1} pdtk_post { MIN: -1} pdtk_post { MAX: 1} pdtk_post { MIN: -1} pdtk_post { MIN: -1} pdtk_post { MAX: 1} pdtk_post { MIN: -1} pdtk_post { MIN: -1} pdtk_post { error: } pdtk_post {[hid] open /dev/input/event6 failed} pdtk_post { error: } pdtk_post {[hid] can not open device 6} pd_gui: pd process exited Segmentation fault ewanuno@ewanuno-laptop:~$
i am ewanuno@gmail.com
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2372244...