Re: IE6 install Regression

2004-10-23 Thread Mike McCormack
Eric Pouech wrote: could you be more precise on the crash: - where does it take place ? OK, I've included the full backtrace below. - are you running native msvcrt or builtin ? Seems like the process has neither loaded. - does IE6 installer use msvcrt at all ? I don't think so. In any case,

Re: unaligned access bug in winspool on sparc

2004-10-23 Thread Eric Pouech
Juan Lang a écrit : I just ran across an evil little bug in the WINSPOOL_GetPrinter_2 function. It looks like this type of bug could be hiding in other API functions too. It causes a segmentation fault because of an unaligned access on Solaris (sparc). Yikes. That's a bad one. The trouble is

Re: IE6 install Regression

2004-10-23 Thread Eric Pouech
Mike McCormack a écrit : Eric Pouech wrote: I don't think so. In any case, there's no msvcrt.dll in Windows\System at this stage of the install. yes, but there's one installed in the download area, and it's loaded. From the traces: 0022:Call PE DLL (proc=0x7e566d62,module=0x7e56

Program To Check System Metrics

2004-10-23 Thread William Poetra Yoga H
Hi guys ( gals), if you remember I was working on the caption buttons. I haven't submitted the patch yet (it's still in progress) and I wish to know the relations between system metrics, because I think they are very closely related to drawing on the screen, like borders, sizes, etc. I'm writing

Re: Fully Revised Wine User Guide Introduction

2004-10-23 Thread Francois Gouget
On Fri, 22 Oct 2004, Scott Ritchie wrote: The version 0.9 todo list (bug 85) specifies the need for a rewritten intro to the Wine User Guide. This patch is that rewritten intro. It rewords things to make Wine easier to understand for the new user, gives it a more professional look, and removes

Re: wine devel documentation reorganization

2004-10-23 Thread Mike Hearn
Spiffy. As part of my ongoing quest to make Wine hacking less scary, I've written some docs on SEH. I'll submit them to the kernel modules section when I get net access back. Just a heads up in case anybody else was thinking of covering that topic. Eric Pouech wrote: As posted on wine-devel,

Re: Fix for bug 824 - proper handling of REG_MULTI_SZ

2004-10-23 Thread Randy Galbraith
Alexandre Julliard wrote: Dimitrie O. Paun [EMAIL PROTECTED] writes: I must be missing something, but I thought regular strings can not contain embedded nulls, so we can have a simple rule: don't store terminating nulls for simple strings, but store them for multi-strings. me-thinks Aha -- you

Re: Wine on OpenBSD

2004-10-23 Thread Sascha Hanse
On 22 Oct 2004 16:25:32 -0400 Vincent Béron [EMAIL PROTECTED] wrote: Le ven 22/10/2004 à 14:31, Sascha Hanse a écrit : I just tried to install the recent Wine-tarball (20041019) on my OpenBSD 3.6. First I had to remove kthread.c:275: the RFTHREAD flag. Then the'make depend make'

d3drs_multisampleantialias: check for it?

2004-10-23 Thread Devils Cry
Hi again... :/ ^^ So im now moving for the multisampleantialias call... ive found the gl_multisample_arb function to be matching, so far, so good. Now while googling for it i only found code examples which check whether multisampling is supported before it is activated. My question: do i need

OpenGL Extension Viewer

2004-10-23 Thread Devils Cry
Hi there everybody! While browsing the web i found a little tool which i expect to be quite helpfull: the opengl extension viewer. Though its written for windows, it runs perfectly on wine and allows people working on d3d and so on to have a quick overview of the functions. With kind regards

Re: wine devel documentation reorganization

2004-10-23 Thread Eric Pouech
Mike Hearn a écrit : Spiffy. As part of my ongoing quest to make Wine hacking less scary, I've written some docs on SEH. I'll submit them to the kernel modules section when I get net access back. Just a heads up in case anybody else was thinking of covering that topic. good (I had that in mind

The wine user guide: an idea

2004-10-23 Thread Noam Raphael
Hello, First, let me apologize: I am not familiar with wine, and I didn't make a decent research before I posted this message. I just read through the wine user guide, and though of something that could be nice for a user as lazy as I am. Since the introduction asked for comments, I comment.

Re: Fix regression in CreateProcess

2004-10-23 Thread Mike McCormack
Eric Pouech wrote: As Mike reported, there was a bug in CreateProcess introduced with the runtime info handling. This patch should take care of it. A+ Hi Eric, This patch fixes the problem! thanks for your help! Mike

RE: The wine user guide: an idea

2004-10-23 Thread Scott Ritchie
Thanks for you comment. I've taken up the task of rewriting alot of the User Guide at the moment, and revising the Using Wine section may be the most important next step after the rewrite of the Intro. What I would like is a section with common use cases of wine and step-by-step instructions

Re: The wine user guide: an idea

2004-10-23 Thread Dimitrie O. Paun
On Sat, Oct 23, 2004 at 09:00:40PM -0700, Scott Ritchie wrote: Thanks for you comment. I've taken up the task of rewriting alot of the User Guide at the moment, and revising the Using Wine section may be the most important next step after the rewrite of the Intro. Please coordinate with Brian