Re: msvcp60 and bug 7679

2007-04-26 Thread James Hawkins
On 4/27/07, Tony Lambregts <[EMAIL PROTECTED]> wrote: Louis Lenders wrote: > > BTW, could someone please add these categories like dbghelp, urlmon, quartz etc > to bugzilla? has been requested a few times but no response yet :( > I don't recall any request or discussion for those categories. I

Re: msvcp60 and bug 7679

2007-04-26 Thread James Hawkins
On 4/26/07, Jan Zerebecki <[EMAIL PROTECTED]> wrote: On Thu, Apr 26, 2007 at 08:10:37PM +, Louis Lenders wrote: > BTW, could someone please add these categories like dbghelp, urlmon, quartz etc > to bugzilla? has been requested a few times but no response yet :( I would say dbghelp is part

Re: msvcp60 and bug 7679

2007-04-26 Thread Tony Lambregts
Louis Lenders wrote: > > BTW, could someone please add these categories like dbghelp, urlmon, quartz > etc > to bugzilla? has been requested a few times but no response yet :( > I don't recall any request or discussion for those categories. I have added dbghelp, urlmon, quartz, although urlmon

Re: Enforcing charset/codepage (was: Commit37591409b28c2000e70bd0d3c654a3a7559a4a26 breaks accentuation)

2007-04-26 Thread Dmitry Timoshkov
"Pedro Araujo Chaves Jr." <[EMAIL PROTECTED]> wrote: I recall that forcing the charset to be ANSI_CHARSET instead of DEFAULT_CHARSET [1] "fixed" bug 7571 [2] here, and from that rose an idea: would it be possible to add an option to winecfg to enforce a particular charset/codepage, much like it

Advertize software emulated Direct3D features?

2007-04-26 Thread Stefan Dösinger
I am working on vertex blending support for WineD3D. First I implemented it using GL_ARB_vertex_blend in hardware, an extension that is unfortunately only supported by ati cards, and not nvidia. So I took Frank Richter's started software emulation for vertex blending, with that it works everywh

Re: Suse wine and wind/u issues

2007-04-26 Thread Vitaliy Margolen
> We have installed Bristol's Wind/U, Then why don't you talk to ppl who made it? Why are you asking this user questions on the *wine*-devel list? Vitaliy Vijay Kiran Kamuju wrote: > Hi, > > I dont think so. > I will check tommorrow, its on my office pc. > We have installed Bristol's

Re: msvcp60 and bug 7679

2007-04-26 Thread Jan Zerebecki
On Thu, Apr 26, 2007 at 08:10:37PM +, Louis Lenders wrote: > BTW, could someone please add these categories like dbghelp, urlmon, quartz > etc > to bugzilla? has been requested a few times but no response yet :( I would say dbghelp is part of wine-debug and quartz is part of wine-directx-dsho

re: Trace fix

2007-04-26 Thread Dan Kegel
Alexandre wrote: No, resend just one, making absolutely sure that you got everything right, and wait for it to be committed before sending the next one. You have to make sure you can walk before you try to run. I would also suggest finding somebody to pre-review your patch before you send it to

Re: Trace fix

2007-04-26 Thread Tom Spear
On 4/26/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote: "Tom Spear" <[EMAIL PROTECTED]> writes: > Ok, so then if I resend them now, will you take a look? I believe I > have fixed every problem with each one, as I havent gotten any more > comments about something being borked. No, resend just

Re: Trace fix

2007-04-26 Thread Alexandre Julliard
"Tom Spear" <[EMAIL PROTECTED]> writes: > Ok, so then if I resend them now, will you take a look? I believe I > have fixed every problem with each one, as I havent gotten any more > comments about something being borked. No, resend just one, making absolutely sure that you got everything right,

Patch: please review fixes to wineshelllink

2007-04-26 Thread Ben Taylor
wineshelllink uses a bash/ksh construct like "$(get_menu_entries)", but since Solaris' /bin/sh is truly /bin/sh and not bash/ksh, it fails on this call. I have modified it to use a more "compatible" method suggested by Dan Kegel. In addition, the awk command uses the "match" function, but again t

Re: shell failure on tools/wineinstall

2007-04-26 Thread Ben Taylor
-- Original message -- From: Alexandre Julliard <[EMAIL PROTECTED]> > Detlef Riekenberg <[EMAIL PROTECTED]> writes: > > > On Do, 2007-04-26 at 13:42 +, Ben Taylor wrote: > > > > > >> if [ ! `which wine` ] > >> > > > > data=`which wine` > > if [ -n "$dat

Re: msvcp60 and bug 7679

2007-04-26 Thread Tom Spear
On 4/26/07, Louis Lenders <[EMAIL PROTECTED]> wrote: I gave the application a try, and looks like there's a problem with builtin dbghelp.dll. When i use native dbghelp.dll , the login window comes up just fine, and i'm able to login as well, and get the client running. didn't test any further. B

Re: msvcp60 and bug 7679

2007-04-26 Thread Tom Spear
On 4/26/07, Eric Pouech <[EMAIL PROTECTED]> wrote: use the pass command in winedbg instead of c (cont) (or rtfm) Haha, but I already tried that, which is why I said I'm hitting a wall.. I know pass is supposed to go around it, but when I do pass, it just prints the same thing it printed before.

Re: msvcp60 and bug 7679

2007-04-26 Thread Louis Lenders
Eric Pouech wanadoo.fr> writes: > > Tom Spear a écrit : > > On 4/26/07, Tom Spear gmail.com> wrote: > >> http://bugs.winehq.org/show_bug.cgi?id=7679 - IMVU 3D Avatar Chat > >> client crashes I gave the application a try, and looks like there's a problem with builtin dbghelp.dll. When i use n

Re: msvcp60 and bug 7679

2007-04-26 Thread Eric Pouech
Tom Spear a écrit : On 4/26/07, Tom Spear <[EMAIL PROTECTED]> wrote: http://bugs.winehq.org/show_bug.cgi?id=7679 - IMVU 3D Avatar Chat client crashes Just curious, since we don't have a builtin msvcp60.dll and I seriously doubt that we will implement it any time soon (if ever), should we try t

Re: msvcp60 and bug 7679

2007-04-26 Thread Tom Spear
On 4/26/07, Tom Spear <[EMAIL PROTECTED]> wrote: http://bugs.winehq.org/show_bug.cgi?id=7679 - IMVU 3D Avatar Chat client crashes Just curious, since we don't have a builtin msvcp60.dll and I seriously doubt that we will implement it any time soon (if ever), should we try to support native, like

Enforcing charset/codepage (was: Commit 37591409b28c2000e70bd0d3c654a3a7559a4a26 breaks accentuation)

2007-04-26 Thread Pedro Araujo Chaves Jr.
Follow-up... I recall that forcing the charset to be ANSI_CHARSET instead of DEFAULT_CHARSET [1] "fixed" bug 7571 [2] here, and from that rose an idea: would it be possible to add an option to winecfg to enforce a particular charset/codepage, much like it is already done in web browsers? That way

msvcp60 and bug 7679

2007-04-26 Thread Tom Spear
http://bugs.winehq.org/show_bug.cgi?id=7679 - IMVU 3D Avatar Chat client crashes Just curious, since we don't have a builtin msvcp60.dll and I seriously doubt that we will implement it any time soon (if ever), should we try to support native, like we do with mfc, or would this bug be a wontfix?

Re: Trace fix

2007-04-26 Thread Tom Spear
On 4/26/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote: That's particularly true for cosmetic patches like typo fixes; if I have to spend more than 10 seconds on such a patch, chances are it will end up in /dev/null. Ok, so then if I resend them now, will you take a look? I believe I have fi

Re: Trace fix

2007-04-26 Thread Alexandre Julliard
"Tom Spear" <[EMAIL PROTECTED]> writes: > Just curious if Alexandre missed my patches for regedit and my trace > fix for uninstaller, or if there is a backlog of commits to be done, > or if he even plans to commit them, and if not, why.. You have been sending way too many patches lately, most of

Trace fix

2007-04-26 Thread Tom Spear
Just curious if Alexandre missed my patches for regedit and my trace fix for uninstaller, or if there is a backlog of commits to be done, or if he even plans to commit them, and if not, why.. http://www.winehq.org/pipermail/wine-patches/2007-April/038566.html - Spelling fixes for regedit http://

re: removing bash/gawk'isms from wineshelllink

2007-04-26 Thread Dan Kegel
Ben Taylor wrote: I'm still working on the script to make it more "sh" compatible, but I think I have a potential fix for the line that reads: for i in $(get_menu_entries "$1"); do and replace it with for i in `get_menu_entries "$1"`; do If you want to be really portable to

Re: mshtml: fix crash when opening help (bug 8077)

2007-04-26 Thread Clinton Stimpson
On Thursday 26 April 2007 10:50:59 am Jacek Caban wrote: > Hi Clinton, > > This patch is wrong, I've added a comment to bug. > > Thanks, > Jacek Thanks. I added a comment that your patch does fix the problem. I assume you'll submit the correct patch. Thanks, Clint

{Resend} [programs/uninstaller (Try 6)] Scan HKCU

2007-04-26 Thread Tom Spear
Scan HKCU for uninstall entries. Separated out the trace fix, moved the HeapAlloc for entries outside the for loop, realigned the 2nd line of code for a trace. This patch obsoletes all previous ones. -- Thanks Tom Check out this new 3D Instant Messenger called IMVU. It's the best I have seen

Re: mshtml: fix crash when opening help (bug 8077)

2007-04-26 Thread Jacek Caban
Hi Clinton, This patch is wrong, I've added a comment to bug. Thanks, Jacek

Re: winetricks: Add Package "gecko"

2007-04-26 Thread Detlef Riekenberg
On Mi, 2007-04-25 at 22:13 -0700, Dan Kegel wrote: > On 4/25/07, Dan Kegel <[EMAIL PROTECTED]> wrote: > > Detlef wrote: > > > gecko is required before we can add the flashplayer > > > > I'm a bit confused. Wine will load gecko itself on demand, > > why do you need it in winetricks? scriptable >

Re: winetricks: Add Package "gecko"

2007-04-26 Thread Dan Kegel
On 4/25/07, Dan Kegel <[EMAIL PROTECTED]> wrote: On 4/25/07, Dan Kegel <[EMAIL PROTECTED]> wrote: > Detlef wrote: > > gecko is required before we can add the flashplayer > > I'm a bit confused. Wine will load gecko itself on demand, > why do you need it in winetricks? Oh, I bet you're working o

Re: Suse wine and wind/u issues

2007-04-26 Thread Vijay Kiran Kamuju
Hi, I dont think so. I will check tommorrow, its on my office pc. We have installed Bristol's Wind/U, well its being loade into to PATH and LD_LIBRARY_PATH. Is there any problem if wind/U is included first. Can It coexist with wine? Thanks, VJ On 4/26/07, Vitaliy Margolen <[EMAIL PROTECTED]> wr

Re: DirectX under Wine

2007-04-26 Thread Stefan Dösinger
> Our program was initially affected by Wine bug 2398, i.e. the bug that > causes the OpenGL window to occupy the whole application window. I forgot to mention this in my first mail, but Roderick Colenbrandner is working on a patch that is supposed to fix the child window issue at its root. Basic

Re: shell failure on tools/wineinstall

2007-04-26 Thread Alexandre Julliard
Detlef Riekenberg <[EMAIL PROTECTED]> writes: > On Do, 2007-04-26 at 13:42 +, Ben Taylor wrote: > > >> if [ ! `which wine` ] >> > > data=`which wine` > if [ -n "$data" -a -x "$data" ] > then > # found wine > WINEINSTALLED=yes > else > echo "Could not find wine on your system. Ru

Re: DirectX under Wine

2007-04-26 Thread Stefan Dösinger
Am Donnerstag 26 April 2007 12:28 schrieb Robert Fairlie: > Hello, > > I am a contractor for a company in the UK. I have developed a 3D module for > an oil reservoir visualisation program on Windows that is now required to > run on Linux. The Wine port has been very successful (it started a month o

Re: shell failure on tools/wineinstall

2007-04-26 Thread Detlef Riekenberg
On Do, 2007-04-26 at 13:42 +, Ben Taylor wrote: > if [ ! `which wine` ] > data=`which wine` if [ -n "$data" -a -x "$data" ] then # found wine WINEINSTALLED=yes else echo "Could not find wine on your system. Run wineinstall as root to install wine" echo "before re-running win

shell failure on tools/wineinstall

2007-04-26 Thread Ben Taylor
Ran into this error after building wine again. Not sure why I haven't seen this before, but: tools/wineinstall: line 272: [: too many arguments which translates to this line: if [ ! `which wine` ] On Solaris, if I do "which wine", I get a no wine in (long list of path entries)., so I a

Re: Suse wine and wind/u issues

2007-04-26 Thread Vitaliy Margolen
Did you disabled all XIM modules? Or at least did `export XMODIFIERS=""`? Vitaliy BTW please respect the way the reply was made initially. Vijay Kiran Kamuju wrote: > Hi, > > We are have installed SLES in vmware. > > Its hanging in here in wineprefixcreate: > "${WINELOADER:-$bindir/

Re: removing bash/gawk'isms from wineshelllink

2007-04-26 Thread Vitaliy Margolen
Ben Taylor wrote: > I'm still working on the script to make it more "sh" compatible, > but I think I have a potential fix for the line that reads: > > for i in $(get_menu_entries "$1"); do > > and replace it with > > for i in `get_menu_entries "$1"`; do What is the problem wit

Re: Suse wine and wind/u issues

2007-04-26 Thread Vijay Kiran Kamuju
Hi, We are have installed SLES in vmware. Its hanging in here in wineprefixcreate: "${WINELOADER:-$bindir/wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf Thanks, VJ On 4/26/07, Marcus Meissner <[EMAIL PROTECTED]> wrote: On Thu, Apr 26, 2007 at 06:58:57AM -0400,

Re: Suse wine and wind/u issues

2007-04-26 Thread Marcus Meissner
On Thu, Apr 26, 2007 at 06:58:57AM -0400, Vijay Kiran Kamuju wrote: > Hi, > > We are trying to port a windows app to linux. > Previous we are using Wind/U. > Now we want to test the feasibilty of wine, instead of Wind/U. > We have installed Wind/U and Wine on the SLES 9 machine. > We have installe

Re: Linuxtag 2007 in Berlin

2007-04-26 Thread Stefan Munz
Hi Marcus, Am Donnerstag, 26. April 2007 11:34 schrieb Marcus Meissner: > On Wed, Apr 25, 2007 at 05:44:57PM +0200, Stefan Munz wrote: > > Hi, > > > > finally we got a Wine booth at Linuxtag 2007 in Berlin. Everybody who > > wants to participate is welcome. I have to order exhibitor passes, so > >

Re: non-profit question

2007-04-26 Thread Jeremy White
Yes, thanks, Tom. You probably should also change the mailing address to be James Vasille at the SFC, and have checks made out to the Wine Project. (Just about no one sends me checks, but then again, I'm not a 501(c)(3) either :-/. Cheers, Jeremy > > So we need to update http://www.winehq.or

Suse wine and wind/u issues

2007-04-26 Thread Vijay Kiran Kamuju
Hi, We are trying to port a windows app to linux. Previous we are using Wind/U. Now we want to test the feasibilty of wine, instead of Wind/U. We have installed Wind/U and Wine on the SLES 9 machine. We have installed the rpm. When we are configuring the wine, using winecfg/wineprefixcreate, its

DirectX under Wine

2007-04-26 Thread Robert Fairlie
Hello, I am a contractor for a company in the UK. I have developed a 3D module for an oil reservoir visualisation program on Windows that is now required to run on Linux. The Wine port has been very successful (it started a month or so ago), but I'm having a couple of DirectX-related problems.

Re: Linuxtag 2007 in Berlin

2007-04-26 Thread Marcus Meissner
On Wed, Apr 25, 2007 at 05:44:57PM +0200, Stefan Munz wrote: > Hi, > > finally we got a Wine booth at Linuxtag 2007 in Berlin. Everybody who wants > to > participate is welcome. I have to order exhibitor passes, so anyone you wants > to help out please contact me :-) > > And maybe if anyone ha