Re: winecfg: Problems with audio configuration

2006-01-03 Thread Michael Jung
Hi Robert, On Wednesday 04 January 2006 06:32, Robert Reif wrote: > Can you try this patch: > http://bugs.winehq.org/attachment.cgi?id=1523&action=view > > > It tries to catch the exception in the arts library. This is just a > hack to w

Re: winecfg: Problems with audio configuration

2006-01-03 Thread Robert Reif
Joseph Garvin wrote: 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. From a user's perspective, even if arts crashes, it shouldn't be taking winecfg down with it. Counting on users to have correct

Re: winecfg: Problems with audio configuration

2006-01-03 Thread Joseph Garvin
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. From a user's perspective, even if arts crashes, it shouldn't be taking winecfg down with it. Counting on users to have correct audio setups across dis

Re: Wine on AIX 5.2 (PowerPC)

2006-01-03 Thread Tony Lambregts
Tom Wickline wrote: 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 lin

Unloading implicitly loaded DLLs

2006-01-03 Thread Michael Ost
I am looking for some expert advice in how to handle unloading "implicitly loaded DLLs". I have found two issues. (1) The first is a crash that happens in dlls/ntdll/loader.c MODULE_FlushModrefs. wine_unload_dll() is called for such a DLL, but SectionHandle is NULL so the call crashes. My solut

Re: Need help in debugging a stack corruption

2006-01-03 Thread Eric Pouech
Are there any other ways to debug this? Does anyone know why setting the breakpoints fails? when winedbg cannot set a bp (when continuing or something) it tells it with a message like "invalid addr for bp, disabling it". but, are you sure of the addresses? I mean, how did you get the 0x428a35 ad

Re: ntdll: Implement few Dbg* functions.

2006-01-03 Thread Eric Pouech
Eric Pouech wrote: Eric Pouech wrote: IMO, the Ui ones seem to be rather old (NT4 or something) whereas the ones I'm talking about are more recent (XP), but seem better defined (API wise). For example, only XP version seems to provide the wait for debug object and continue APIs. That's why it

Re: MSACM: initialize some ACMSTREAMHEADER fields for the sake of native codecs

2006-01-03 Thread Eric Pouech
Native msacm (WINEDLLOVERRIDES=msacm32=n) works correctly (no loops) with native codecs in wine. This suggests that msacm is doing the clearing, since it is using the same builtin winmm. fair enough -- Eric Pouech

Re: MIDI to MP3 Converter

