Re: winecfg: Problems with audio configuration

2006-01-02 Thread Michael Jung
Hi Robert, On Monday 02 January 2006 22:55, Robert Reif wrote: > There is a bug in arts itself which causes arts to crash. > I believe this has been fixed in the latest arts libraries. It crashes with a plain .wine directory for me on a current Debian Sarge with KDE 3.3.2. It's a self-backed 2.6

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Tom Spear (aka Dustin Navea)
Vitaliy Margolen wrote: Monday, January 2, 2006, 2:55:38 PM, Robert Reif wrote: Vitaliy Margolen wrote: I have noticed significant increase in crashes and lockups in winecfg's audio page. Could we do something about that before the next release? I agree with you but can y

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Jesse Allen
I found the patch that causes both the rmmod oops and a hard lock up in winecfg with snd_cmipci loaded. Introduced in 2.6.15-rc1: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5747e54042c710272cefed74cc457531a01768c9 So I'll contact the ALSA people now.

Re: Success running VistaTask!

2006-01-02 Thread Dan Kegel
On 1/1/06, Dan Kegel <[EMAIL PROTECTED]> wrote: > The fourth "automate other windows apps" app I tried, VistaTask, > passed the "can control notepad" test with flying colors! ... but it can't invoke Picasa's File / Import From menu under Wine (whereas it can under WinME). Perhaps it's the space in

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Vitaliy Margolen
Monday, January 2, 2006, 6:18:11 PM, Jesse Allen wrote: > On 1/2/06, Jesse Allen <[EMAIL PROTECTED]> wrote: >> I'm the one having complete lockups with wineoss.drv. I also have the >> nforce2 sound chip (snd_intel8x0), but I use it as a secondary device. >> I actually use cmi 8738 (snd_cmipci) f

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Vitaliy Margolen
Monday, January 2, 2006, 5:26:57 PM, Robert Reif wrote: > Vitaliy Margolen wrote: >>Monday, January 2, 2006, 2:55:38 PM, Robert Reif wrote: >>I had one person who had winecfg crash each time he went to audio tab. >>Installing arts & esd didn't help - same result. It was a pre-compiled >>binaries.

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Jesse Allen
On 1/2/06, Jesse Allen <[EMAIL PROTECTED]> wrote: > I'm the one having complete lockups with wineoss.drv. I also have the > nforce2 sound chip (snd_intel8x0), but I use it as a secondary device. > I actually use cmi 8738 (snd_cmipci) for most everything. I will > disable snd_intel8x0 and switch

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Jesse Allen
On 1/2/06, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > > Well I'm not sure how about other configurations, but on mine I can not > set it to anything else with any driver I have. My system is nForce 2 > with ALSA HW drivers. > Hi, I'm the one having complete lockups with wineoss.drv. I also h

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Robert Reif
Vitaliy Margolen wrote: Monday, January 2, 2006, 2:55:38 PM, Robert Reif wrote: Vitaliy Margolen wrote: I have noticed significant increase in crashes and lockups in winecfg's audio page. Could we do something about that before the next release? I agree with you but can y

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Vitaliy Margolen
Monday, January 2, 2006, 2:55:38 PM, Robert Reif wrote: > Vitaliy Margolen wrote: >>I have noticed significant increase in crashes and lockups in winecfg's >>audio page. Could we do something about that before the next release? >> > I agree with you but can you be more specific? I'm afraid I ca

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Robert Reif
Vitaliy Margolen wrote: I have noticed significant increase in crashes and lockups in winecfg's audio page. Could we do something about that before the next release? I agree with you but can you be more specific? There is a bug in arts itself which causes arts to crash. I believe this has

Re: RFC/PATCH: avoid metafilevirus problems

2006-01-02 Thread Walt Ogburn
On Mon, 2 Jan 2006, Marcus Meissner wrote: > Hi, > > requesting comments... > > This patch reduces the attack vector on metafiles. > > I originally wanted to filter only SETABORTPROC, > but there are a lot of things that might be used > to inject code. > > Comments? Would it not be better to bl

RFC/PATCH: avoid metafilevirus problems

2006-01-02 Thread Marcus Meissner
Hi, requesting comments... This patch reduces the attack vector on metafiles. I originally wanted to filter only SETABORTPROC, but there are a lot of things that might be used to inject code. Comments? Ciao, Marcus Changelog: Only allow whitelisted escape codes when playing metafiles.

winecfg: Problems with audio configuration

2006-01-02 Thread Vitaliy Margolen
I have noticed significant increase in crashes and lockups in winecfg's audio page. Could we do something about that before the next release? This makes it hard for any first timer to configure wine. Especially knowing that most people will have to change hardware acceleration to "emulation" and t

Error running app delphi based.

