Re: PATCH: handle redirect to https

2005-12-11 Thread Robert Shearman
Marcus Meissner wrote: Hi, Redirect from http to https currently segfaults our wininet implementation. Exposed by the Google Earth update check. Ciao, Marcus Changelog: When redirecting, do not forget to reinit NETCON. This shouldn't be necessary. The NETCONNECTION structure sho

Re: Crashes with TPB reader

2005-12-11 Thread Robert Shearman
Pierre Ossman wrote: My problem is that the program TPB reader (http://www.daisy.org/tpbreader/download.asp?lang=en), a DAISY book reader, crashes in different exotic ways. It fails in different ways depending on if I run it in wine or crossover. In crossover the application starts but displ

Re: shell32: add missing ole init

2005-12-11 Thread Robert Shearman
Eric Pouech wrote: RCS file: /home/cvs/cvsroot/wine/wine/dlls/shell32/shellole.c,v retrieving revision 1.87 diff -u -u -r1.87 shellole.c --- dlls/shell32/shellole.c 10 Nov 2005 11:15:22 - 1.87 +++ dlls/shell32/shellole.c 11 Nov 2005 08:53:25 - @@ -193,6 +193,7 @@ }

Outreach to windows ISVs

2005-12-11 Thread Dan Kegel
At the Desktop Architects Meeting at OSDL, one of the big topics was how to make life easier for ISVs that want to start supporting Linux. So I put together a little page aimed at Windows ISVs who are interested in supporting the Linux market using Wine, but aren't quite sure how to go about it. T

[WGL] unifying WGL extensions headers