2006-01-03 Thread Eric Pouech
fixme:mci:mciSendStringW 'new': NIY as device name this needs to be implemented (and isn't as it reads). the rest of the MCI errors come from this X Error of failed request: RenderBadPicture (invalid Picture parameter) Major opcode of failed request: 153 (RENDER) Minor opcode of failed req

Need help in debugging a stack corruption

2006-01-03 Thread Stefan Dösinger
Hello, I am working on a DDraw rewrite with WineD3D, and I've hit a problem with Half-Life, which looks like a stack corruption. HL makes a ret from a function which leads into sensless code, and I wasn't able to debug it. That's what happens: From 0x00428a35 there's a call to a function at 0x0

Re: winecfg: Problems with audio configuration

2006-01-03 Thread Jesse Allen
On 1/3/06, Olaf Leidinger <[EMAIL PROTECTED]> wrote: > But I think this isn't a cmpci problem for me, as it used to crash, too > before I installed this card two weeks ago. You need to be using kernel 2.6.15-rc1 or later including now released 2.6.15 =/ for the problems with snd_cmipci (probably

Re: What operating systems will Winelib run on non-x86 systems?

2006-01-03 Thread Eric Frias
Dan Kegel wrote: Hi Wei Li, I could not find the info regarding what operating systems > (such as AIX 5L v5.2, HP-UX 11i, Solaris Release Level > 9) will Winelib run on non-x86 machines. There's no reason in principle it couldn't run on AIX or HP/UX. Some work has been done on an HP/UX por

Re: Fix some type definitions for the WORDS_BIGENDIAN case

2006-01-03 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > "Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > >> Well, I'm not sure what Microsoft is trying to achieve here either... >> It doesn't seem a very good idea to put a standard PE signature on >> big-endian files, since they are not valid PE files.

Re: run jboss with a mde file as source

2006-01-03 Thread Alex Villací­s Lasso
Curro Amores wrote: hi: i want to run jboss in linux and connect to an Ms Access odbc source. Hmm... I would think twice before trying to run a J2EE application that reads data from an MS Access database, regardless of operating system. Have you considered how well Access scales for many us

Re: Fix some type definitions for the WORDS_BIGENDIAN case

2006-01-03 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: Well, I'm not sure what Microsoft is trying to achieve here either... It doesn't seem a very good idea to put a standard PE signature on big-endian files, since they are not valid PE files. The current approach makes it possible at some point to s

Re: opengl: Add support for rendering on bitmaps

2006-01-03 Thread Tomas Carnecky
Huw D M Davies wrote: On Fri, Dec 30, 2005 at 05:51:54PM +, Tomas Carnecky wrote: Huw D M Davies wrote: Huw Davies <[EMAIL PROTECTED]> Add support for rendering on bitmaps This patch breaks World of Warcraft, reverting this patch makes WoW work again. This is the error:

Re: Fix some type definitions for the WORDS_BIGENDIAN case

2006-01-03 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > "Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > >> I'm not sure what you are trying to achieve here. If you want to load >> little-endian files on big-endian machines, you need to swap >> everything; swapping only the signature is not going to do

Re: Fix some type definitions for the WORDS_BIGENDIAN case

2006-01-03 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: I'm not sure what you are trying to achieve here. If you want to load little-endian files on big-endian machines, you need to swap everything; swapping only the signature is not going to do any good. My aim is to make winebuild generate a proper

Re: [comctl32] Reduce memory usage of the syslink control (Take 4)

2006-01-03 Thread Alexandre Julliard
Thomas Weidenmueller <[EMAIL PROTECTED]> writes: > @@ -1062,35 +1063,41 @@ > > if(Item->mask & LIF_ITEMID) > { > -if(!di->u.Link.szID) > +if(di->u.Link.szID) > { > -di->u.Link.szID = Alloc((MAX_LINKID_TEXT + 1) * sizeof(WCHAR)); > -if(!I

Re: RESEND: [comctl32] Reduce memory usage of the syslink control

2006-01-03 Thread Alexandre Julliard
Thomas Weidenmueller <[EMAIL PROTECTED]> writes: > Reduce memory usage of the syslink control. > > Please let me know if there's something wrong with this patch. There are many unrelated changes in there. Please send separate changes as separate patches. -- Alexandre Julliard [EMAIL PROTECTED]

Re: RFC/PATCH: avoid metafilevirus problems

2006-01-03 Thread Peter Beutner
Walt Ogburn schrieb: 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 bett

CVS build failure

2006-01-03 Thread Robert Reif
I am getting the following build error on RH9 with todays CVS: make[2]: Entering directory `/home/wine/wine/tools/widl' gcc -c -I. -I. -I../../include -I../../include-Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o client.o client.c gcc -c

Re: Some patch statistics

2006-01-03 Thread Michael Stefaniuc
Hans Leidekker wrote: I was curious how we did last year so I dug up some numbers with the help of git. I counted patches applied to the tree starting from 1999: year# patches 19992656 20002722 20011885 20023094 20033283 20043851 20056037 Total:

Re: opengl: Add support for rendering on bitmaps

2006-01-03 Thread Huw D M Davies
On Fri, Dec 30, 2005 at 05:51:54PM +, Tomas Carnecky wrote: > Huw D M Davies wrote: > >Huw Davies <[EMAIL PROTECTED]> > >Add support for rendering on bitmaps > > > This patch breaks World of Warcraft, reverting this patch makes WoW work > again. This is the error: > > X Erro

Re: OLEAUT32: Revert back to an older more informative error message.

2006-01-03 Thread Marcus Meissner
On Tue, Jan 03, 2006 at 07:00:15PM +0900, Mike McCormack wrote: > > Many installers cause Wine's oleaut32 to output alot of FIXME messages > like this: > > fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion > from 0x4003 -> 0xb) > > This message is somewhat frustra

Re: OLE32: Allow _invoke to handle up to 17 parameters.

2006-01-03 Thread Robert Shearman
Mike McCormack wrote: This looks like it might be better handled in assembly... I agree. We can let these patches go in until it is written in assembly though. -- Rob Shearman

Re: OLEAUT32: Revert back to an older more informative error message.

2006-01-03 Thread Robert Shearman
Mike McCormack wrote: Many installers cause Wine's oleaut32 to output alot of FIXME messages like this: fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x4003 -> 0xb) ... Can anybody help suggest the real way to fix the problem? Is it that we have to

Some patch statistics

2006-01-03 Thread Hans Leidekker
I was curious how we did last year so I dug up some numbers with the help of git. I counted patches applied to the tree starting from 1999: year# patches 19992656 20002722 20011885 20023094 20033283 20043851 20056037 Total: 23528 This is almost

Re: Fix some type definitions for the WORDS_BIGENDIAN case

2006-01-03 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > diff -up cvs/hq/wine/include/winnt.h wine/include/winnt.h > --- cvs/hq/wine/include/winnt.h 2005-11-30 23:19:48.0 +0800 > +++ wine/include/winnt.h 2006-01-02 15:08:41.0 +0800 > @@ -1743,12 +1743,21 @@ typedef struct _IMAGE_D

Re: winecfg: Problems with audio configuration

2006-01-03 Thread Olaf Leidinger
Hello! I'm also using cmpci and the nforce sound chip but I don't get any crashes on ubuntu/breezy using the precompiled wine packages from winehq.org. BUT winecfg crashes for me when accessing the audio tab: ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: Datei oder Verzeic

run jboss with a mde file as source

2006-01-03 Thread Curro Amores
hi: i want to run jboss in linux and connect to an Ms Access odbc source. I think it doesnt exist odbc driver for Access in Linux. I Have read something about ODBC-ODBC but i think it is for accessing a mde file in a windows machine from linux. I have created the bridge with ODBC in wine (us

Re: issues compiling ReactOS newdev on wine

2006-01-03 Thread Boaz Harrosh
Mike McCormack wrote: Secondly, what the whole story with WCHARs? Why do L"Unicode string" type strings work in wine apps but not in winelibs? Some compilers do not support L"string". Older versions of gcc assume a wide character is 32 bytes, not 16. For compatibility with those older com

help with bug

2006-01-03 Thread Curro Amores
hi everbody, i have posted my bug in bugzilla. I know that the process is a bit slow but i would like somebody help me. There you have the links for downloading the standalone application and the process to get the bug. If you have any doubt you can email me. Thanks all Happy new Year! BUG

Re: issues compiling ReactOS newdev on wine

2006-01-03 Thread Mike McCormack
Damjan Jovanovic wrote: Firstly, why can't winelibs include and ? Are TCHARs even usable in winelibs? Because we need to explicitly say whether we're write a function that is ASCII or Unicode. If you use TCHARs, you can define UNICODE, and compile your program as a unicode, or not define

issues compiling ReactOS newdev on wine

2006-01-03 Thread Damjan Jovanovic
I tried to get the ReactOS NEWDEV.DLL to compile on wine, and there were many problems. Firstly, why can't winelibs include and ? Are TCHARs even usable in winelibs? Secondly, what the whole story with WCHARs? Why do L"Unicode string" type strings work in wine apps but not in winelibs? And NEWD