Re: [linux-audio-user] wine error using jack_fst-1.2 and fst-1.6

From: <torbenh@email-addr-hidden>
Date: Wed May 24 2006 - 21:24:00 EEST

On Wed, May 24, 2006 at 06:16:41PM +0200, Benjamin Fabricius wrote:
> Hi,
>
> Got a good deal of work done for my madi vst server with embedded linux.
>
> Tried wine20040505 and ran into some rather nasty errors. Did not spend
> a lot of time on this version then.
>
> Next I tried wine20050628 according to Gimpel's tutorial page.
> Got that compiled and running for my host.
> Then compiled fst-1.6 (and fst-1.7 but have not tried that yet) and
> jack-fst-1.2. After altering the Makefiles I got them compiled and
> running on the vst server.
>
> Then downloaded the Oberon-8 vsti.
>
> Now I get a wine error of the following sort:
>
> [snip]
>
> vst:/mnt/testsuite/oberon8 # jack_fst Oberon-8
>
> (jack_fst:944): Gdk-WARNING **: locale not supported by Xlib
>
> (jack_fst:944): Gdk-WARNING **: cannot set locale modifiers
>
> (jack_fst:944): Gdk-WARNING **: Error converting from UTF-8 to STRING:
> Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
>
> (jack_fst:944): Gdk-WARNING **: Error converting from UTF-8 to STRING:
> Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
> wine: Unhandled exception (thread 0009), starting debugger...
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0
> addr 0xb7597545
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0
> addr 0xb7604e1f
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0
> addr 0xb7604e1f
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0
> addr 0xb7604e1f
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0
> addr 0xb7604e1f
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0
> addr 0xb7604e1f
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0
> addr 0xb7604e1f
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0
> addr 0xb7604e1f
> ...and so on...
>
> [snip]
>
> I expect the gdk warning not to be critical...
>
> Have any of you experienced similar problems?
>
> Or might it be better to use a different wine version?
>
> Have not tried fst-1.7 yet because the README says there should be a
> executable called jfst or xfst and plugins can be loaded
> using ./fst /path/to/plugin.
> fst-1.7 builds to a shared library called libfst.exe.so....? Is this
> correct? I actually expected that fst-1.7 builds to a current version of
> libfst.so... can anyone brief me on what's up here?
>
> Any help would be great!

first make sure, that your libc supports thread local storage.
look at the output of /lib/libc.so.6

fst-1.7 and up only compile to a standalone program. the libfst.so stuff
was a hack which stopped working, due to changes in wine.
so either use old wine (you dont want that)
or use new wine and link your app with wine build.
resulting in a wine executable .exe.so

which is started with the wrapper script.
or just "wine fst.exe.so"

>
> Cheers,
> Benjamin Fabricius
> (German student, Lawo AG, Germany)
>

-- 
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language
Received on Thu May 25 00:15:02 2006

This archive was generated by hypermail 2.1.8 : Thu May 25 2006 - 00:15:02 EEST