Re: Broken FC5 packages - stay clear.

2006-06-12 Thread Marcus Meissner
On Mon, Jun 12, 2006 at 11:29:32AM +0200, Hans Leidekker wrote: > On Monday 12 June 2006 00:03, Andreas Bierfert wrote: > > > For more details take a look here: > > http://cvs.fedora.redhat.com/viewcvs/rpms/wine/FC-5/?root=extras > > Why is there no BuildRequires for freetype? gphoto2? We also ha

Re: notepad patches (search/replace, etc)

2006-06-10 Thread Marcus Meissner
On Sat, Jun 10, 2006 at 09:52:50AM -0600, Vitaliy Margolen wrote: > Friday, June 9, 2006, 11:49:44 AM, Anoni Moose wrote: > > Let's try again... I apologize for the bad indentation. It's indented fine > > in > > emacs, which I use; however, when I use "diff -u file1 file2", it gives me > > the >

Re: gcc V4 problem ?

2006-06-09 Thread Marcus Meissner
On Fri, Jun 09, 2006 at 08:35:14AM +0100, Nick Law wrote: > Hi Guys, > > Hopefully somebody can give me some pointers on this. One of our Wow > gamers is trying to install wine on his system and ./configure exits > with a problem about not being able to compile. It looks like a problem > wi

Re: Feedback requested on an OpenAL audio driver patch

2006-06-07 Thread Marcus Meissner
On Wed, Jun 07, 2006 at 09:36:35PM -0700, Nick Burns wrote: > >From: Leon Freitag <[EMAIL PROTECTED]> > >Date: Wed, 7 Jun 2006 12:09:36 +0200 > > > >P.S. Isn't it better to use pkg-config to check where the libs are located > >anyway? > >Leon > > Is there an example of this? Yes, see the libxml2

Re: How are we doing?

2006-06-02 Thread Marcus Meissner
On Fri, Jun 02, 2006 at 07:27:18AM -0500, EA Durbin wrote: > >There is precious little "Why" in the comments of a lot of projects - Why > >does this function exist, why would I call it, why does it return what it > >does, etc. > > > >BS comments like those within the function don't help, obviousl

intermediate fontconfig 2.3.94 problems

2006-06-02 Thread Marcus Meissner
Hi, SUSE Linux 10.1 contains fontconfig 2.3.94, which changed the FcPatternGetString() function from return path names to return only the filenames. We received this bugreport: https://bugzilla.novell.com/show_bug.cgi?id=179457 However, Bernd Rosenkraenzer reported this problem already and the

Re: How are we doing?

2006-06-01 Thread Marcus Meissner
On Thu, Jun 01, 2006 at 03:21:52PM -0400, Vijay Kiran Kamuju wrote: > Any status on what projects have been approved and > who is going to work on which project for this years SoC. They are listed here: http://code.google.com/soc/wine/about.html Ciao, Marcus

Re: wine problems on a 64bit system

2006-06-01 Thread Marcus Meissner
On Thu, Jun 01, 2006 at 01:42:37PM +0200, Pavel Troller wrote: > > Pavel Troller <[EMAIL PROTECTED]> writes: > > > > > But now I'm unsure, maybe we are on a false track. I just examined +relay > > > output again and I've found that immediately after the No-exec message the > > > program seems to c

Re: file timestamps in a git tree

2006-05-31 Thread Marcus Meissner
On Wed, May 31, 2006 at 12:55:02PM +0300, Saulius Krasuckas wrote: > I make an ugly hack in a branch at my git tree. > Then I run after following after some git updates: > > $ git rebase master ugly_hack > $ make > Makefile is older than Makefile.in configure, please rerun ./configure > make: **

Re: 4979: wine 9.11 make fails on AMD64, more info

2006-05-16 Thread Marcus Meissner
On Mon, May 15, 2006 at 02:38:14PM -0700, David Anderson wrote: > I just installed kubuntu 6.06 on a new laptop (no binary avail), AMD64. > > Compiling wine failed as 4979 says, no libfreetype.so that is > compatible. > > The problem is not in the -L or in gcc or in wine. > > The problem is in t

Re: dnsapi: Switch from libresolv to libbind for DNS support.

2006-05-15 Thread Marcus Meissner
On Sat, May 13, 2006 at 05:10:55PM +0200, Hans Leidekker wrote: > > This patch presents an alternative to the one I sent a while ago > that adds two source files from libbind. The advantage of this > alternative is that it brings DNS message parsing support and DNS > update support, without adding

PATCH: twain -> sane/gphoto split [0/3]

2006-05-08 Thread Marcus Meissner
Hi, Again the twain_32 -> sane.ds/gphoto2.ds split. This splits the twain_32 which contained both datasourcemanager (DSM) and a sane based datasource (DS) into: - DSM code in twain_32 - DS code in sub drivers - sane.ds - existing sane implementation. - gphoto2.ds- new

Re: another gphoto2 ui change

2006-05-04 Thread Marcus Meissner
On Thu, May 04, 2006 at 11:48:23PM +0200, Marcus Meissner wrote: > On Thu, May 04, 2006 at 03:17:40PM -0500, Aric Stewart wrote: > > Gphoto2 UI changes, > > rename the Import button to Import Selected > > disable or enable that button depending on if pictures are selected. >