2006-01-02 Thread Fernando - SuporteInfo
Hi, I'm trying run an application developed in delphi and receive the follow errors: err:shell:HCR_GetFolderAttributes HCR_GetFolderAttributes should be called for simple PIDL's only! err:syslevel:_CheckNotSysLevel Holding lock 0x7fa4dba0 level 2 wine: Unhandled exception 0x8003 at addre

Re: What is the proper value for ACM_DRIVERADDF_NAME?

2006-01-02 Thread Alex Villací­s Lasso
Dmitry Timoshkov wrote: "Alex Villací­s Lasso" <[EMAIL PROTECTED]> wrote: I am working on a set of patches for msacm, and I want to add support for ACM_DRIVERADDF_NAME. The problem is that Wine does not have a definition for this value, which is supposed to be used in acmDriverAdd[AW]. It do

Re: What is the proper value for ACM_DRIVERADDF_NAME?

2006-01-02 Thread Dmitry Timoshkov
"Alex Villací­s Lasso" <[EMAIL PROTECTED]> wrote: I am working on a set of patches for msacm, and I want to add support for ACM_DRIVERADDF_NAME. The problem is that Wine does not have a definition for this value, which is supposed to be used in acmDriverAdd[AW]. It does not appear in any header

What is the proper value for ACM_DRIVERADDF_NAME?

2006-01-02 Thread Alex Villací­s Lasso
I am working on a set of patches for msacm, and I want to add support for ACM_DRIVERADDF_NAME. The problem is that Wine does not have a definition for this value, which is supposed to be used in acmDriverAdd[AW]. It does not appear in any header of MSVC either. I searched MSDN and Google, and i

Re: MIDI to MP3 Converter

2006-01-02 Thread Vitaliy Margolen
Monday, January 2, 2006, 9:04:23 AM, Andrew Neil Ramage wrote: > Trying to run this program under Wine, I get the following results. The > initial screen appears asking for the name of the MIDI file, but when I > try to enter any text I get a crash. A listing of the output follows. Why don't you

Re: There is no point to specify both MEM_RESERVE and MEM_COMMITfor VirtualAlloc

2006-01-02 Thread Dmitry Timoshkov
"Vitaliy Margolen" <[EMAIL PROTECTED]> wrote: According to MSDN: "To reserve and commit pages in one step, call VirtualAlloc with MEM_COMMIT | MEM_RESERVED. The function fails if you attempt to commit a page that has not been reserved. The resulting error code is ERROR_INVALID_ADDRESS." You a

Re: Wine on AIX 5.2 (PowerPC)

2006-01-02 Thread Tom Wickline
On 1/1/06, Dan Kegel <[EMAIL PROTECTED]> wrote: > > A few links from a quick google search: > > Robert Lunnon got a Solaris/X86 port working; see > http://members.optusnet.com.au/bobl/ > http://www.blastwave.org/wine/ Sorry for being off topic, would there be any opposition if I linked the above S

MIDI to MP3 Converter

2006-01-02 Thread Andrew Neil Ramage
Trying to run this program under Wine, I get the following results. The initial screen appears asking for the name of the MIDI file, but when I try to enter any text I get a crash. A listing of the output follows. [EMAIL PROTECTED]:~/.wine/drive_c/Program Files/MIDI to MP3 Converter> wine mi

Re: There is no point to specify both MEM_RESERVE and MEM_COMMIT for VirtualAlloc

2006-01-02 Thread Vitaliy Margolen
Monday, January 2, 2006, 1:23:22 AM, Dmitry Timoshkov wrote: > Changelog: > Dmitry Timoshkov <[EMAIL PROTECTED]> > There is no point to specify both MEM_RESERVE and MEM_COMMIT for > VirtualAlloc. According to MSDN: "To reserve and commit pages in one step, call VirtualAlloc with MEM_

Self-extracting zips do not extract themselves

2006-01-02 Thread Ivan Gyurdiev
> err:virtual:map_image Image was mapped at 0x4991: standard load address for a Win32 program (0x0040) not available > err:virtual:map_image Do you have exec-shield or prelink active? > wine: could not load L"H:\\nfsmw\\nfsmwdemo.exe" as Win32 binary Yes I do, is that bad? Should I file

Re: D3DX9 SDK releases, DLL support (CIV4, nfsmw, battlefield2)

2006-01-02 Thread Ivan Gyurdiev
Ivan Gyurdiev wrote: All of the d3dx9_*.dll's (note the underbar!) are simple helper dlls and as Raphael said should be bundled with the game. A quick search for the missing DLL on google will turn it up, download it (legality = unknown, but probably okay since it is a redistributable fine a

Re: D3DX9 SDK releases, DLL support (CIV4, nfsmw, battlefield2)

2006-01-02 Thread Ivan Gyurdiev
All of the d3dx9_*.dll's (note the underbar!) are simple helper dlls and as Raphael said should be bundled with the game. A quick search for the missing DLL on google will turn it up, download it (legality = unknown, but probably okay since it is a redistributable fine anyways), put it in your g