Re: BUG[1481] : unimplemented function msvcrt.dll._mbsbtype

2005-08-29 Thread Jesse Allen
On 8/29/05, Ge van Geldorp <[EMAIL PROTECTED]> wrote: > > From: Vijay Kiran Kamuju > > > > can we use the reactos implementation of the _mbsbtype? > > http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html > > > > Any ReactOS guys, please respond regarding the licensing of the above > > code? > >

Re: WINEALSA: comment on unexpected shrinking of mmap-buffer (resend)

2005-08-29 Thread Robert Reif
Alex Villací­s Lasso wrote: Robert Reif wrote: Alex Villací­s Lasso wrote: The first test that fails with the ALSA driver is the so-called "reference" tone, which, as far as I could see, is played with a primary buffer, and no secondary buffer. The reference tone uses the hardware position

Re: Possible critical section bug - lock by invalid thread

2005-08-29 Thread James Liggett
I also see this in PokerStars.NET (an online poker game) In my case, I believe the threads are valid however. I'll check on that and get back to you. I notice it after playing the game for about a half-hour, sometimes a bit longer. When this happens, I also noticed that I can barely move my mouse,

theming error on initial startup

2005-08-29 Thread Stefan Leichter
Hello, starting wine (current cvs) without the .wine directory leads to the error below. Do i miss something? Bye Stefan wine: creating configuration directory '/home/sle/.wine'... err:theming:THEMING_Initialize Could not re-register class L"#32770": 582 err:theming:THEMING_Initialize Could not

standard load address for a Win32 program (0x00400000) not available

2005-08-29 Thread James Hawkins
Hi, I'm trying to run googletalk.exe with wine-pthread in order to debug the application. Running it fails with this error: $ /usr/bin/wine-pthread googletalk.exe err:virtual:map_image Image was mapped at 0xfb: standard load address for a Win32 program (0x0040) not available err:virtual:

Re: KERNEL: check for NULL in LoadModule16

2005-08-29 Thread Andreas Mohr
Hi, On Mon, Aug 29, 2005 at 01:43:04PM -0500, Alex Villací­s Lasso wrote: > I could not find any MSDN reference on any documented behavior for > LoadLibrary16 or LoadModule16 when libname == NULL. > > Even if Windows does not check for NULL in this function, I do not think > that the bug-for-bu

Re: [Wine]Softlinking to a dvd-drive with inconsistent mount points? => HAL-Support

2005-08-29 Thread peter
On Sun, 28 Aug 2005 01:56:27 +0200, Walt Ogburn <[EMAIL PROTECTED]> wrote: Hi guys, Sorry if I started a contentious discussion. Contentious discussions can be fruitful but I dont see much contention here. It seems that although Detfel is a great fan of making directory names out of what

Re: DDraw: Better flag handling in SetCooperativeLevel

2005-08-29 Thread Stefan Dösinger
Am Donnerstag, 25. August 2005 18:45 schrieb Stefan Dösinger: > Hello, > This patch adds better handling for the flags in > Main_DirectDraw_SetCooperativeLevel. The function reacts to > DDSCL_SETFOCUSWINDOW, DDSCL_CREATEDEVICEWINDOW and DDSCL_SETDEVICEWINDOW. > It doesn't really handle them, but it

Re: Theme regression

2005-08-29 Thread Paul Vriens
On Mon, 2005-08-29 at 21:08, Paul Vriens wrote: > Hi, > > with the latest CVS I'm seeing major graphical glitches when using a > theme. After 'disabling' theming the glitches are gone, so it points to > theming. > > No regression testing done yet. Anybody else seeing this problem ? > > Paul. >

Theme regression

2005-08-29 Thread Paul Vriens
Hi, with the latest CVS I'm seeing major graphical glitches when using a theme. After 'disabling' theming the glitches are gone, so it points to theming. No regression testing done yet. Anybody else seeing this problem ? Paul.

Possible critical section bug - lock by invalid thread

2005-08-29 Thread Alex Villací­s Lasso
In several RPG I have been testing, I have found deadlocks on the sound thread - the sound loops on and on, and the program freezes. At the same time, I see messages like the following: fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fe32708)->(00010022,0008) err:dsound:DSOUND_MixOne

Re: KERNEL: check for NULL in LoadModule16

2005-08-29 Thread Alex Villací­s Lasso
Andreas Mohr wrote: Hi, On Mon, Aug 29, 2005 at 12:37:31PM -0500, Alex Villací­s Lasso wrote: An old copy of Print Shop Deluxe Companion manages to supply a NULL as a name to be loaded by LoadLibrary16 --> LoadModule16 --> SIGSEGV. This patch adds a check to return ERROR_READ_FAULT instead

Re: KERNEL: check for NULL in LoadModule16

2005-08-29 Thread Andreas Mohr
Hi, On Mon, Aug 29, 2005 at 12:37:31PM -0500, Alex Villací­s Lasso wrote: > An old copy of Print Shop Deluxe Companion manages to supply a NULL as a > name to be loaded by LoadLibrary16 --> LoadModule16 --> SIGSEGV. This > patch adds a check to return ERROR_READ_FAULT instead of crashing. > > A

Re: Web Server Downtime

2005-08-29 Thread Jeremy Newman
9am CDT == 14:00 GMT and 4pm CDT == 21:00 GMT On Mon, 2005-08-29 at 12:14 -0500, Jeremy Newman wrote: > The Web Server will be offline tomorrow from 9am CDT through 4pm CDT. > (04:00 - 11:00 GMT) > > The website will be up temporarily on our other webserver during the > move. Things like CVS and

Re: WINEALSA: comment on unexpected shrinking of mmap-buffer (resend)