Re: another gphoto2 ui change

2006-05-04 Thread Marcus Meissner
On Thu, May 04, 2006 at 03:17:40PM -0500, Aric Stewart wrote: > Gphoto2 UI changes, > rename the Import button to Import Selected > disable or enable that button depending on if pictures are selected. I have applied both to my local tree. I have also uploaded the current gphoto2.ds snapshot to ww

Re: Dogfood report: Firefox autoupdate works

2006-05-03 Thread Marcus Meissner
On Wed, May 03, 2006 at 09:05:59PM +0100, Mike Hearn wrote: > On 5/3/06, Marcus Meissner <[EMAIL PROTECTED]> wrote: > >Number of konqueror affecting security problems in the last 2 years > >(by CVE entry): ca 10. > >Number of firefox security problems in the last 2 year

Re: Dogfood report: Firefox autoupdate works

2006-05-03 Thread Marcus Meissner
On Wed, May 03, 2006 at 08:42:56PM +0100, Mike Hearn wrote: > On Wed, 03 May 2006 14:37:55 -0400, Dimi Paun wrote: > > It may be, I haven't used Konqy in many years (5+). > > Nonetheless, FF is the main non-IE browser, I'm happy > > is now fast for doing this, it's sad it took so long > > to get th

PATCH: [0/4] Splitting TWAIN_32 and adding gphoto driver

2006-05-01 Thread Marcus Meissner
Hi, This series of patches splits up the sane specific parts of twain_32 into the controller part (twain_32) and sane specific driver part (sane.ds). It also implements a working gphoto driver (gphoto.ds). TWAIN itself has a concept of: - DSM / Data Source Manager ... A controller that manages

Re: Wine and Java -- some success!

2006-05-01 Thread Marcus Meissner
On Mon, May 01, 2006 at 02:01:33PM +0200, Andreas Mohr wrote: > Hi, > > On Sun, Apr 30, 2006 at 04:09:09PM -0400, Segin wrote: > > javaw.exe -version gives this: > > > > java version "1.4.0_01" > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03) > > Java HotSpot(TM) Client V

Re: question regarding dibsections

2006-04-28 Thread Marcus Meissner
On Mon, Apr 24, 2006 at 09:44:50PM +0200, Marcus Meissner wrote: > Hi, > > While debugging twain, I came across the nativexfer method, used by 60-70% > of all twain using programs. > > It has some very unfortunate programming logic. > > Here is a sample sn

SoC idea: connet to clamav

2006-04-27 Thread Marcus Meissner
Hi, Another idea for Summer of Code that strikes me as useful and doable: - Virus Scanner Support WINE is currently one of the ways a UNIX user runs code downloaded from the network. This code is also known to be more often viral infected, might contain worms, or spyware. There exists

Re: LOSTWAGES PATCH: SUSE Download

2006-04-25 Thread Marcus Meissner
On Tue, Apr 25, 2006 at 05:34:32PM -0400, Segin wrote: > Marcus Meissner wrote: ... > Let me hack at that patch a bit... > > Index: download.template > === > RCS file: /home/wine/lostwages/templates/en/d

question regarding dibsections

2006-04-24 Thread Marcus Meissner
Hi, While debugging twain, I came across the nativexfer method, used by 60-70% of all twain using programs. It has some very unfortunate programming logic. Here is a sample snippet from: http://hp.vector.co.jp/authors/VA011973/prg_twain.htm TW_UINT16 rc; TW_UINT32 hBitma

Re: PROT_EXEC mmap/mprotect, i386 PAE + NX broken, x86-64 2.6.17-rc2

2006-04-23 Thread Marcus Meissner
On Sun, Apr 23, 2006 at 11:25:09AM -0500, Tom Spear (Dustin Booker, Dustin Navea) wrote: ... > >Jesse > Only if you are talking about hardware based NX, but that is different > from what is going on here. The kernel has software-based NX enabled by > default now and that is what is affecting th

Re: CVS build problems

2006-04-23 Thread Marcus Meissner
On Sun, Apr 23, 2006 at 08:47:57AM -0400, Segin wrote: > I just refreshed my CVS source tree, and on configure, it failed while > writing the final makefiles with tihs error: > > config.status: error: cannot find input file: dlls/comdlg32/Makefile.in > > The folder dlls/comdlg32/ is empty -- is

Re: [Wine] Re: Sum-up: Re-proposal: web forums

2006-04-23 Thread Marcus Meissner
Btw, comp.emulators.ms-windows.wine still exists and is used as a forum just fine. http://groups.google.com/group/comp.emulators.ms-windows.wine Instant Web Forum, just add water. ciao, Marcus

Re: PROT_EXEC mmap/mprotect, i386 PAE + NX broken, x86-64 2.6.17-rc2

