search for: fst_init

Displaying 1 result from an estimated 1 matches for "fst_init".

Did you mean: fs_init
2004 Oct 30
1
Quick fix for jack_fst?
...hq.com/site/docs/wine-devel/address-space http://www.winehq.com/site/docs/wine-devel/initialization It seems that wine_init imposes some Windows-style memory constraints, and the big memory patch probably had some effect on this. The result is that allocating big things 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 ch...