Re: Debugging

2006-02-24 Thread Michael Jung
Hi, On Friday 24 February 2006 06:28, Juan Lang wrote: As far as how to deal with this, try modifying kernel32.spec to add a stub for BlockInput, like: @ stub BlockInput and see if the program gets any further. Hi according to MSDN, BlockInput is a user32.dll function:

Re: advpack [1/3]: Factor out loading the advpack API [RESEND]

2006-02-24 Thread Alexandre Julliard
James Hawkins [EMAIL PROTECTED] writes: @@ -256,21 +268,9 @@ static void translateinfstring_test() START_TEST(advpack) { -HMODULE hdll; - -hdll = LoadLibraryA(advpack.dll); -if (!hdll) -return; - -pGetVersionFromFile = (void*)GetProcAddress(hdll,

Re: riched20: Implements FR_MATCHCASE for EM_FINDTEXT

2006-02-24 Thread Phil Krylov
On Tue, 21 Feb 2006 14:08:38 -0800 Lei Zhang [EMAIL PROTECTED] wrote: On Tuesday 21 February 2006 12:42 pm, you wrote: On Tue, 21 Feb 2006 10:19:01 -0800 Lei Zhang [EMAIL PROTECTED] wrote: - while (pCurItem pCurItem-member.run.strText-szData[nCurEnd - nMatched - 1] ==

Re: riched20: Implements FR_MATCHCASE for EM_FINDTEXT

2006-02-24 Thread Alexandre Julliard
Phil Krylov [EMAIL PROTECTED] writes: On Tue, 21 Feb 2006 14:08:38 -0800 Lei Zhang [EMAIL PROTECTED] wrote: Hi Phil, Ya, it's a typo. Thanks for catching it. Could you kindly fix it then? As this patch was accepted unfixed. I accepted the patch because I don't see how pCurItem could be

Re: WineD3D refcounting fun part II :)

2006-02-24 Thread Robert Shearman
H. Verbeet wrote: I also suspect there might be a couple of circular references in the form of device-stateblock-object-device, but I haven't had time to really look into that yet. I *think* wined3d shouldn't keep references to objects in the device's Set* methods, but I remember that when I

Re: Fix ExitWindows()

2006-02-24 Thread Robert Shearman
Francois Gouget wrote: -if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION, 0, 0, send_flags, INFINITE, result) !result) break; +if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION, 0, 0, send_flags, 0, result)) Was this change deliberate to remove the

Re: riched20: Implements FR_MATCHCASE for EM_FINDTEXT

2006-02-24 Thread Phil Krylov
On Fri, 24 Feb 2006 12:24:45 +0100 Alexandre Julliard [EMAIL PROTECTED] wrote: Phil Krylov [EMAIL PROTECTED] writes: On Tue, 21 Feb 2006 14:08:38 -0800 Lei Zhang [EMAIL PROTECTED] wrote: Hi Phil, Ya, it's a typo. Thanks for catching it. Could you kindly fix it then? As this

Re: WineD3D refcounting fun part II :)

2006-02-24 Thread H. Verbeet
On 24/02/06, Robert Shearman [EMAIL PROTECTED] wrote: I am not at all familiar with the wined3d code, but from what I've seen discussed here it would seem that wined3d shouldn't keep references to any objects. Instead the other objects should release the corresponding wined3d object when they

Problem with virtual memory rlimits

2006-02-24 Thread Marcus Meissner
Hi, I am having a problem with virtual ulimits/rlimits. If you limit the virtual memory size using ulimit -v 140 for instance, wine will only crash. The problem is, that VIRTUAL_alloc_teb() tries to allocate a memory area within the acceptable userspace ... but it does so much mmap()s that

Re: Server Requirements

