search for: jack_fst

Displaying 6 results from an estimated 6 matches for "jack_fst".

2004 Oct 30
1
Quick fix for jack_fst?
...ings after wine_init (called by fst_init) can cause crashes. I don't know if this is a bug in Wine, a constraint on how winelib applications should do things, or something else, because these memory issues are beyond me. If somebody more knowledgeable wants to step in here... A quick fix for jack_fst seems to be to pre-reserve a chunk of memory, exactly like jack_activate does, but before wine_init gets called. I put the following function into jfst.c: === void jfst_reserve_mem (int bufsize) { char buf [bufsize]; int i; fprintf (stderr, "Reserving memory: base=%...
2004 Dec 24
1
fst - err:dosmem:setup_dos_mem
I've installed (maybe not sucessfully) wine 20041201, fst 1.6 and jack_fst-1.2. I'm using jack-0.99 When I try and execute jack_fst such as: #jack_fst Crystal.dll I receive the following error: err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report can't connect to JACK I assume that the first error message is from wine. Is t...
2004 Oct 15
1
Wine question - sort of... program that ran now crashes
...complex setup that uses Wine-20040505. In this environment I am able to run small Windows apps called 'VSTs' under Wine and using Jack for pretty much real time audio performance. It had been working very well. From a Linux perspective the signal flow looked a bit like: Rosegarden->jack_fst>Ardour and jack_fst wraps around a Widows program called 'Battery'. http://www.nativeinstruments.de/index.php?battery_us (FYI - NI is just now updating to Battery 2. They don't seem ot have a link for the older Battery, but at the GUI level they look pretty much identical.) As I...
2005 Oct 17
1
Managed windows
...sible with a command line parameter, but it seems that this is no longer available. I'm using the 20050524 (i think) version of wine. Is there anyway for me to launch certain application in an unmanaged mode while leaving the default setting to managed? In particular, I want to be able to run jack_fst in the unmanaged mode. Does anyone have a solution for me? I thought perhaps I could write a script to launch windows applications. I'd make it so I could swap the config file and restart the wine server. Is there a way to restart the wine server from the command line? Will I have to be root...
2004 Oct 19
1
WINEDEBUG for a non-descript segfault
Hi, I'm loooking at a Linux program that calls WIne and then segfaults without any real information. Are there any debug channels that make most sense to try and trap in this specific case? Thanks, Mark
2004 Oct 29
0
A question about debugging apps
Hi, Taking a break for a few minutes from my fst/jack_fst work I decided to try a quick install of Myst, an old game that has, at various times, installed, not installed, worked or not worked with Wine. (According to the app database.) Anyway, I wanted to try it out so, to cause as few problems as possible for my existing Wine installation, I created a ne...