http://bugs.winehq.org/show_bug.cgi?id=4051
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2006-15-09 04:43 ------- Created an attachment (id=3609) --> (http://bugs.winehq.org/attachment.cgi?id=3609&action=view) arts_test.c (arts_init test program)
In a case someone confirms this bug for 0.9.21, I put here simplified version of artsctest.c from "The aRts C API" tutorial [3]. Compile the program this way:
$ cc -o artsctest arts_test.c `artsc-config --cflags` `artsc-config --libs`
Its output on my box:
$ ./artsctest arts_init error: can't connect to aRts soundserver (-1)
No crashes, no bugs.
[3] http://www.arts-project.org/doc/mcop-doc/artsc.html