2006-02-24 Thread Tony Lambregts
Gomez, Felix wrote: Hello... Does Wine run on CentOS 4 (RHEL4) for IBM zSeries/s390? You may be able to compile wine on this architecture and run Winelib applications ( http://www.winehq.org/site/docs/winelib-guide/index ) but running regular windows applications is a different matter (

AOL

2006-02-24 Thread TWhaymand05
WouldAOL work on WINE? I would be really greatful if you could e-mail back directly because I plaining to move to Linux within the next few days Sincely Toby

[PATCH] Implement GetCurrentHwProfileA() fully

2006-02-24 Thread Ben Collins
I setup Wine mainly to make use of some online poker clients that I use a lot. I experienced some known bugs related to advapi32.dll, specifically GetCurrentHwProfileA()'s semi-stub. The first issue was that the szHwProfileGuid was being set to a string that was one byte too long. This resulted

Re: [PATCH] Implement GetCurrentHwProfileA() fully

2006-02-24 Thread Vijay Kiran Kamuju
Could u plz send the patch to wine-patches On 2/24/06, Ben Collins [EMAIL PROTECTED] wrote: I setup Wine mainly to make use of some online poker clients that I use a lot. I experienced some known bugs related to advapi32.dll, specifically GetCurrentHwProfileA()'s semi-stub. The first issue

re: Problems with Sockets and TCL

2006-02-24 Thread Dan Kegel
You wrote: I've found a bug that can be reproduced with two lines of TCL: Great! Can you post a bug report at http://bugs.winehq.org and cc me on it? Be sure to include a full recipe for reproducing the bug, especially the version of tcl and where to download it. I'm glad to see an ISV

Re: Fix ExitWindows()

2006-02-24 Thread Francois Gouget
Robert Shearman wrote: Francois Gouget wrote: -if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION, 0, 0, send_flags, INFINITE, result) !result) break; +if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION, 0, 0, send_flags, 0, result)) Was this change

Re: Alexandre Julliard : configure: Use --rpath if supported when building binaries to point to

2006-02-24 Thread Vitaly Lipatov
We need a --disable-rpath option in configure for rpath disable. Rpaths is not useful when WINE building for distribution. Will I add --disable-rpath of there is a better suggestion? В сообщении от 20 февраля 2006 14:40 Alexandre Julliard написал(a): ... configure: Use --rpath if supported when

Re: Fix ExitWindows()

2006-02-24 Thread Robert Shearman
Francois Gouget wrote: Robert Shearman wrote: Francois Gouget wrote: -if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION, 0, 0, send_flags, INFINITE, result) !result) break; +if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION, 0, 0, send_flags, 0,

Re: AOL

2006-02-24 Thread Travis Watkins
On 2/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Would AOL work on WINE? I would be really greatful if you could e-mail back directly because I plaining to move to Linux within the next few days Doubtful, unless WINE knows how to control modems in the way AOL wants. You could use Peng

Re: AOL

2006-02-24 Thread Chris Morgan
You could check on http://appdb.winehq.org to see if others have attempted this and what their results are. Chris On 2/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Would AOL work on WINE? I would be really greatful if you could e-mail back directly because I plaining to move to Linux

Re: getwinegit.sh 0.2

2006-02-24 Thread Christian Lachner
Thanks for your help :D I really don't know if it works on other shells than bash... I hope so but I don't know. The Code is quite clean but the programming could be better (the script was never ment to get this big...). The Compiler-commands are quite easy to be edited. For sure you have already

Re: Prepare the unicodification of advpack.dll

2006-02-24 Thread James Hawkins
On 2/24/06, Francois Gouget [EMAIL PROTECTED] wrote: All functions that manipulate strings should have an Ansi and a Unicode variant. Does it matter that native advpack only has Ansi functions? I think we should leave it the way it is, because any application that uses advpack will only

Re: Alexandre Julliard : configure: Use --rpath if supported when building binaries to point to

2006-02-24 Thread Alexandre Julliard
Vitaly Lipatov [EMAIL PROTECTED] writes: We need a --disable-rpath option in configure for rpath disable. Rpaths is not useful when WINE building for distribution. Why is it not useful? -- Alexandre Julliard [EMAIL PROTECTED]

