Patches item #1962699, was opened at 2008-05-12 19:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962699&group_…
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: None
Group: documentation
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Nobody/Anonymous (nobody)
Summary: typo in pix_record-help
Initial Comment:
there was an error in the helpfile for pix_record.
it had [file /tmp/movie.mov(
but it must be [file $1( to work with the connected openpanel stuff.
attached a corrected version.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962699&group_…
Patches item #1572290, was opened at 2006-10-06 13:48
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1572290&group_…
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: puredata
>Group: None
Status: Open
Resolution: None
>Priority: 8
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
>Assigned to: Miller Puckette (millerpuckette)
Summary: serious troubles with folders with non-ASCII chars on WinXP
Initial Comment:
On Windows XP, you cannot save a new file to any
directory that has non-ASCII characters in it. For
example, if someone has an accented E in their
username, then their home folder will be in
C:\Documents and Settings\USERNAME, where USERNAME is
the name with the accented E.
The work around is to save to the root of C:\, then
move the file to the directory with the non-ASCII
chars. After that, it is possible to save changes.
But the only way to open the file is to double-click it
and let it open via file associations. File->Open
crashes Pd-0.40-2 and nothing happens on
Pd-0.39.2-extended-test5.
This has been confirmed on Pd-0.39.2-extended-test5 and
Pd-0.40-0, on Windows XP US and Spanish editions.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-11 15:48
Message:
Logged In: YES
user_id=27104
Originator: YES
the problem was that the Tcl internal character encoding was just being
sent straight to the pd process without being converted to the current
system encoding. I added Tcl_UtfToExternalDString() as an easy way to
convert from the Tcl encoding to the current system encoding and it seems
to work fine now.
I am raising the priority since it can prevent people from saving.
File Added: fix_encoding_bug_1572290-0.41.4.patch
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-10-06 13:52
Message:
Logged In: YES
user_id=27104
Here's an example error message when I tried to save a new file:
error: C:/Documents and
Settings/hans/Desktop/testbug-üé/Untitled-1.pd: No such file
or directory
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1572290&group_…
Patches item #1959417, was opened at 2008-05-07 07:15
Message generated for change (Comment added) made by mrpeach
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1959417&group_…
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: externals
Group: bugfix
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Martin Peach (mrpeach)
Summary: [unpackOSC] should output a message rather than a list
Initial Comment:
the current implementation of [unpackOSC] outputs a list instead of a message.
e.g. the OSC-message "/bla 1 2 3" will be output as "list /bla 1 2 3"
if you want to use [route] to dispatch the message, you therefore have to [list trim] (or [route list]) the "list"-selector away.
([routeOSC] handles these lists quite well)
the attached patch will internally trim the selector away and thus [unpackOSC] will output
"/bla 1 2 3"
([routeOSC] handles these quite well as well)
----------------------------------------------------------------------
>Comment By: Martin Peach (mrpeach)
Date: 2008-05-11 14:27
Message:
Logged In: YES
user_id=919007
Originator: NO
Patch applied, now wait to see if it works...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1959417&group_…
Bugs item #1848150, was opened at 2007-12-10 15:34
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1848150&group_…
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: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: wonderingwout (wonderingwout)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pdp_qt does not load any type of movie (pd 0.40.3-extended)
Initial Comment:
Hard- and software details:
- MacBook 1,83 2GB ram with MacOSX Leopard 10.5.1
- Pd-0.40.3-extended-20071207.app
Error message:
pdp_qt: opening /Users/wout/Documents/PureData/VJ-tool/files/disco1.mov
pdp_qt: video stream found (640x480 pixels, 15 fps, 20 frames, jpeg codec)
pdp_qt: WARNING: unsupported video codec
pdp_qt: ERROR: no usable video stream found.
I tried to load a movies with the following compression types:
- mpeg4
- jpeg
- sorensen video 3
- animation
- none
All with the same failure message.
The same patch with Pd version 0.39.3-extended-rc5 works.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-11 09:53
Message:
Logged In: YES
user_id=27104
Originator: NO
With Pd-extended 0.40.3-20080502 on Mac OS X 10.4.11/Intel I can play the
included anim-1.mov with no problems. Is this still a problem for you?
pdp_qt: opening
/Users/hans/code/pure-data/trunk/Gem/examples/data/anim-1.mov
pdp_qt: video stream found (256x256 pixels, 30 fps, 91 frames, jpeg
codec)
pdp_qt: using colormodel YUV420P
pdp_qt: /Users/hans/code/pure-data/trunk/Gem/examples/data/anim-1.mov
opened
I tried some other movies too, this one worked fine:
pdp_qt: opening /Users/hans/Movies/novnain.mov
pdp_qt: video stream found (320x240 pixels, 30 fps, 3084 frames, SVQ3
codec)
pdp_qt: audio stream found (1 channels, 32000 Hz, 3279744 samples,
chunksize 1067)
pdp_qt: using colormodel YUV420P
This one loaded and showed the first frame, then crashed:
pdp_qt: opening /Users/hans/Movies/explode.mov
pdp_qt: video stream found (320x240 pixels, 30 fps, 712 frames, SVQ1
codec)
pdp_qt: audio stream found (1 channels, 11025 Hz, 261600 samples,
chunksize 367)
pdp_qt: WARNING: unsupported audio codec
pdp_qt: using colormodel YUV420P
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1848150&group_…
Bugs item #1845770, was opened at 2007-12-06 15:15
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1845770&group_…
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: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: stereopticon (stereopticon)
Assigned to: Nobody/Anonymous (nobody)
Summary: PiDiP ascii renderer eats mac hard disks
Initial Comment:
...iknow, it sounds like a tabloid headline.
I'm running OSX 10.4.11 on a Macbook Pro 2.16 GHz Intel Core 2 Duo. I upgraded to pd 0.39.3-extended-rc5 recently and began messing around with the PiDiP ascii renderer. Early in a day of testing I loaded an 11-second, 640x480 quicktime clip compressed with the H.264 codec into pdp_ascii-help.pd and gotâŠnothing. The patch became completely unresponsive to mouse clicks and I ended up having to quit and relaunch pd and X11. I eventually discovered that pdp_ascii works with the Sorenson video 3 codec and spent a happy hour turning bits of things into ascii art.
Then I noticed something strange. The hard drive was nearly full. As I watched in shock, it filled up completely. A couple of minutes of searching found the culprit: my console log file for the session was 36 gigs. Turns out that all that space was taken up by a single message, âskipping corrupted frameâ, spit out over and over again at the ridiculous rate of 4 megs/sec. Trying to load the H.264 quicktime is what initiated the loop. Iâve been able to replicate it and came up with the following info: the bug runs independent of pd and X11, hogs 80% of the CPU, and since for some reason the process is tied to the OSX loginwindow process I was only able to kill it by logging out.
Cheers,
Michael
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-11 09:45
Message:
Logged In: YES
user_id=27104
Originator: NO
Is this still a problem on 0.40.3-extended test releases? It is
reproducable?
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-04-07 05:40
Message:
Logged In: YES
user_id=564396
Originator: NO
stupid me, but is the console log file part of os-x, pd-extended or did
you add it manually?
(imho, writing things (even if there are lots of things) to the console
does not really qualify as a bug)
furthermore, the log-message is likely not being emitted by pidip, but
rather by the underlying decoding library (libquicktime);
so the bug report should probably go there instead of here
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1845770&group_…
Patches item #1961878, was opened at 2008-05-11 09:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1961878&group_…
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: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add ~ and env var support to paths when opening files
Initial Comment:
Created sys_expandpath() to replace ~ with $HOME and expand env vars on Windows. This function is then used in sys_trytoopenone() so that ~ works with all opening operations.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1961878&group_…
Hi,
The above objects seem to be broken in pd-extended (0.39.3) Ubuntu
Hardy. I get the error:
load_object: Symbol "setup_eblosc0x7e" not found
Other creb objects work OK though. Anyone got any ideas what the problem
is before I start digging around.
Jamie
--
www.postlude.co.uk
Bugs item #1928286, was opened at 2008-03-28 14:31
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1928286&group_…
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: puredata
Group: None
>Status: Closed
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Julian Villegas (julovi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd 0.41-2 doesn't close in Mac Os X
Initial Comment:
I found that if I close Pd using the 'close' button in the console window (the red x in the top left of the window in Mac OS) having a patch opened, it let a process running in background. It doesn't happen if I close it from the File menu, tough.
I'm using Pd version 0.41-2 in a MacBook running Mac Os X ver. 10.5.2
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2008-05-09 19:20
Message:
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-25 14:52
Message:
Logged In: YES
user_id=27104
Originator: NO
There is no problem for me using pd-vanilla 0.41-4 on 10.4.11, can anyone
confirm it is fixed on 10.5?
----------------------------------------------------------------------
Comment By: Julian Villegas (julovi)
Date: 2008-03-28 14:58
Message:
Logged In: YES
user_id=469492
Originator: YES
The patch can be an empty one, i.e., start Pd, create a new patch, close
Pd using the close button in the console window. Check the processes
running in the background and I find that Pd is still running.
----------------------------------------------------------------------
Comment By: stffn (stffn)
Date: 2008-03-28 14:49
Message:
Logged In: YES
user_id=1658640
Originator: NO
Under Mac OS 10.4.11 i can't reproduce. Using the same version of Pd,
of-cause. SO it might be "10.5" specific.
But, is there anything special going on in the patch you have opened (when
you close the console window by click the red button)? I tried a few
different things: Saved/not saved, with or without an instance of an
object, with or without DSP turned on.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1928286&group_…
Bugs item #1905909, was opened at 2008-03-02 17:00
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1905909&group_…
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: puredata
Group: v0.41.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miller Puckette (millerpuckette)
Summary: pd-0.41-2.msw.exe does not include [expr]
Initial Comment:
When I install pd-0.41-2.msw.exe on a machine where pd has not been previously installed, it does not include the [expr] object. So, things like exponential.pd in the Audio Examples portion of the documentation don't work.
If installed over an older version of Pd, it apparently picks up the expr library from the older version. Thus masking the bug.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-09 16:28
Message:
Logged In: YES
user_id=27104
Originator: NO
expr and expr~ are now included in Pd-vanilla 0.41-4.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1905909&group_…