2006-04-22 Thread Marcus Meissner
> > > http://devzero.co.uk/~alistair/wine/virtual.log > > > > Here is the culprit: > > > > trace:virtual:VIRTUAL_SetProt 0x462000-0x4e7fff c-rW- > > trace:virtual:VIRTUAL_DumpView View: 0x40 - 0x57bfff (anonymous) > > trace:virtual:VIRTUAL_DumpView 0x40 - 0x400fff c-r-- > > trace:virt

Re: PROT_EXEC mmap/mprotect, i386 PAE + NX broken, x86-64 2.6.17-rc2

2006-04-22 Thread Marcus Meissner
On Sat, Apr 22, 2006 at 09:43:43AM +0100, Alistair John Strachan wrote: > On Saturday 22 April 2006 08:38, Marcus Meissner wrote: > [snip] > > Well, in your case it seems to be the main executable, since it faults > > at its very first instruction. > > Maybe I'm just

Re: PROT_EXEC mmap/mprotect, i386 PAE + NX broken, x86-64 2.6.17-rc2

2006-04-22 Thread Marcus Meissner
On Sat, Apr 22, 2006 at 04:30:24AM +0100, Alistair John Strachan wrote: > Hi, > > Just a heads up that WINE seems to suffer from breakage if executed as a > 32bit > binary on an x86-64 kernel as of 2.6.17-rc, because (according to Andi Kleen) > i386 NX is now enabled by default, and on x86-64 i

Re: search for /dev/input/js as well as /dev/js

2006-04-20 Thread Marcus Meissner
On Wed, Apr 19, 2006 at 01:18:43PM -0400, Mike Frysinger wrote: > On Wednesday 19 April 2006 11:44, Mike McCormack wrote: > > Mike Frysinger wrote: > > > other major source projects like libsdl had no qualms > > > supporting /dev/input/js as well as /dev/js > > > > Maybe when you guys come up with

Re: gdi: [2 of 3] Add header for GetCharABCWidthI

2006-04-19 Thread Marcus Meissner
On Wed, Apr 19, 2006 at 07:22:35PM +1000, Jeff L wrote: > I have repackaged this as package. > > This add the the WineEngGetCharABCWidthsI fuction for GetCharABCWidthsI. > There is no A or W suffix for this function as it works from a glyph > rather than a char. > > Change log: > Add WineEngGetCh

Re: RFC/PATCH: Twain + Gphoto

2006-04-18 Thread Marcus Meissner
On Tue, Apr 18, 2006 at 10:48:30PM +0200, Detlef Riekenberg wrote: > Am Sonntag, den 09.04.2006, 21:16 +0200 schrieb Marcus Meissner: > > > +EXTRALIBS = @SANELIBS@ @GPHOTO2LIBS@ > > > It was ok for twain to fail, when sane was not installed. > IMHO, when get more alterna

Re: SOC Idea - native x86-64 port

2006-04-17 Thread Marcus Meissner
On Mon, Apr 17, 2006 at 02:04:02PM -0400, Steven Edwards wrote: > Hi, > I don't know how feasable this is but maybe we could have a google > summer of code project to work on the x86-64 port. I have no idea if > Winelib already works but maybe someone could look in to developing a > thunking/emulat

Re: winebrowser: Use user's preferred browser

2006-04-17 Thread Marcus Meissner
On Fri, Apr 14, 2006 at 08:31:11AM -0500, Jeremy White wrote: > > +"kfmclient > > exec,gnome-open,kmail,mozilla-thunderbird,thunderbird,evolution"; > > A Gnome user will be offended if you spool up the entire KDE environment > just to launch a URL; a KDE user will be similarly offended by

Re: RFC/PATCH: Twain + Gphoto

2006-04-12 Thread Marcus Meissner
On Wed, Apr 12, 2006 at 06:50:36AM -0700, Dan Kegel wrote: > On 4/11/06, Marcus Meissner <[EMAIL PROTECTED]> wrote: > > > >> > I have started adding gphoto2 support to twain.dll. > > > >> > > > >> Sounds good. I'm mildly surprised

Re: RFC/PATCH: Twain + Gphoto

2006-04-11 Thread Marcus Meissner
On Tue, Apr 11, 2006 at 12:10:59PM +0200, Alexandre Julliard wrote: > Marcus Meissner <[EMAIL PROTECTED]> writes: > > > On Mon, Apr 10, 2006 at 08:51:53PM -0700, Dan Kegel wrote: > >> Marcus wrote: > >> > I have started adding gphoto2 support to twain.d

Re: RFC/PATCH: Twain + Gphoto

2006-04-10 Thread Marcus Meissner
On Mon, Apr 10, 2006 at 08:51:53PM -0700, Dan Kegel wrote: > Marcus wrote: > > I have started adding gphoto2 support to twain.dll. > > Sounds good. I'm mildly surprised twain doesn't > support libgphoto2 as a backend already, but whatever... > - Dan It would do so, indirectly via sane. Ciao, Ma

RFC/PATCH: Twain + Gphoto

2006-04-09 Thread Marcus Meissner
return TWRC_FAILURE; + } + break; + } #endif + case DEVTYPE_GPHOTO: + FIXME("gphoto case\n"); + break; + default: + FIXME("Unknown devtype %d\n", devices[pSource->device

strange win in 2006 SourceForge.net Community Choice Awards

