similar to: Band-In-a-Box

Displaying 20 results from an estimated 4000 matches similar to: "Band-In-a-Box"

2001 Sep 20
4
DirectSound ?? WaveIn ?? MM ??
well i discoverd, HL uses waveIn, which is a part of the DirectSound ... so ... is there a Wine binding for waveIN ? - -moritz angermann
2001 Dec 01
4
Persistent error?
No matter which win app I try to run, the last one being Bryce 4, I always come up against the following error... err:midi:OSS_MidiInit ioctl on midi info for device 0 failed. Is something fundamentally wrong with my set up? I'm running inside a fake_windows setup on wine version 2011004 Thanks,
2001 Sep 21
1
In Addidtion to the Sound problem ... !! read this !!
try using wine with these commands : wine voice_tweak.exe -debugmsg +wave,+dsound,+dinput,+midi,+wineoss,+msacm,+midimap,+mmsystem this gives me : !! ----------------- trace:wave:OSS_WaveInit OSS dsp out mask=00000018 trace:wave:OSS_WaveInit OSS dsp out caps=00003300 trace:wave:OSS_WaveInit out dwFormats = 00000FFF, dwSupport = 0000006C trace:wave:OSS_WaveInit OSS dsp in caps=00003300
2001 May 04
1
MIDI
Hi! If a soundcard lacks a Linux driver (like Yamaha's SW1000XG) is there any chance WINE could use the Windows' driver and make a sequencer like Cakewalk Pro Audio work with it? Or is that hoping too much? Regards, Mattias
2010 Jan 01
2
No MIDI devices in wine
I'd want to run the windows editor for my guitar preamp (VOX Tonelab SE) which is connected to the MIDI in and out sockets of my soundcard. The program installs and starts without any problems under wine but it can't find any MIDI ports. MIDI works fine otherwise in Linux - I can read from and write to the sockets with arecordmidi and aplaymidi, but there are no MIDI devices visible
2010 Jan 01
1
Re: No MIDI devices in wine
Try opening the sound tab in winecfg. It'll create a ALSA-based default configuration for you, which might automatically find the right MIDI channels. If it doesn't, try using a soft synth solution like timidity or qsynth. I think these automatically pick up on MIDI-supporting sound cards, too, plus extra MIDI channels that will definitely be detected by Wine will be exposed.
2010 Aug 10
2
That age old Midi issue again
I can run most midi apps in wine through timidity with no problem but there are quite a few apps which don't allow you to assign the midi output to timidity such as Media Player Classic or WM player 6. They try to use the windows default which is of course MS synth or Emu10k1. There must be a way of mapping the midi output in wine from such apps to timidity but I just can't get it to
2001 Mar 04
1
missing driver for CDAUDIO?
Hi, I try to install LBA2 (Little Big Adventure 2) with wine. The installation process works well but the game itself ask me to insert the LBA2 cdrom but do not recognize it. I have to following error several times: > fixme:mci:MCI_LoadMciDriver Couldn't load driver for type CDAUDIO. > If you don't have a windows installation accessible from Wine, > you perhaps forgot to create
2001 May 12
2
winehq.com down?
Hi all, Just set up this linux box, and trying to get wine going. Is www.winehq.com down? Can't reach it.......
2001 Aug 10
1
A bug in WIN_SetWindowLong ?
Hi all. While debugging some program, I discovered what looks like a bug. Please be patient if I'm wrong. In the WIN_SetWindowLong function, in order to get the address of wExtra, there is: ptr = (LONG *)(((char *)wndPtr->wExtra) + offset); but this takes the *CONTENT* of wndPtr->wExtra. The correct code should be ptr = (LONG *)(((char
2001 Aug 15
1
WineLib Warning?
When compiling the following line of code using WineLib 20010731 you get a warning message. // generates a warning CompareString(LOCALE_USER_DEFAULT, dwFlags, s1, -1, s2, -1); These warning relates to the defines found in include/winbase.h file where we have: UINT WINAPI CompareStringA(DWORD,DWORD,LPCSTR,DWORD,LPCSTR,DWORD); UINT WINAPI
2001 Aug 21
1
WinMM section
Hi, I try to run the new windows media encoder. I got the codeweaver's wine, running SuSE 7.0 (selfcompiled 2.4.4 Kernel). And there is no ms-windows partition on my machine. I copied from a windows machine (win98) AVICAP.dll, AVICAP32.dll and MSVCRT20.dll to 'c:\windows' and, of course the exe file. When executing the encoder says, it looks like that it is not installed properly
2001 Sep 21
1
NEWS on this SOUND PROBLEM !!!!! details !!!! CODERS WANTED ! HACKERS WANTED !
this is the problem !!! ---------- 08068c60:Call winmm.mixerGetLineControlsA(00008000,405c2090,00000000) ret=00403117 08068c60:Ret winmm.mixerGetLineControlsA() retval=00000000 ret=00403117 08068c60:Call winmm.mixerGetControlDetailsA(00008000,405c6c18,00000000) ret=004033f4 08068c60:Ret winmm.mixerGetControlDetailsA() retval=00000000 ret=004033f4 08068c60:Call kernel32.TlsGetValue(00000001)
2001 Oct 03
1
Environment in child processes
I've recently been trying to run the United Devices THINK agent under wine. On installation, all was going well until the registration process tried to connect to the UD server, when it failed to establish contact. Investigation of the debug messages revealed that it was getting the address to contact vi a call into msvcrt.getenv() which was returning the value "C:\WINDOWS" for all
2001 Oct 05
1
EMCIDeviceError
Hello everybudy ! I'am get the follow error when I run my windows program : ###### start Exception EMCIDeviceError in module program.exe at 0x00blablabla: Cannot Determine the device type given from filename extension. ###### end the mci section exists in my system.ini and my wine installation was whith out MS-SuckWindows any body already get this problem ? Thank's
2001 Oct 27
2
msdos emulation
Is anyone actively working on the dos emulation, or should I just start hacking away? -- Chuck Crayne ----------------------------------------------------------- ccrayne@crayne.org -----------------------------------------------------------
2001 Nov 06
1
problem : Compilation
Hello to everybody, Small problem of compilation... This affects all the versions of wine (at least the 3 last ones + the cvs). The error message: debug.c:23: redefinition of `struct option' make: *** [debug.o] Erreur 1 Precision, the debug.c is situated in library. So, I think that it comes from my config, but I not see where exactly. I not found information in the archives of this
2001 Nov 30
2
Wine and Lightwave
I'm trying to run the demo version of Lightwave, but I keep getting the follwing message... fixme:win32:DEVICE_Open Unknown/unsupported VxD RNBODRV0 Anyone know what the problem is?
2001 Dec 01
1
Running console apps
Hi! I'm trying to run a program which requires the win console (i.e. it doesn't run from DOS). I can't run it from wineconsole - there is a new window opened, there is a big fat cursor in it, which moves sometimes but nothing remains written. I have also some old DOS programs, which also cannot be run under wineconsole. In such a case, stderr fills with a message saying that
2001 Dec 01
1
Yet another wine problem...
Sorry to be a pest, but what is this telling me, and is there way to fix it? fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet. Thanks again.