2005-12-11 Thread Aric Cyr
First just a quick update on my work converting wined3d from using glx to using wgl. I have some (i.e. one :( ) basic dx9 demos working, and am trying to iron out a bug I can't track down easily since it is crashing in the GL library (in glDrawArrays) and I don't get a backtrace. I know the spot

Re: shlwapi.dll: IUnknown_CPContainerInvokeParam

2005-12-11 Thread Cihan Altinay
Quoting Vitaliy Margolen <[EMAIL PROTECTED]>: > Sunday, December 11, 2005, 7:04:58 PM, Cihan Altinay wrote: > > http://www.winehq.org/pipermail/wine-patches/2005-October/021101.html > > > > Is there are reason why this patch wasn't applied? > > G-Ware crashes when invoking help without it. > > I

Re: shlwapi.dll: IUnknown_CPContainerInvokeParam

2005-12-11 Thread Vitaliy Margolen
Sunday, December 11, 2005, 7:04:58 PM, Cihan Altinay wrote: > http://www.winehq.org/pipermail/wine-patches/2005-October/021101.html > > Is there are reason why this patch wasn't applied? > G-Ware crashes when invoking help without it. I do not think it is correct. That's why I recalled it back. I'

shlwapi.dll: IUnknown_CPContainerInvokeParam

2005-12-11 Thread Cihan Altinay
http://www.winehq.org/pipermail/wine-patches/2005-October/021101.html Is there are reason why this patch wasn't applied? G-Ware crashes when invoking help without it. Cheers, Cihan

Re: MB_USEGLYPHCHARS glyph table

2005-12-11 Thread Willie Sippel
Am Montag, 12. Dezember 2005 02:16 schrieb Mike McCormack: > Willie Sippel wrote: > > I just tried to find out why Poser won't display any fonts (no luck, > > BTW), when I noticed the obviously quite common "MB_USEGLYPHCHARS not > > supported" fixme. I don't know if it's related to the missing font

Re: MB_USEGLYPHCHARS glyph table

2005-12-11 Thread Mike McCormack
Willie Sippel wrote: I just tried to find out why Poser won't display any fonts (no luck, BTW), when I noticed the obviously quite common "MB_USEGLYPHCHARS not supported" fixme. I don't know if it's related to the missing fonts thing, so I googled a little. In case someone wants to implement t

Problems generating c++ project since wine 0.9.3

2005-12-11 Thread Sergio
Hi all, I've been having problems trying to compile one c++ project since latest wine version (0.9.3). This project compiled and worked fine with previous versions. The error messages look like: /usr/include/wine/windows/unknwn.h:26: error: expected unqualified-id before ‘{’ token ... /usr/includ

MB_USEGLYPHCHARS glyph table

2005-12-11 Thread Willie Sippel
Hi there. I just tried to find out why Poser won't display any fonts (no luck, BTW), when I noticed the obviously quite common "MB_USEGLYPHCHARS not supported" fixme. I don't know if it's related to the missing fonts thing, so I googled a little. In case someone wants to implement this (the uni

Re: OLE without TLS libraries

2005-12-11 Thread Cihan Altinay
Ok, I am replying to myself as the problem persists. Quoting Cihan Altinay <[EMAIL PROTECTED]>: > Quoting Marcus Meissner <[EMAIL PROTECTED]>: > > > On Thu, Dec 08, 2005 at 12:35:32PM +1000, Cihan Altinay wrote: > > > Hi, > > > > > > having a Xen system my Linux tls library path is not > > > in

Re: ntdll: Program could modify Dr* registers in segv_handler too.

2005-12-11 Thread Peter Beutner
Vitaliy Margolen schrieb: > Sunday, December 11, 2005, 11:23:18 AM, Peter Beutner wrote: >>The name suggests it's more about signal handling than a place to throw every >>arch >>dependent code in it ;) >>But that's not the point. >>I just thought it might not be the best solution to duplicate that

Re: Small CVS-Update-Script

2005-12-11 Thread Christian Lachner
OK, more news. I updated my cvs-script a little bit (nothing really noticeable) but that's not all.Since everybody seems to have changed to GIT i wrote a git-version of my wine-update-script. Features, functionality and so on are the same as in the cvs-version. getwinecvs.sh is now version: 0.36 g

Re: Stubbed additional VGA registers

2005-12-11 Thread Jeremiah Flerchinger
Marcus Meissner wrote: On Fri, Dec 09, 2005 at 04:39:50AM -0500, Jeremiah Flerchinger wrote: Subject: [PATCH] Stubbed additional VGA register functionality: Modified "dlls/winedos/vga.c" with additional comments on VGA registers. Added stubs for a large number of output registers and specific

Re: Problems with winetest ?

2005-12-11 Thread Paul Millar
Hi all, Unfortunately, the compilation broke (as usual, due to missing defs within MinGW) just before I was heading off for a week-long conference. With help from Stefan Leichter, the problem is now fixed. There's a new winetest.exe today and new ones should appear in the normal fashion. Chee

Re: [NDR] Implement NdrClientCall2 and NdrServerCall2

2005-12-11 Thread Detlef Riekenberg
Am Donnerstag, den 01.12.2005, 00:39 -0600 schrieb Robert Shearman: > [NDR] Implement NdrClientCall2 and NdrServerCall2 > [NDR] Fix handle support for stubless objects > [NDR] Fix Accessing Arguments in NdrClientCall2 Hi Rob. I tested your Patches with printui.dll and winspool.drv (from w2k) and

Re: ntdll: Program could modify Dr* registers in segv_handler too.

2005-12-11 Thread Vitaliy Margolen
Sunday, December 11, 2005, 11:23:18 AM, Peter Beutner wrote: > Vitaliy Margolen schrieb: >> Sunday, December 11, 2005, 10:36:39 AM, Peter Beutner wrote: >> >>>Vitaliy Margolen schrieb: >>> Sunday, December 11, 2005, 9:07:06 AM, Peter Beutner wrote: >Vitaliy Margolen schrieb:

workspace switching and fullscreen apps

2005-12-11 Thread Tomas Carnecky
When I switch from a fullscreen app (WoW) to another workspace, the screen is black for ~3 seconds, but switching back to the app happens instantly, no black screen or other delays. This doesn't happen with cedega and it didn't happen with wine from about a month ago. I remember that when I swit

Re: Why Steam fails [VirtualAlloc]

2005-12-11 Thread Rob Shearman
Ivan Gyurdiev wrote: 3. Fedora default prelink flags are: # Options to pass to prelink # -mTry to conserve virtual memory by allowing overlapping # assigned virtual memory slots for libraries which # never appear together in one binary # -RRandomize virtual memory slot assig

Re: ntdll: Program could modify Dr* registers in segv_handler too.

2005-12-11 Thread Peter Beutner
Vitaliy Margolen schrieb: > Sunday, December 11, 2005, 10:36:39 AM, Peter Beutner wrote: > >>Vitaliy Margolen schrieb: >> >>>Sunday, December 11, 2005, 9:07:06 AM, Peter Beutner wrote: >>> >>> Vitaliy Margolen schrieb: >ChangeLog: >ntdll: Program could modify Dr* registers in

Re: ntdll: Program could modify Dr* registers in segv_handler too.

2005-12-11 Thread Vitaliy Margolen
Sunday, December 11, 2005, 10:36:39 AM, Peter Beutner wrote: > Vitaliy Margolen schrieb: >> Sunday, December 11, 2005, 9:07:06 AM, Peter Beutner wrote: >> >>>Vitaliy Margolen schrieb: >>> ChangeLog: ntdll: Program could modify Dr* registers in segv_handler too. >>> >>>Doesn't every ex

Re: ntdll: Program could modify Dr* registers in segv_handler too.

2005-12-11 Thread Peter Beutner
Vitaliy Margolen schrieb: > Sunday, December 11, 2005, 9:07:06 AM, Peter Beutner wrote: > >>Vitaliy Margolen schrieb: >> >>>ChangeLog: >>>ntdll: Program could modify Dr* registers in segv_handler too. >>> >> >>Doesn't every exception handler could modify these registers? >>So probably it would be

Re: WinAPI testing inside a machine emulator

2005-12-11 Thread Detlef Riekenberg
Am Freitag, den 25.11.2005, 01:11 +0200 schrieb Saulius Krasuckas: > > BTW, how do you all folks think -- is it reliable approach to test WinAPI > > inside a machine emulator, like a QEmu? IMHO, only using "Real Hardware" for Regression-Test give us much less Results. > "machine emulators ca

Re: ntdll: Program could modify Dr* registers in segv_handler too.

2005-12-11 Thread Vitaliy Margolen
Sunday, December 11, 2005, 9:07:06 AM, Peter Beutner wrote: > Vitaliy Margolen schrieb: >> ChangeLog: >> ntdll: Program could modify Dr* registers in segv_handler too. >> > Doesn't every exception handler could modify these registers? > So probably it would be better to put this check into RtlRais

Re: ntdll: Program could modify Dr* registers in segv_handler too.

2005-12-11 Thread Peter Beutner
Vitaliy Margolen schrieb: > ChangeLog: > ntdll: Program could modify Dr* registers in segv_handler too. > Doesn't every exception handler could modify these registers? So probably it would be better to put this check into RtlRaiseException?

Re: Why Steam fails [VirtualAlloc]

2005-12-11 Thread Ivan Gyurdiev
Mike Hearn wrote: On Sat, 03 Dec 2005 20:39:01 -0600, Rob Shearman wrote: I would suggest playing around with the prelink tool to put dynamic libraries in better positions in memory. Another thing to try is disabling execshield and VMA randomization: echo 0 >/proc/sys/kernel/exec-shie