2006-04-06 Thread Marcus Meissner
Hi, The 2006 SourceForge.net Community Choice Awards have been announced ... and it seems the Desktop Winner is: "WINE . for Darwin and Mac OS X" Strangely enough, our project directly does not appear to be listed at all in the "Desktop" category. Still considering whether to be sad or happ

WINE & Microsoft WGA

2006-04-05 Thread Marcus Meissner
Hi, Just found by random websearch... http://www.microsoft.com/genuine/downloads/FAQ.aspx?displaylang=en ... Q: Will systems running WINE pass WGA validation? A: Wine is an implementation of the Windows 3.x and Win32 APIs on top of X and Unix. When WGA validation detects WINE running on the s

Re: Alexandre Julliard : configure: Filter out garbage from arts-config --libs too.

2006-04-05 Thread Marcus Meissner
On Wed, Apr 05, 2006 at 11:45:09AM +0200, Alexandre Julliard wrote: > Marcus Meissner <[EMAIL PROTECTED]> writes: > > > Currently: > > configure:10975: gcc -m32 -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall > > -I/opt/kde3/include/artsc -I/opt/gnome/include/glib-2.0 -I

Re: Alexandre Julliard : configure: Filter out garbage from arts-config --libs too.

2006-04-04 Thread Marcus Meissner
On Tue, Apr 04, 2006 at 01:12:26PM +0200, Alexandre Julliard wrote: > Marcus Meissner <[EMAIL PROTECTED]> writes: > > > It also adds -L/opt/kde/lib64 for me, so this will likely not fully work. > > > > I would say we just do not configure arts and esd on 64->32

Re: Alexandre Julliard : configure: Filter out garbage from arts-config --libs too.

2006-04-04 Thread Marcus Meissner
On Tue, Apr 04, 2006 at 05:37:44AM -0500, Alexandre Julliard wrote: > Module: wine > Branch: refs/heads/master > Commit: 197a7d0422b2dd60009e405bc254ca616327fbf0 > URL: > http://source.winehq.org/git/?p=wine.git;a=commit;h=197a7d0422b2dd60009e405bc254ca616327fbf0 > > Author: Alexandre Julliard

Re: whats wrong with the wine devel list

2006-04-02 Thread Marcus Meissner
On Sun, Apr 02, 2006 at 11:47:07AM +0100, Karl Lattimer wrote: > Hi, > > I am having real issue with this list, I can't distinguish betweeen list > mail, other email and spam. Why is there no prefix [wine-devel] in the > subject line? The List-Id: header is the canonical way to do. > Also I don

Re: Photoshop plugins in Gimp on Linux using Wine!

2006-03-31 Thread Marcus Meissner
On Fri, Mar 31, 2006 at 10:15:20AM -0500, Dimi Paun wrote: > From: "Dan Kegel" <[EMAIL PROTECTED]> > > Incidentally, the port of PSPI used winelib for no obvious reason. > > Wouldn't it have been more robust just to use Wine? > > But it is using wine, that's what Winelib does :) > One can try with

Re: Alexandre Julliard : x11drv: Moved desktop mode handling to the explorer process.

2006-03-29 Thread Marcus Meissner
On Wed, Mar 29, 2006 at 02:47:06PM +0200, Willie Sippel wrote: ... > > Isn't it just better to start with a patch that is "right", but will > > still show regressions, then fix those regressions, as opposed to > > starting with a patch that is wrong, and then hacking on it forever > > trying to sol

Re: Why winetools is utterly useless, once and for all.

2006-03-28 Thread Marcus Meissner
On Tue, Mar 28, 2006 at 11:50:17AM +0200, Joris Huizer wrote: > Segin wrote: > >There is one reason, inarguable (if you reply to this you have a IQ of > >0) as to why WineTools is useless: Most of the WineTools 'magic' is in > >it's ~/.wine/config file, which Wine no longer uses/acknoleges, thefo

Re: linux mmap bug ? not filling in allocation gaps

2006-03-22 Thread Marcus Meissner
On Wed, Mar 22, 2006 at 12:11:27AM -0800, Geoff Brimhall wrote: > I've been debugging why an n64 emulator ( Project64 ) > gets "Failed to allocate memory" errors under wine > 9.9.10 on linux kernel 2.6. > > The program allocates a large chunk of size > 0x2010, which succeeds, and then another

Re: New Linux System calls (*at) in 2.6.16

2006-03-20 Thread Marcus Meissner
On Tue, Mar 21, 2006 at 10:59:39AM +1100, Troy Rollo wrote: > Google for these combined with keywords related to Wine didn't show anything, > which surprised me since they seem ideal to solve a number of problems. A > bunch of new calls have been added to the Linux kernel 2.6.16 >

Re: PATCH: Re: Problem with virtual memory rlimits

2006-03-17 Thread Marcus Meissner
On Fri, Mar 17, 2006 at 06:10:40PM +0100, Alexandre Julliard wrote: > Marcus Meissner <[EMAIL PROTECTED]> writes: > > > Got an idea... > > > > It helps if the process is started with the ADDR_COMPAT_LAYOUT personality > > flag set. > > We should stil

