similar to: Environment in child processes

Displaying 20 results from an estimated 2000 matches similar to: "Environment in child processes"

2004 Oct 29
1
Re: Guild Wars Client (Mark Knecht)
> Message: 8 > Date: Fri, 29 Oct 2004 11:40:08 -0700 > From: Mark Knecht <markknecht@gmail.com> > Reply-To: Mark Knecht <markknecht@gmail.com> > To: Joel Konkle-Parker <jjk3@msstate.edu> > Subject: Re: [Wine]Guild Wars Client > Cc: wine-users@winehq.com > > On Fri, 29 Oct 2004 10:11:53 -0700, Mark Knecht <markknecht@gmail.com> > wrote: >>
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 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 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
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 Jul 26
1
Band-In-a-Box
Does anyone know how to get this MIDI program working under Wine? In fact, I have it running, but as it starts I get a message saying: "There are no MIDI output drivers installed" and there is no sound from the program. Otherwise it seems to run correctly. I'm using the most recent version of CodeWeavers Wine under Mandrake 8.0 - do not have Windows proper installed on this
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 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.
2001 Dec 02
1
Recurrent message inbugger
Hi all, When a program crashes to debugger, I see hundreds of messages like this : failure on _Bool:t(0,21)=@s8;-16; at 16; Unknown type '1' What are these ? Are they critical ? ___________________________________________________________ Nokia 5510 Drole de look et quel son. Cliquez sur http://fr.promotions.yahoo.com/nokia/ d?couvrez le et tentez votre chance pour en gagner un! Fin
2001 Dec 11
1
VirtualProtect and app crash: exception handling?
I downloaded (shudder) Microsoft's windbg program (http://www.microsoft.com/ddk/debugging/installx86beta.asp) and ran it for the app under Win2000/VMWare. It also shows an exception at the same access! However, windbg displays the exception and then allows the user to continue the program, letting whatever exception handler the program installed handle the exception. And the program does
2001 Aug 14
3
questions about winelib
I need to write a win32 program. However, my workstation is a Linux box. I was goingto create a cross compiler and compile my code and run it on wine... However, I heard about winelib, and allegedly I can just use winelib and compile on my linux box using good ol' gcc and it will just work. Is this true? If so how would I set that up? Where can I find the docs?