2005-08-29 Thread Alex Villací­s Lasso
Robert Reif wrote: Alex Villací­s Lasso wrote: The first test that fails with the ALSA driver is the so-called "reference" tone, which, as far as I could see, is played with a primary buffer, and no secondary buffer. The reference tone uses the hardware position directly, which wraps around

Web Server Downtime

2005-08-29 Thread Jeremy Newman
The Web Server will be offline tomorrow from 9am CDT through 4pm CDT. (04:00 - 11:00 GMT) The website will be up temporarily on our other webserver during the move. Things like CVS and the Mailing lists will be offline during that time. Note: I plan on upgrading Mailman (the software that control

Re: Need help debugging a memory corruption bug in shfldr_unixfs.c

2005-08-29 Thread Duane Clark
Phil Krylov wrote: On Fri, 26 Aug 2005 22:10:16 +0200 Michael Jung <[EMAIL PROTECTED]> wrote: 2) Did other people see this bug already? Yes, I confirm it. I am seeing it now, using winecfg and browsing to "Add application..." in the Applications tab. And this entirely within wine drives.

Re: BUG[1481] : unimplemented function msvcrt.dll._mbsbtype

2005-08-29 Thread Dmitry Timoshkov
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: > I think we can use _mbbtype reactos. > And i think according to the documentation > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/_crt__mbbtype.asp > the _mbbtype does not depend on locale information I believe tha

Re: accessing WRT binaries on the web

2005-08-29 Thread Paul Millar
On Saturday 27 Aug 2005 21:28, Hans Leidekker wrote: > I remember that too now :-). I wrongly assumed Wine's header was correct. > Paul, there's a patch in my RPMS that backs out these defines. It's called > w32api_lib_directx_dxguid_c_02.patch.gz Ta. I've added that patch too, now. Next problem

Re: BUG[1481] : unimplemented function msvcrt.dll._mbsbtype

2005-08-29 Thread Vijay Kiran Kamuju
Hi Dimitry, I think we can use _mbbtype reactos. And i think according to the documentation http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/_crt__mbbtype.asp the _mbbtype does not depend on locale information bye, vijay On 8/29/05, Ge van Geldorp <[EMAIL PROTECTED]

RE: BUG[1481] : unimplemented function msvcrt.dll._mbsbtype

2005-08-29 Thread Ge van Geldorp
> From: Vijay Kiran Kamuju > > can we use the reactos implementation of the _mbsbtype? > http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html > > Any ReactOS guys, please respond regarding the licensing of the above > code? Most of the code in our C Runtime originates from the DJGPP compiler

Re: BUG[1481] : unimplemented function msvcrt.dll._mbsbtype

2005-08-29 Thread Dmitry Timoshkov
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: > can we use the reactos implementation of the _mbsbtype? > http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html > > Any ReactOS guys, please respond regarding the licensing of the above code? The ReactOS code above at the first glance looks wro

Re[4]: Wine device drivers proposal

2005-08-29 Thread Vitaliy Margolen
Monday, August 29, 2005, 3:13:43 AM, Damjan Jovanovic wrote: >> It looks like there are multiple projects going on >> along the same lines here. >> Ivan Leo and me working on this too (making safedisc >> protected games work on >> wine). >> >> So far we have functional DeviceIoCotrol on a >> devic

BUG[1481] : unimplemented function msvcrt.dll._mbsbtype

2005-08-29 Thread Vijay Kiran Kamuju
Hi, can we use the reactos implementation of the _mbsbtype? http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html Any ReactOS guys, please respond regarding the licensing of the above code? Thanks, Vijay

Re: commctrl: push button theming

2005-08-29 Thread Frank Richter
On 26.08.2005 16:58, Frank Richter wrote: > Frank Richter <[EMAIL PROTECTED]> > Add initial push button theming. > What are the issues with this one? -f.r.

Re: ntdll: Implement FSCTL_PIPE_LISTEN

2005-08-29 Thread Alexandre Julliard
Ivan Leo Puoti <[EMAIL PROTECTED]> writes: > This patch adds FSCTL_PIPE_LISTEN support to NtFsControlFile > It also corrects the function prototype based on information from ntifs.h > While I was at it I wrote a little test and found windows puts the > returning ntstatus in IoStatusBlock, so I've

Re: secur32: Use a standard wine list for packages and providers

2005-08-29 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > Changelog > * Use a standard wine list for packages and providers. It fails make test: main.c:226: Test failed: EnumerateSecurityPackages() should return 0, not -2146893056 main.c:230: Test failed: Number of sec packages should be > 0 ,but is 0 main.c

Re: Re[2]: Wine device drivers proposal

2005-08-29 Thread Damjan Jovanovic
--- Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > > Saturday, August 27, 2005, 6:24:21 AM, Evgeny F > wrote: > > In message Mon, 28 Mar 2005 02:30:28 -0800, Damjan > Jovanovic wrote: > >> I propose adding a driver loading system to Wine > that > >> works as follows: > >> -CreateFile() gets a de

Re: Wine device drivers proposal

2005-08-29 Thread Damjan Jovanovic
--- Evgeny F <[EMAIL PROTECTED]> wrote: > In message Mon, 28 Mar 2005 02:30:28 -0800, Damjan > Jovanovic wrote: > > > > I propose adding a driver loading system to Wine > that > > works as follows: > > -CreateFile() gets a device filename, like (in my > > case) \\.\MiiScan0 > > -Currently, Win

Re: Need help debugging a memory corruption bug in shfldr_unixfs.c

2005-08-29 Thread Phil Krylov
On Fri, 26 Aug 2005 22:10:16 +0200 Michael Jung <[EMAIL PROTECTED]> wrote: > 2) Did other people see this bug already? Yes, I confirm it. -- Ph.