Re: Alexandre Julliard : configure: Use --rpath if supported when building binaries to point to

2006-02-24 Thread Vitaly Lipatov
В сообщении от 24 февраля 2006 20:53 Alexandre Julliard написал(a): Vitaly Lipatov [EMAIL PROTECTED] writes: We need a --disable-rpath option in configure for rpath disable. Rpaths is not useful when WINE building for distribution. Why is it not useful? Sorry for my English. It is useful

Re: Problem with virtual memory rlimits

2006-02-24 Thread Alexandre Julliard
Marcus Meissner [EMAIL PROTECTED] writes: If you limit the virtual memory size using ulimit -v 140 for instance, wine will only crash. The problem is, that VIRTUAL_alloc_teb() tries to allocate a memory area within the acceptable userspace ... but it does so much mmap()s that it runs

Re: Prepare the unicodification of advpack.dll

2006-02-24 Thread Francois Gouget
On Fri, 24 Feb 2006, James Hawkins wrote: On 2/24/06, Francois Gouget [EMAIL PROTECTED] wrote: All functions that manipulate strings should have an Ansi and a Unicode variant. Does it matter that native advpack only has Ansi functions? That's changing in the latest Windows PSDK. Hence

Re: Palm Desktop conduits through Wine?

2006-02-24 Thread Stefan Dösinger
Am Freitag, 24. Februar 2006 04:29 schrieb Rich Gilson: Has there every been any luck/attempts at running Palm Desktop conduits through wine? I'd drop Palm Desktop altogether, but I have Documents-To-Go and Passwords Plus, which both only run through Palm Desktop. You can write a sort of Palm

Re: Alexandre Julliard : configure: Use --rpath if supported when building binaries to point to

2006-02-24 Thread Alexandre Julliard
Vitaly Lipatov [EMAIL PROTECTED] writes: To be strictly, there is no needs in rpath using if libwine placed in standard place as /usr/lib I got follow broken requires when build rpm package: /usr/bin/../lib/libwine.so.1(WINE_1.0) /usr/bin/../lib/libwine_unicode.so.1(WINE_1.0) and find

Re: Debugging

2006-02-24 Thread Stefan Dösinger
Hi, As such, I'm looking for a little advice on debugging issues when apps don't work (yes, I've read what's on winehq.) I have the application KeePass (keepass.sourceforge.net) which installs just fine. When I go to run it, it just drops me right back to the prompt. Pardon my ignorance, but

Re: riched20: Implements FR_MATCHCASE for EM_FINDTEXT

2006-02-24 Thread Lei Zhang
On Friday 24 February 2006 04:39 am, Phil Krylov wrote: On Fri, 24 Feb 2006 12:24:45 +0100 Alexandre Julliard [EMAIL PROTECTED] wrote: Phil Krylov [EMAIL PROTECTED] writes: On Tue, 21 Feb 2006 14:08:38 -0800 Lei Zhang [EMAIL PROTECTED] wrote: Hi Phil, Ya, it's a typo. Thanks

Re: Alexandre Julliard : configure: Use --rpath if supported when building binaries to point to

2006-02-24 Thread Kuba Ober
To be strictly, there is no needs in rpath using if libwine placed in standard place as /usr/lib I got follow broken requires when build rpm package: /usr/bin/../lib/libwine.so.1(WINE_1.0) /usr/bin/../lib/libwine_unicode.so.1(WINE_1.0) Is that an error during building of the rpm, or during

Re: riched20: Implements FR_MATCHCASE for EM_FINDTEXT

2006-02-24 Thread Phil Krylov
On Fri, 24 Feb 2006 10:48:47 -0800 Lei Zhang [EMAIL PROTECTED] wrote: On Friday 24 February 2006 04:39 am, Phil Krylov wrote: On Fri, 24 Feb 2006 12:24:45 +0100 Alexandre Julliard [EMAIL PROTECTED] wrote: Phil Krylov [EMAIL PROTECTED] writes: On Tue, 21 Feb 2006 14:08:38 -0800

