Audio didnt work in compiled Wine

Questions about Wine on Linux
Locked
acid
Level 1
Level 1
Posts: 8
Joined: Wed Apr 29, 2015 12:06 am

Audio didnt work in compiled Wine

Post by acid »

Hello to all,

I wanted to install Ableton Live (Digital Audio Workstation) with Wine 1.7.30 and i downloaded Wine and compiled it. After compiling i install it.

After starting winecfg i cant find Audio Driver. I set Audio with Winetricks to Alsa but winecfg only shows Systemsound.

When i click *Test Sound * there comes no Sound and Ternminal shows Error.

In Regedit the Settings are set to Alsa.

I tested another Wineversion and after compiling and installing the same Error.

No Sound....

Has anybody a solution ?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Audio didnt work in compiled Wine

Post by dimesio »

Why are you compiling such an old version? The current development release is 1.7.48.

The most likely cause of your problem is that you ignored error messages from ./configure about missing dependencies and compiled Wine without sound support. Rerun ./configure and install whatever it complains it can't find.

If you are sure you built Wine with sound support (./configure doesn't complain about anything missing), post terminal output from running the sound test in winecfg.
acid
Level 1
Level 1
Posts: 8
Joined: Wed Apr 29, 2015 12:06 am

Re: Audio didnt work in compiled Wine

Post by acid »

hi,thx for answering...i dont know what you mean.. the compiling process makes no errors.
do i have to install special files that wine has sound ?
i want to take this old version because in forum i read that it has platium with that program i want to use.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Audio didnt work in compiled Wine

Post by dimesio »

I didn't ask about compiling; I asked about messages from ./configure, specifically about missing development files.

Rerun ./configure and post the output.

Regarding the Wine version, unless you know of a regression, if your app was platinum in older versions of Wine, it should still be platinum in current Wine.
acid
Level 1
Level 1
Posts: 8
Joined: Wed Apr 29, 2015 12:06 am

Re: Audio didnt work in compiled Wine

Post by acid »

i send the configfile from the newest version.
the compiled version 1.7.48.has also no sound.

http://www3.zippyshare.com/v/NL62Q8pZ/file.html
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Audio didnt work in compiled Wine

Post by dimesio »

From your config.log:

Code: Select all

configure:19473: libxcursor development files not found, the Xcursor extension won't be supported.
configure:19473: libxi development files not found, the Xinput extension won't be supported.
configure:19473: XShm development files not found, X Shared Memory won't be supported.
configure:19473: XShape development files not found, XShape won't be supported.
configure:19473: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
configure:19473: libxrandr development files not found, XRandr won't be supported.
configure:19473: libxinerama development files not found, multi-monitor setups won't be supported.
configure:19473: libxcomposite development files not found, Xcomposite won't be supported.
configure:19473: libGLU development files not found, GLU won't be supported.
configure:19473: libOSMesa development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
configure:19473: OpenCL development files not found, OpenCL won't be supported.
configure:19473: pcap development files not found, wpcap won't be supported.
configure:19473: libdbus development files not found, no dynamic device support.
configure:19473: lib(n)curses development files not found, curses won't be supported.
configure:19473: libsane development files not found, scanners won't be supported.
configure:19473: libv4l development files not found.
configure:19473: libgphoto2 development files not found, digital cameras won't be supported.
configure:19473: libgphoto2_port development files not found, digital cameras won't be auto-detected.
configure:19473: liblcms2 development files not found, Color Management won't be supported.
configure:19473: gstreamer-0.10 base plugins development files not found, gstreamer support disabled
configure:19473: OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
configure:19473: libcapi20 development files not found, ISDN won't be supported.
configure:19473: libcups development files not found, CUPS won't be supported.
configure:19473: fontconfig development files not found, fontconfig won't be supported.
configure:19473: libgsm development files not found, gsm 06.10 codec won't be supported.
configure:19473: libtiff development files not found, TIFF won't be supported.
configure:19473: libmpg123 development files not found (or too old), mp3 codec won't be supported.
configure:19473: libopenal development files not found (or too old), OpenAL won't be supported.
configure:19473: libldap (OpenLDAP) development files not found, LDAP won't be supported.
configure:19485: WARNING: prelink not found, base address of core dlls won't be set correctly.
configure:19485: WARNING: libxrender development files not found, XRender won't be supported.
configure:19485: WARNING: libxml2 development files not found (or too old), XML won't be supported.
configure:19485: WARNING: libxslt development files not found, xslt won't be supported.
configure:19485: WARNING: libgnutls development files not found, no schannel support.
configure:19485: WARNING: libjpeg development files not found, JPEG won't be supported.
configure:19485: WARNING: No sound system was found. Windows applications will be silent.
You're missing a lot of things, and all of those warnings would have printed in the terminal from ./configure, so you should have seen them.

Install everything ./configure complains about except those things you're sure you don't need (e.g., if you don't have a scanner, don't worry about libsane).
acid
Level 1
Level 1
Posts: 8
Joined: Wed Apr 29, 2015 12:06 am

Re: Audio didnt work in compiled Wine

Post by acid »

hi,
thx for your reply. i got the new wine 1.7.48 now compiled :)
i do it with: apt-get build-dep wine1.7 before compiling.
some days before i got some messages in terminal what says,that i have to install freetype development files.
what freetype files did the terminal mean? when i take a look in synaptic there are many freetypepackages installed from : apt-get build-dep wine1.7

some other question..... i want to run the propellerhead software reason 5 in wine.
it only works with wine version 1.6 rc2. why it didnt work with version 1.7.48 ?
i want to rewire reason 5 into ableton live 9.
that only works if both files are in the same drive c.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Audio didnt work in compiled Wine

Post by dimesio »

cocoony wrote: what freetype files did the terminal mean?
Ask your distro which package to install. Package naming varies greatly by distro.
some other question..... i want to run the propellerhead software reason 5 in wine.
it only works with wine version 1.6 rc2. why it didnt work with version 1.7.48 ?
Have you actually tested it in 1.7.48, or are you merely going by the fact that the latest AppDB test report is for 1.6.2? If the latter, that doesn't mean it won't work in newer versions, it just means no one has bothered to file a test report for it. If you have tested it and it didn't work, missing freetype support could be a reason.
acid
Level 1
Level 1
Posts: 8
Joined: Wed Apr 29, 2015 12:06 am

Re: Audio didnt work in compiled Wine

Post by acid »

i have tested it in 1.7.48 and at the moment i have installed 1.7.44.
it would be so nice if this problem can be fixed in new versions of wine,that i can use it with other digital workstation together.

i found this here:
https://bugs.winehq.org/show_bug.cgi?id=10845

its so pity that the menu of reason 5 only works perfect in wine 1.6 rc2....,but the other digitalworkstation didnt work perfect with this old wine version.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Audio didnt work in compiled Wine

Post by dimesio »

cocoony wrote: i found this here:
https://bugs.winehq.org/show_bug.cgi?id=10845

its so pity that the menu of reason 5 only works perfect in wine 1.6 rc2....,but the other digitalworkstation didnt work perfect with this old wine version.
According to both that bug report and the AppDB test reports, the menu bar has never worked. What makes you think it worked in 1.6-rc2?
Locked