PATCH: Re: Problem with virtual memory rlimits

2006-03-17 Thread Marcus Meissner
On Fri, Feb 24, 2006 at 02:12:46PM +0100, Marcus Meissner wrote: > Hi, > > I am having a problem with virtual ulimits/rlimits. > > If you limit the virtual memory size using "ulimit -v 140" for > instance, wine will only crash. > > The problem is, that VIR

Re: Some Processor(s) specific environment variables

2006-03-14 Thread Marcus Meissner
On Tue, Mar 14, 2006 at 06:35:39PM +0100, Paul Vriens wrote: > Hi, > > there are some processor specific environment variables: > > NUMBER_OF_PROCESSORS=1 > PROCESSOR_ARCHITECTURE=x86 > PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 8, GenuineIntel > PROCESSOR_LEVEL=6 > PROCESSOR_REVISION=09

Re: May be a bad idea to have Winetools in the next SUSE release

2006-03-09 Thread Marcus Meissner
> > Currently no Winetools developer works closely with the Wine > > developers to correct problems of interaction between Winetools > > and Wine. > > What does that mean? We are making a tool to make Windows programs run > with Wine. We do not develop Wine and our main goal is not to achieve as >

Re: KERNEL32: Improve descriptions

2006-03-05 Thread Marcus Meissner
On Sun, Mar 05, 2006 at 07:39:04PM +0300, Vitaly Lipatov wrote: > On Sunday 05 March 2006 14:13, Alexandre Julliard wrote: > > Vitaly Lipatov <[EMAIL PROTECTED]> writes: > > > -UINT WINAPI GetTempFileNameW( LPCWSTR path, LPCWSTR prefix, > > > UINT unique, LPWSTR buffer ) +UINT WINAPI GetTempFileNam

Re: Question about copyright lines

2006-03-03 Thread Marcus Meissner
On Fri, Mar 03, 2006 at 03:20:48PM +0100, Stefan Dösinger wrote: > Hello, > At the top of every fine there's are some "Copyright " lines, > listing the persons who have contributed to a file, and when. Are there any > specifc rules about that? If you make a significant contribution, just add yo

PATCH: updated PACKAGING (Re: libxml2 use in Wine?)

2006-02-28 Thread Marcus Meissner
On Tue, Feb 28, 2006 at 11:19:19PM +0100, Gerald Pfeifer wrote: > On Tue, 28 Feb 2006, Raphael wrote: > > Yes wine use libxml2 for msxml implementation (see > > dlls/msxml3/Makefile.in) but autoconf/automake check it > > Thanks for this information. Alexandre, patch for you below. ;-) > > Geral

Re: Early warning: kernel address space change

2006-02-27 Thread Marcus Meissner
On Mon, Feb 27, 2006 at 05:40:06PM +0100, Andreas Mohr wrote: > Hi, > > FYI (just in case it happens to affect Wine): > > http://lkml.org/lkml/2006/2/27/159 This is about physical RAM addresses, not virtual ones. So kernel only ;) Ciao, Marcus

Problem with virtual memory rlimits

2006-02-24 Thread Marcus Meissner
Hi, I am having a problem with virtual ulimits/rlimits. If you limit the virtual memory size using "ulimit -v 140" for instance, wine will only crash. The problem is, that VIRTUAL_alloc_teb() tries to allocate a memory area within the acceptable userspace ... but it does so much mmap()s that

PATCH: define __user (was: Re: ./configure message)

2006-02-22 Thread Marcus Meissner
On Wed, Feb 22, 2006 at 05:48:44PM -0700, Jesse Allen wrote: > On 2/21/06, dmitry serpokryl <[EMAIL PROTECTED]> wrote: > > configure: WARNING: linux/capi.h: present but cannot be compiled > > configure: WARNING: linux/capi.h: check for missing prerequisite > > headers? > > configure: WARNING: l

Re: suse linux 9.3

2006-02-22 Thread Marcus Meissner
On Tue, Feb 21, 2006 at 08:33:11AM -0800, melvin qiuntin wrote: > I tried to install your new .98 rpm and it is listing unsatisfied > dependancies. V3 DSA signature, Libwine so.1, no key Key ID0175623e. I am > not sure if that is a o or a 0. > Please explain. libwine.so.1 is within the WINE

Re: DreamWeaver 8 Issues

2006-02-16 Thread Marcus Meissner
On Thu, Feb 16, 2006 at 05:46:12PM -0500, Ian Kellogg wrote: > I tried to install DreamWeaver 8 with WINE 0.9.8 and I get quite alot of > errors. > > [EMAIL PROTECTED] Desktop]$ wine Dreamweaver8-en.exe > fixme:msi:MsiInstallProductW L"C:\\windows\\Downloaded > Installations\\Macromedia Dreamweave

Re: Small and Fast (was: Re: Add InitializeSecurityContext for schannel)