Re: WineD3D refcounting fun part II :)

2006-02-24 Thread Stefan Dösinger
Hi, If you run the test on d3d9 or using oliver's full d3d8 patch, you'll notice that not all memory is returned when quitting the program. (In 3dmark2001 this is a big issue as because of this we are out of memory after running a few demos) The problem appears that wined3d surfaces contain a

Re: WineD3D refcounting fun part II :)

2006-02-24 Thread Stefan Dösinger
Hi, From the multitexture demo: void loadTexture( void ) { D3DXCreateTextureFromFile( g_pd3dDevice, test.bmp, g_pTexture_0 ); D3DXCreateTextureFromFile( g_pd3dDevice, checker.bmp, g_pTexture_1 ); g_pd3dDevice-SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR);

Re: WineD3D refcounting fun part II :)

2006-02-24 Thread H. Verbeet
On 24/02/06, Stefan Dösinger [EMAIL PROTECTED] wrote: Are you sure that the Direct3DDevice9 should be released? Windows addrefs the DirectDraw interface when a surface is created, I'd be surprised if Microsoft changed that behavior in d3d8 or d3d9. From your description I'd say that there are

Re: WineD3D refcounting fun part II :)

2006-02-24 Thread H. Verbeet
On 24/02/06, Stefan Dösinger [EMAIL PROTECTED] wrote: remains open is if not unsetting the texture stages is a bug too. Can someone check on Windows if (a) creating a surface or texture addrefs the Direct3DDevice, and if (b) assigning a texture to a texture stage addrefs the Texture? If (a)

Re: [PATCH] please commit this FCI work

2006-02-24 Thread Detlef Riekenberg
Am Freitag, den 24.02.2006, 14:28 +0100 schrieb Gerold J. Wucherpfennig: Please commit. I have no knowledge about fci, but some code is strange: +#define fci_set_error(A,B,C) \ +p_fci_internal-perf-erfOper = A; \ +p_fci_internal-perf-erfType = B; \ +p_fci_internal-perf-fError = C;

Re: Prepare the unicodification of advpack.dll

2006-02-24 Thread James Hawkins
On 2/24/06, Francois Gouget [EMAIL PROTECTED] wrote: On Fri, 24 Feb 2006, James Hawkins wrote: On 2/24/06, Francois Gouget [EMAIL PROTECTED] wrote: All functions that manipulate strings should have an Ansi and a Unicode variant. Does it matter that native advpack only has Ansi

Re: Debugging

2006-02-24 Thread Rich Gilson
On Friday 24 February 2006 13:46, Stefan Dösinger wrote: Hi, As such, I'm looking for a little advice on debugging issues when apps don't work (yes, I've read what's on winehq.) I have the application KeePass (keepass.sourceforge.net) which installs just fine. When I go to run it, it

Re: Alexandre Julliard : configure: Use --rpath if supported when building binaries to point to

2006-02-24 Thread Vitaly Lipatov
On Friday 24 February 2006 21:23, Alexandre Julliard wrote: Vitaly Lipatov [EMAIL PROTECTED] writes: I got follow broken requires when build rpm package: /usr/bin/../lib/libwine.so.1(WINE_1.0) /usr/bin/../lib/libwine_unicode.so.1(WINE_1.0) and find any methods to disable new feature

DirectX 8 test: Gothic 2 on wine

2006-02-24 Thread Olaf Leidinger
Hello List! Gothic2 seems to start working with wine. Well - as long as you disable sound in system/gothic.ini. There are some issues with DirectDraw/Direct3D I'd like to report (not sure if they are known): - most textures are missing - everything is really dark (I have to set gamma to

Re: getwinegit.sh 0.2

2006-02-24 Thread Segin
Christian Lachner wrote: Thanks for your help :D I really don't know if it works on other shells than bash... I hope so but I don't know. The Code is quite clean but the programming could be better (the script was never ment to get this big...). The Compiler-commands are quite easy to be