Re: profiling GTA4. question about polling

2004-11-25 Thread Brian Gunlogson
--- Raphael <[EMAIL PROTECTED]> wrote: > Really strange, and when you export WINED3D_VBO_DISABLE=1 it crash ? nope, it didn't crash. I wasn't having gfx problems so I hadn't tried that yet. Brian G. __ Do you Yahoo!? The all-new My Yahoo! - W

Re: Internet Explorer 6 Installer script

2004-11-25 Thread Adam Babcock
Adam Babcock wrote: (B> Hajime Segawa wrote: (B> (B>>I wrote a tiny shell script that can install IE6sp1 and WMP7. (B>>I hope this script can help you. (B>>RealPlayer 10, MSN Messenger 6.4, Yahoo!Japan Messenger seem to work (B>>with this configuration. (B>>http://sidenet.ddo.jp/winetips/co

Re: Internet Explorer 6 Installer script

2004-11-25 Thread Adam Babcock
Hajime Segawa wrote: (B> I wrote a tiny shell script that can install IE6sp1 and WMP7. (B> I hope this script can help you. (B> RealPlayer 10, MSN Messenger 6.4, Yahoo!Japan Messenger seem to work (B> with this configuration. (B> http://sidenet.ddo.jp/winetips/config.html (B> (B> I took som

Re: profiling GTA4. question about polling

2004-11-25 Thread Raphael
Hi On Thursday 25 November 2004 20:43, Brian Gunlogson wrote: > The patch you gave me is too incomplete to run GTA :( :( > I can start a game, but once the loading screen says it is done, the game > crashes. Looked at the console, it says, "fixme:drawStridedFast TODO". Well the only way to have

Re: Major Winelib Problems

2004-11-25 Thread Steven Edwards
Hi Sam, --- Sam Lauber <[EMAIL PROTECTED]> wrote: > I followed the tutorial for Winelib on my Linux system, building > notepad. I examined the file "./notepad2" with readelf, and it said > "Not an ELF file", and I do not have an a.out system. I opened it > with my text editor (attached is the text

Re: Major Winelib Problems

2004-11-25 Thread Vincent Béron
Le jeu 25/11/2004 à 14:34, Dimitrie O. Paun a écrit : > On Thu, Nov 25, 2004 at 08:04:48PM +0100, Sam Lauber wrote: > > I followed the tutorial for Winelib on my Linux system, building notepad. I > > examined the file "./notepad2" with readelf, and it said "Not an ELF file", > > and I do not have

Re: profiling GTA4. question about polling

2004-11-25 Thread Brian Gunlogson
The patch you gave me is too incomplete to run GTA :( I can start a game, but once the loading screen says it is done, the game crashes. Looked at the console, it says, "fixme:drawStridedFast TODO". The crash happens at the end of drawStridedFast(), inside glDrawElements(). Your patch will real

Re: Major Winelib Problems

2004-11-25 Thread Dimitrie O. Paun
On Thu, Nov 25, 2004 at 07:24:08PM +, Mike Hearn wrote: > I think what you mean is, you wanted to be able to type: > > ./my-program > > and have it launch like a "normal" app. Which is exactly what the current Winelib toolchain gives you. -- Dimi.

Re: Major Winelib Problems

2004-11-25 Thread Dimitrie O. Paun
On Thu, Nov 25, 2004 at 08:04:48PM +0100, Sam Lauber wrote: > I followed the tutorial for Winelib on my Linux system, building notepad. I > examined the file "./notepad2" with readelf, and it said "Not an ELF file", > and I do not have an a.out system. I opened it with my text editor (attached >

Re: Major Winelib Problems

2004-11-25 Thread Mike Hearn
On Thu, 25 Nov 2004 20:04:48 +0100, Sam Lauber wrote: > I followed the tutorial for Winelib on my Linux system, building > notepad. I examined the file "./notepad2" with readelf, and it said "Not > an ELF file", and I do not have an a.out system. I opened it with my > text editor (attached is the t

Major Winelib Problems

2004-11-25 Thread Sam Lauber
I followed the tutorial for Winelib on my Linux system, building notepad. I examined the file "./notepad2" with readelf, and it said "Not an ELF file", and I do not have an a.out system. I opened it with my text editor (attached is the text I saw) and I was disappointed. Instead of a real "port"

Re: SetForegroundWindow() from WM_ACTIVATE broken

2004-11-25 Thread Jon Griffiths
Hi, More on this problem ... here what happens under native when the back window is clicked: Order of trace below is (msg, hwnd, wparam,lparam) The app is started, click on the client area of the background window WM_MOUSEACTIVATE back 001203aa 02010001 (MA_ACTIVATE) Front window is told i

Internet Explorer 6 Installer script

2004-11-25 Thread Hajime Segawa
I wrote a tiny shell script that can install IE6sp1 and WMP7. (BI hope this script can help you. (BRealPlayer 10, MSN Messenger 6.4, Yahoo!Japan Messenger seem to work (Bwith this configuration. (Bhttp://sidenet.ddo.jp/winetips/config.html (B (BI took some screenshots. (Bhttp://sidenet.ddo.j

Re: Wineconf committee

2004-11-25 Thread Brian Vincent
On Wed, 24 Nov 2004 13:24:28 -0700, Brian Vincent <[EMAIL PROTECTED]> wrote: > On Wed, 24 Nov 2004 10:43:57 -0600, Jeremy White <[EMAIL PROTECTED]> wrote: > > > Brian, Alexandre, and I have been talking with some kind folks that > > are volunteering to help host Wineconf in Stuttgart; we're thinki

Re: Winecfg -> browse for folder

2004-11-25 Thread Mike Hearn
On Thu, 25 Nov 2004 14:42:24 +0100, Robert van Herk wrote: > 3. Nice, but we loose strict win32 compatibility, since there will be a > magic flags that doesn't exist in win32. This is the most lightweight so I'd go for it for now. If we find that the flag value we pick is already in use we can ju

Re: Breakage on Debian Sarge

2004-11-25 Thread Michael Stefaniuc
Stefan Dösinger wrote: this patch (http://cvs.winehq.org/patch.py?id=14575) broke wine on a current Debian Sarge. Tested this on two machines. GUI applications do not respond any longer to mouse events. Tested regedit and winemine. Removing the patch solves the problem. The same happens on my gento

Re: Winecfg -> browse for folder

2004-11-25 Thread Robert van Herk
Alexandre Julliard wrote: Mike Hearn <[EMAIL PROTECTED]> writes: Yes, this was expected. Just ensure only Z: is mapped during the directory browser operation. See the code in drive.c to find out how to modify drive mappings using win32 but to be honest the easiest way would be to make a copy of

Re: Breakage on Debian Sarge

2004-11-25 Thread Stefan Dösinger
> this patch (http://cvs.winehq.org/patch.py?id=14575) broke wine on a > current Debian Sarge. Tested this on two machines. GUI applications do not > respond any longer to mouse events. Tested regedit and winemine. Removing > the patch solves the problem. The same happens on my gentoo installation.

Breakage on Debian Sarge

2004-11-25 Thread Michael Jung
Hi, this patch (http://cvs.winehq.org/patch.py?id=14575) broke wine on a current Debian Sarge. Tested this on two machines. GUI applications do not respond any longer to mouse events. Tested regedit and winemine. Removing the patch solves the problem. Bye, Michael

Re: dlls/mscms/profile.c breakage

2004-11-25 Thread Hans Leidekker
On Thursday 25 November 2004 02:08, Vincent Béron wrote: > A packager has to target something (a distro, etc.). If your target has A packager could target a single distro and version, like you seem to do. A packager could also target multiple versions of the same distro (like Ivan does) and a pac