2006-02-14 Thread Marcus Meissner
On Tue, Feb 14, 2006 at 11:22:09PM +0100, Detlef Riekenberg wrote: > Am Dienstag, den 14.02.2006, 17:34 +0530 schrieb Vijay Kiran Kamuju: > > > Add InitializeSecurityContext for schannel in secur32.dll > > +static SECURITY_STATUS SEC_ENTRY schan_InitializeSecurityContextW( > + PCredHandle phCrede

Re: Wine Font Rendering

2006-02-14 Thread Marcus Meissner
On Tue, Feb 14, 2006 at 09:08:10AM +0100, Roland Kaser wrote: > Hello > > Sorry, this is the second post for this reason, but it's important for me to > sort this problem out. Can somebody try to get a answer? > > I noticed a strange behavior of the Font/Vector objects functionality of > Corel D

Re: linux/capi.h: present but cannot be compiled

2006-01-31 Thread Marcus Meissner
On Tue, Jan 31, 2006 at 10:57:52PM +1100, Joshua Crawford wrote: > (I'm not on the devel list, so please Cc: replies either to me or the users > list.) > > After recently upgrading my distro (from Slackware 10.1 to Slackware 10.2 > with Freerock GNOME), configure (current CVS) now reports It will

Re: Fun with VB6. Crashes in OLE gunk...

2006-01-30 Thread Marcus Meissner
On Mon, Jan 30, 2006 at 08:27:48PM -0800, Dan Kegel wrote: > I finally broke down and bought a copy of VB6 Pro. > To install it, I had to pick "win98" mode in winecfg, > and ignore a few errors. > > While playing around with it, running a test app, I got Wine > to crash on a COM problem of some so

make check fails in iphlapi

2006-01-30 Thread Marcus Meissner
Hi, make check here fails in dlls/iphlapi/tests with: make[1]: Entering directory `/home/marcus/projects/wine/dlls/iphlpapi/tests' ../../../tools/runtest -q -P wine -M iphlpapi.dll -T ../../.. -p iphlpapi_test.exe.so iphlpapi.c && touch iphlpapi.ok [..] trace:iphlpapi:GetAdaptersInfo pAdapterInf

Re: Compile failure [dlls/dinput/joustick.c:177 ... _dfDIJoystick]

2006-01-21 Thread Marcus Meissner
On Fri, Jan 20, 2006 at 08:54:07PM -0500, Morten Welinder wrote: > Hi there, > > on a more-or-less default SuSE 9.3 system I have been getting this > error for a while. > > Ideas? Did you run "make clean" in between? My build for 9.3 went fine, but I start from vanilla state everytime. Ciao, M

Re: MSVCRT: stub implementation for wcsftime

2006-01-20 Thread Marcus Meissner
On Fri, Jan 20, 2006 at 11:55:22AM +0100, Hans Leidekker wrote: > > I just saw an application crash on this unimplemented stub getting > called via some version of the mfc dll. > > -Hans > > Changelog > Stub implementation for wcsftime. Please output at least a fixme! Ciao, Marcus

Re: Accessing gdi32.dll functions from another dll

2006-01-20 Thread Marcus Meissner
On Fri, Jan 20, 2006 at 08:28:17PM +1100, Jeff L wrote: > I need a bit of help with the correct way to do this. In usp10.c I need > to access GetGlyphIndicesW. Given that it is part of gdi32, I assume > that I will need to reference the function in the gdi32.dll rahter than > linking it into usp1

Re: Wine on SuSE 10 and German Umlauts

2006-01-19 Thread Marcus Meissner
On Thu, Jan 19, 2006 at 10:06:39AM +0100, Roland Kaser wrote: > Thanks > > No, makes no diffrence. It seems that the problem is based on a SuSE > specific configuration or library version. Can somebody tell me how wine > gets the keyboard events, or whats happen in wine when users presses keys? >

Re: Wine on SuSE 10 and German Umlauts

2006-01-18 Thread Marcus Meissner
On Wed, Jan 18, 2006 at 03:17:25PM +0100, Roland Kaeser wrote: > Hello > > I'm new in this list. I'm the Application Maintainer of Corel Draw 9 and > Railroad > Tycoo3 so I hope I'm ready to discuss with the developers on a equal level. > > I have a very strange behaviour when using wine (the o

Re: PATCH/RFC: defer OLE apartment window creation

2006-01-18 Thread Marcus Meissner
> >>This isn't thread-safe. It would also be better to make this an accessor > >>function for the win field of struct apartment and fix up all callers to > >>use this. I still have to verify on Windows whether this is what it does > >>or whether it does something funny with message loops. > >>

Re: (no subject)

2006-01-16 Thread Marcus Meissner
On Mon, Jan 16, 2006 at 02:40:57PM +0530, Ananth M wrote: > Hi Maintainers, > >For the recent wine releases , is there any binary rpm's are available ? Sure. Just check http://sf.net/projects/wine/. Ciao, Marcus

Re: Debugging a null pointer dereference

2006-01-15 Thread Marcus Meissner
On Sat, Jan 14, 2006 at 08:41:50PM +0100, Christer Palm wrote: > Hi! > I'm new to this list, but a long time Wine user and regular WWN reader. > > The other day I decided to try out Semiolog, a free as-in-beer piece of > software to create labels from electric equipment manufacturer Hager, > und

Re: pch support

2006-01-13 Thread Marcus Meissner
On Fri, Jan 13, 2006 at 10:47:43AM +0100, Rolf Kalbermatter wrote: > > > On Thu, Jan 12, 2006 at 09:02:42PM +0100, Rolf Kalbermatter wrote: > > > Thomas Weidenmueller wrote: > > > > > > > We've been using PCH with GCC for a long time in ReactOS, > > it's been > > > > working very well and relia

test exploit for WMF / SETABORTPROC vulnerability

2006-01-10 Thread Marcus Meissner
Hi, If someone needs an exploit for the WMF / SETABORTPROC vulnerability that works under WINE (<0.9.5) to verify fixed packages, feel free to mail me offline. Ciao, Marcus

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Marcus Meissner
On Mon, Jan 09, 2006 at 06:48:26PM +0100, Molle Bestefich wrote: > Tom Spear (aka Dustin Navea) wrote: > > ANYWAYS this email has gotten longer than I planned, and my hands are > > starting to hurt, so please, comments or suggestions, send em my way. > > Maybe the reason that your mail is so long

PATCH: assembler _invoke

2006-01-05 Thread Marcus Meissner
On Wed, Jan 04, 2006 at 09:14:18PM -0800, Dan Kegel wrote: > This would definitely be better handled in assembly... Here is the first try. It leaves the old version for non-intel and non-gcc compilers. Ciao, Marcus Index: typelib.c

Re: OLEAUT32: Revert back to an older more informative error message.

2006-01-03 Thread Marcus Meissner
On Tue, Jan 03, 2006 at 07:00:15PM +0900, Mike McCormack wrote: > > Many installers cause Wine's oleaut32 to output alot of FIXME messages > like this: > > fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion > from 0x4003 -> 0xb) > > This message is somewhat frustra

RFC/PATCH: avoid metafilevirus problems

2006-01-02 Thread Marcus Meissner
Hi, requesting comments... This patch reduces the attack vector on metafiles. I originally wanted to filter only SETABORTPROC, but there are a lot of things that might be used to inject code. Comments? Ciao, Marcus Changelog: Only allow whitelisted escape codes when playing metafiles.

Re: Finding patches in wine-cvs mailing list for regression tests using CVS dates

2005-12-31 Thread Marcus Meissner
On Sat, Dec 31, 2005 at 03:48:16PM +0100, Daniel Calviño Sánchez wrote: > 2005/12/31, Marcus Meissner <[EMAIL PROTECTED]>: > > There is a CVS commit that has: > > revision 1.24 > > date: 2005-12-21 21:29:03 +0100; author: julliard; sta

Re: Finding patches in wine-cvs mailing list for regression tests using CVS dates

2005-12-31 Thread Marcus Meissner
12-21 > 21:29:03 +0100" (the previous was made at "2005-12-21 21:19:47 > +0100"). > > Is there something I'm missing? How could I proceed? Thanks. There is a CVS commit that has: revision 1.24 date: 2005-12-21 21:29:03 +0100; author: julliard; state: Ex

Re: OLEAUT32: Use the FAILED macro to check for failure of interface methods.

2005-12-31 Thread Marcus Meissner
On Sat, Dec 31, 2005 at 11:12:33AM +0900, Mike McCormack wrote: > > Robert Shearman wrote: > > >These changes are wrong. IStream_Read can return S_FALSE, which means > >that the call was successful, but didn't do what was intended. From MSDN: > > > >S_FALSE > > The data cannot be read from the

Re: WineTools is in need of some major house cleaning!

2005-12-30 Thread Marcus Meissner
> Could some one from the WineTools project give us a update on our concerns > here? I am not even sure Joachim von Thadden is subscribed here. Ciao, Marcus

Re: wine's setupapi.dll / newdev.dll ?

2005-12-29 Thread Marcus Meissner
On Thu, Dec 29, 2005 at 09:57:47AM -0600, Tom Spear (aka Dustin Navea) wrote: > Marcus Meissner wrote: > > >What does STI provide? Access to digital cameras and scanners? > > > IIRC, STI.dll is the API for scanners, and STI_CI is the API for digital > cameras.. (ST

Re: wine's setupapi.dll / newdev.dll ?

2005-12-29 Thread Marcus Meissner
On Thu, Dec 29, 2005 at 12:46:48AM -0800, Damjan Jovanovic wrote: > I've been working on a still image implementation for > wine / ReactOS for a while now, and I've only recently > realised how impossible it is in wine at the moment... > > wine's SETUPAPI.DLL is not even in its infancy, it > doesn

Re: PATCH/RFC: defer OLE apartment window creation

2005-12-21 Thread Marcus Meissner
On Wed, Dec 21, 2005 at 02:55:14AM +, Robert Shearman wrote: > Marcus Meissner wrote: > > >@@ -257,6 +254,15 @@ > >return apt; > >} > > > >+void make_apartment_window(APARTMENT *apt) { > >+if (apt->win) return; > >+if (!(apt->

Re: has the LGPL licence fell through ?

2005-12-20 Thread Marcus Meissner
On Tue, Dec 20, 2005 at 05:24:40PM -0500, Tom Wickline wrote: > Yes I have read the licence just re read it for that matter... > So why no patches from SpecOps? should Wine move to GPL to keep from > being robbed of its code? I would really like to see more than speculation on this product. LGPL

PATCH/RFC: defer OLE apartment window creation

2005-12-20 Thread Marcus Meissner
Hi, RFC ... since its likely not the clean way Robert wants. This defers the appartment window creation until it is actually need. Ciao, Marcus Changelog: Defer OLE apartment window creation until it is actually needed. Index: dlls/ole32/compobj.c ==

Re: Steam Winsock regression

2005-12-19 Thread Marcus Meissner
On Sun, Dec 18, 2005 at 11:26:01PM -0800, James Liggett wrote: > On Mon, 2005-12-19 at 07:56 +0100, Marcus Meissner wrote: > > On Sun, Dec 18, 2005 at 10:35:34PM -0800, James Liggett wrote: > > > Hi, > > > For a while now I've been noticing a very bad regression i

Re: Steam Winsock regression

2005-12-18 Thread Marcus Meissner
On Sun, Dec 18, 2005 at 10:35:34PM -0800, James Liggett wrote: > Hi, > For a while now I've been noticing a very bad regression in winsock with > steam. If I try to view information about a server using the "View game > info command," my Internet connection fails completely. Not only that, > but so

Re: Create new mailing list wine-isv?

2005-12-16 Thread Marcus Meissner
> The point is that it won't be integrated in neither kernel or glibc. At > least I can't imagine that this will happen. Why should anybody integrate > another binary loader/memory layout into the kernel/libc where there is > already a fully working one? > Just because some people don't want to

Re: question regarding FindWindow

2005-12-15 Thread Marcus Meissner
> Look at why the message loop for 0x10024 doesn't process the message. > This may be one of the things that Windows handles in the server rather > than sending messages to each window. The window its trying to WM_GETTEXT is created by ole32.CoInitializeEx(0,2) (called by Google Earth startup co

question regarding FindWindow

2005-12-13 Thread Marcus Meissner
Hi, While debugging Google Earth I see hangs in FindWindow... Apparently the if (GetWindowTextW( list[i], buffer, len + 1 ) && !strcmpiW( buffer, title )) break; call hangs on the server... But how is this possible? +win,+server snippet: trace:win:RedrawWindow 0x10020 whole window flags:

Re: PATCH: handle NULL XImage in GetBitmapBits

2005-12-13 Thread Marcus Meissner
On Tue, Dec 13, 2005 at 07:13:00PM +0100, Willie Sippel wrote: > Am Dienstag, 13. Dezember 2005 11:42 schrieb Alexandre Julliard: > > Marcus Meissner <[EMAIL PROTECTED]> writes: > > > Changelog: > > > In GetBitmapBits() handle the correct bitmap information >

Re: Can Wine run "sv.net classic"? Not at the moment :-(

2005-12-13 Thread Marcus Meissner
On Mon, Dec 12, 2005 at 11:51:44PM -0800, Dan Kegel wrote: > http://www.heise.de/newsticker/meldung/67265 describes > what looks like a nice opportunity for wine to prove > itself. German employers are required to send insurance > information online. There are two allowed methods: > either a web

Re: PATCH: handle redirect to https

2005-12-12 Thread Marcus Meissner
On Mon, Dec 12, 2005 at 01:58:37AM -0600, Robert Shearman wrote: > Marcus Meissner wrote: > > >Hi, > > > >Redirect from http to https currently segfaults our > >wininet implementation. > > > >Exposed by the Google Earth update check. > > > >C

Re: GCC 4.0.1 / WINE bug?

2005-12-10 Thread Marcus Meissner
On Sat, Dec 10, 2005 at 11:43:38AM +0100, [EMAIL PROTECTED] wrote: > Anyone working on getting wine to work on gcc-4.xx? It works fine on gcc 4.0, gcc 4.1 and also current 4.2 development branch. Ciao, Marcus

Re: Stubbed additional VGA registers

2005-12-09 Thread Marcus Meissner
lls/winedos/vga.c b/dlls/winedos/vga.c > index 9eb7447..cb7e866 100644 > --- a/dlls/winedos/vga.c > +++ b/dlls/winedos/vga.c > @@ -1,7 +1,7 @@ > /* > * VGA hardware emulation > * > - * Copyright 1998 Ove K�en (with some help from Marcus Meissner) > + * Copyright 1998 Ov

Re: OLE without TLS libraries

2005-12-07 Thread Marcus Meissner
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 place (renamed to /lib/tls.disabled). > When I run a program that uses OLE/DCOM (with native > ole libraries) it crashes immediately. Using > LD_LIBRARY_PATH=/lib/tls.

Re: Why Steam fails [VirtualAlloc]

2005-12-05 Thread Marcus Meissner
On Mon, Dec 05, 2005 at 03:11:33AM -0500, Ivan Gyurdiev wrote: > > > > > >...which doesn't happen in your test program as it doesn't use as > >many. Remember that it takes only one page of memory sitting at the > >wrong virtual memory address to divide the available contiguous > >addresses in

<    1   2   3   4   5   6   7   8   9   >