hi all,
I can't access anymore to macosx105-i386.pdlab.puredata.info (at least
since yesterday)
is it still alive ?
thx
antoine
--
do it yourself
http://antoine.villeret.free.fr
Bugs item #3611604, was opened at 2013-04-22 13:58
Message generated for change (Tracker Item Submitted) made by dolfo91
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611604&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: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rodolfo Cangiotti (dolfo91)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: [Bug Report] PD's crashes with csoundapi~.dll
Initial Comment:
Software:
PD Extended v. 0.43.4
OS:
Windows XP MCE 2005 SP3
Hardware:
Intel Core 2 Duo E6400
Built-in sound card with ASIO4ALL driver
I report that the current version of PD Extended (.exe installer release) seems not working when I embed Csound in it through Victor Lazzarini's Csound API.
More precisely, I set ..\Csound\bin\ as external source path in PD's preferences; then, when I open a project with csoundapi~ as main object (for ex. Victor Lazzarini's example), PD freezes. Therefore, I'm always forced to teminate pd.exe process and, after this, Windows crashes and reboots.
Using the zipped release, PD can't simply open csoundapi~.dll file, although I set the same path in PD's preferences or even I copy the .dll file itself in ..\PD\extra folder.
This issue doensn't occur with PD Vanilla 0.44 or PD Extended 0.42.5.
I hope this report will be useful for next updates.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611604&group_…
Bugs item #3611288, was opened at 2013-04-18 09:55
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611288&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: apple library doesn't load
Initial Comment:
I am working on a theremin-esque instrument with the multitouch functionality of the apple library, but the multitouch object fails to load when I start pd-extended. Is there a long-term solution as opposed to opening the help library each time I open the program?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611288&group_…
Hi,
for PuREST JSON on Windows, I need a way to verify SSL signatures,
because currently this is not working. One way to accomplish that, is
setting the path to the certificate file. As I want to package the file
with the zip, I would like to store it in the same directory as the dll
for the externals.
I have two externals [rest] and [oauth] that share all the code for
libcurl, threading etc. (via a struct), so in the function where I need
to set the path to the certificate file, I need to get the path of the
dll to set the certificate store correctly.
Both classes are created by functions like:
rest_class = class_new(gensym("rest"), (t_newmethod)rest_new,
(t_method)rest_free, sizeof(t_rest), 0,
A_GIMME, 0);
and
t_rest *x = (t_rest *)pd_new(rest_class);
Now, I need a way to get the value "rest" from this *x, for this:
static void *ctw_exec_req(void *thread_args) {
struct _ctw *common = thread_args;
/* more declarations */
#ifdef _WIN32
/* Workaround for loading certificates on Windows */
char path[2048];
/* This will output the path to pd.exe */
GetModuleFileName(NULL, path, 2048);
post("dll path: %s", path);
/* This will output the path to rest.dll, how do I get "rest"
from *thread_args */
GetModuleFileName(GetModuleHandle("rest"), path, 2048);
post("dll path: %s", path);
#endif
/* all the rest to execute request via curl */
}
Thanks in advance,
Thomas
--
"As long as people kept worrying that the machines were taking over,
they wouldn't notice what was really happening. Which was that the
programmers were taking over." (Robert Anton Wilson - The Homing Pidgeons)
http://www.residuum.org/
Bugs item #3611190, was opened at 2013-04-17 05:31
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611190&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: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: black screen
Initial Comment:
I have arrived at only a blackscreen when i open dsp.
should it not display a grid?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611190&group_…
Bugs item #3611089, was opened at 2013-04-16 10:41
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611089&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: hradio error
Initial Comment:
When creating a hradio object via either put or ctrl+1 the final product is a red outlined object. Why is this happening? Pretty frustrating...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611089&group_…
Bugs item #3611032, was opened at 2013-04-16 01:30
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611032&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: Graph-On-Parent
Group: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: João Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: GOP Canvas properties not saved correctly
Initial Comment:
Hi,
when trying to make a GOP with no object name+arguments, there is a bug:
- check "Graph-On-Parent" and "Hide object name and arguments" and "apply" (all operations at once). The patch doesn't get properly saved, and you can't open it
- check "Graph-On-Parent" and "apply"; check "Hide object name and arguments" and "apply" (all operations separated) and it works as it should.
Tested on w7 only
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3611032&group_…