Installers freezing - ole, games

2005-09-03 Thread Ivan Gyurdiev
Hi, I've been trying to get GTA: San Andreas, and Battlefield 2 running on Linux, so far without success. I suspect they are running into the same bug, because they produce very similar output (ole fixmes). Both games will freeze at some point during the install. Strangely, I don't see any erro

Re: wine/dlls/dinput joystick_linuxinput.c

2005-09-03 Thread Marcelo Duarte
Alexandre Julliard escreveu: ChangeSet ID: 19966 CVSROOT:/opt/cvs-commit Module name:wine Changes by: [EMAIL PROTECTED] 2005/09/03 10:02:38 Modified files: dlls/dinput: joystick_linuxinput.c Log message: Daniel Remenak <[EMAIL PROTECTED]> Implemen

Re: wined3d - d3d9 regression testing 7_12_2005

2005-09-03 Thread Jesse Allen
On 8/30/05, Oliver Stieber <[EMAIL PROTECTED]> wrote: > --- Jesse Allen <[EMAIL PROTECTED]> wrote: > > > > Well, I do have vertex shaders on. The problem I'm having with > > battlefield is that the screen moves 25% of the screen off the top and > > left sides and cutting off 25% of the bottom and

Re: Wined3d: added A2R10G10B10 and D3DFMT_D24FS8

2005-09-03 Thread Oliver Stieber
--- Karsten Elfenbein <[EMAIL PROTECTED]> wrote: Can you put together a patch to add A2R10G10B10 and D3DFMT_D24FS8 to utils.c as well please. D3DFmt2GLIntFmt needs to return GL_RGBA, D3DFmt2GLFmt needs to return GL_RGBA, D3DFmt2GLType needs to return GL_UNSIGNED_INT_2_10_10_10_REV, D3DFmtGetBp

Re: http://cvs.winehq.org/patch.py?id=19897 (shlfolder.c test)

2005-09-03 Thread Saulius Krasuckas
* On Sat, 3 Sep 2005, Saulius Krasuckas wrote: > * On Sat, 3 Sep 2005, Filip Navara wrote: > > * Saulius Krasuckas wrote: > > > > > > /* This test shows that Windows doesn't allocate a new pidlLast, but > > > returns a pointer into > > > * pidlTestFile (In accordance with MSDN). */

Re: http://cvs.winehq.org/patch.py?id=19897 (shlfolder.c test)

