audio doesn't work at all

Questions about Wine on macOS.
Locked
cstacy
Newbie
Newbie
Posts: 1
Joined: Thu Mar 06, 2014 1:34 am

audio doesn't work at all

Post by cstacy »

I installed wine 1.6.2 from Macports onto OSX 10.9.2 (Mavericks).
I installed mono from the link on the WINEHQ page into /usr/share/wine/wine-mono-4.5.2.msi

The Notepad-alike test works.

My app is normally installed by just unzipping it into C:\SqView,
so I just copied it into ~/.wine/drive_c/SqView.

My problems:

1. Having trouble launching my app.
2. Audio not working.

If I invoke it from my home directory, the app does not launch.
No GUI, just the following terminal error:

Code: Select all

~$ wine ~/.wine/drive_c/SqView/SqView.exe 
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:thread:GetThreadPreferredUILanguages 52, 0x2b6874, 0x2b68e4 0x2b687c
fixme:process:RegisterApplicationRestart (L" /RestartByRestartManager:B9B7C272-1A1E-49bf-AEEF-96C714DD2B64",0)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
wine: Unhandled exception 0x40000015 in thread 9 at address 0x7bc3001b:0x006c1fa0 (thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 8 180") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
Maybe there is some kind of path or configuration error involved,
because if I launch it from inside C: then it at least starts up!
I get the app's custom icon which if I select it, is a dialog box that says:
Bass.dll can not find a sounddevice on the computer.
And the following console output:

Code: Select all

~/.wine/drive_c/SqView$ wine SqView.exe
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:thread:GetThreadPreferredUILanguages 52, 0x2b6874, 0x2b68e4 0x2b687c
fixme:process:RegisterApplicationRestart (L" /RestartByRestartManager:0576E3FC-4A21-480c-951F-A2F56E7B187D",0)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
err:dsound:get_mmdevenum CoCreateInstance failed: 80040154
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
err:dsound:get_mmdevenum CoCreateInstance failed: 80040154
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
err:dsound:get_mmdevenum CoCreateInstance failed: 80040154
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
err:dsound:get_mmdevenum CoCreateInstance failed: 80040154
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
err:dsound:get_mmdevenum CoCreateInstance failed: 80040154
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
err:dsound:get_mmdevenum CoCreateInstance failed: 80040154
My second problem is partly indicated above: no Audio.
I tried running winecfg.
It starts with no errors, but when I select the Audio tab, I get:

Code: Select all

err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
It displays only "System Default" as the output (and all).
Pressing the Test Audio button does not produce any audio, just this:

Code: Select all

err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
So, (a) Why isn't my app launching and (b) when it does launch, crashes due to no audio which (c) seems reasonable since for some reason there is no audio?

Thank You!
Locked