2005-09-03 Thread Saulius Krasuckas
* On Sat, 3 Sep 2005, Filip Navara wrote: > * Saulius Krasuckas wrote: > > > > /* This test shows that Windows doesn't allocate a new pidlLast, but > > returns a pointer into > > * pidlTestFile (In accordance with MSDN). */ > > -todo_wine{ok (ILFindLastID(pidlTestFile) == pidlL

Re: http://cvs.winehq.org/patch.py?id=19964

2005-09-03 Thread Juan Lang
> this latest change to the shellpath test produces the attached error on > Windows XP. Haven't looked into this further. Damn. Alexandre, would you mind backing out this patch? It needs more work. http://cvs.winehq.org/patch.py?id=19964 Thanks, --Juan _

Re: http://cvs.winehq.org/patch.py?id=19897 (shlfolder.c test)

2005-09-03 Thread Filip Navara
Saulius Krasuckas wrote: [snip] @@ -379,7 +381,7 @@ static void test_GetDisplayName(void) /* This test shows that Windows doesn't allocate a new pidlLast, but returns a pointer into * pidlTestFile (In accordance with MSDN). */ -todo_wine{ok (ILFindLastID(pidlTestFile) == pidlLast,

Re: mail address

2005-09-03 Thread Saulius Krasuckas
* On Sat, 3 Sep 2005, Eric Pouech wrote: > > Hi folks, > please note my new email address: [EMAIL PROTECTED] * On Sat, 3 Sep 2005, Mike Hearn wrote: > > Also, my "new" personal address is [EMAIL PROTECTED] People are still > sending mail to my old one several months on ... Hi there, guys - l

Re: http://cvs.winehq.org/patch.py?id=19897 (shlfolder.c test)

2005-09-03 Thread Saulius Krasuckas
* On Sat, 3 Sep 2005, Saulius Krasuckas wrote: > * On Sat, 3 Sep 2005, Paul Vriens wrote: > > > > this change to shell32/tests/shlfolder.c fails on Win98/WinNT and > > W2KProf because ILFindLastID is not exported on those platforms. > > > > I tried to change shlfolder.c to test for the export, b

Re: http://cvs.winehq.org/patch.py?id=19897 (shlfolder.c test)

2005-09-03 Thread Saulius Krasuckas
* On Sat, 3 Sep 2005, Paul Vriens wrote: > > this change to shell32/tests/shlfolder.c fails on Win98/WinNT and > W2KProf because ILFindLastID is not exported on those platforms. > > I tried to change shlfolder.c to test for the export, but that shows > that it's not exported on Wine either ? Th

Re: Web Server Back Online

2005-09-03 Thread Ron Jensen
On Fri, Sep 02, 2005 at 11:22:21PM +0200, Stefan Leichter wrote: > Am Mittwoch, 31. August 2005 01:30 schrieb Jeremy Newman: > > The webserver is back online. There are still plenty of quirks to fix. > > Feel free to bug me here on wine-devel about any issues that crop up. > > > Hi Jeremy, > > tha

Re: wine20050830 - is quite fast

2005-09-03 Thread Mike Hearn
On Wed, 31 Aug 2005 14:52:11 +0530, Vijay Kiran Kamuju wrote: > Previous they used to take a 2-5 minutes to start up and i had to wait all > the time Something is definitely wrong, check that your loopback address is configured correctly in /etc/hosts and the output of ifconfig.

Re: mail address

2005-09-03 Thread Mike Hearn
On Sat, 03 Sep 2005 15:37:33 +0200, Eric Pouech wrote: > please note my new email address: [EMAIL PROTECTED] Also, my "new" personal address is [EMAIL PROTECTED] People are still sending mail to my old one several months on ...

wine/ tools/winebuild/import.c dlls/winecrt0/M ...

2005-09-03 Thread Stefan Leichter
Hello, this patch http://cvs.winehq.org/patch.py?id=19957 broke the inital startup (creating of .wine directory) of wine for me. Wine crashes now with: wine: creating configuration directory '/home/sle/.wine'... wine-pthread: ne_module.c:203: __wine_dll_register_16: Assertion `i < 50' faile

mail address

2005-09-03 Thread Eric Pouech
Hi folks, please note my new email address: [EMAIL PROTECTED] A+ -- Eric Pouech

Re: http://cvs.winehq.org/patch.py?id=19897 (shlfolder.c test)

2005-09-03 Thread Paul Vriens
Hi, this change to shell32/tests/shlfolder.c fails on Win98/WinNT and W2KProf because ILFindLastID is not exported on those platforms. I tried to change shlfolder.c to test for the export, but that shows that it's not exported on Wine either ? The .spec file says different. Apart from that, 2 to

http://cvs.winehq.org/patch.py?id=19964

2005-09-03 Thread Paul Vriens
Hi, this latest change to the shellpath test produces the attached error on Windows XP. Haven't looked into this further. Cheers, Paul. shellpath-.png Description: PNG image

Re: Opposite for wine_get_unix_filename()

2005-09-03 Thread Phil Krylov
On Sat, 03 Sep 2005 09:52:25 + Jacek Caban <[EMAIL PROTECTED]> wrote: > You may use wine_get_dos_file_name(). Oh sorry, somehow I missed that... -- Ph.

Re: Opposite for wine_get_unix_filename()

2005-09-03 Thread Jacek Caban
Hi. Phil Krylov wrote: Hi, What can I use as a function opposite to wine_get_unix_filename() (e.g. to pass a filename to GetSaveFileNameW() dialog)? -- Ph. You may use wine_get_dos_file_name(). Jacek

Opposite for wine_get_unix_filename()

2005-09-03 Thread Phil Krylov
Hi, What can I use as a function opposite to wine_get_unix_filename() (e.g. to pass a filename to GetSaveFileNameW() dialog)? -- Ph.