Hi,
Could someone please test those, I want to see if
the second or third crash on Windows to handle those
borderline cases.
Ciao & Thanks, Marcus
---
dlls/kernel32/tests/profile.c |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/dlls/kernel32/tests/profile.c b/d
On Sun, Feb 01, 2009 at 03:25:43PM +0100, Detlef Riekenberg wrote:
> On Sa, 2009-01-31 at 11:09 +0100, Marcus Meissner wrote:
> > -EnumPrintersA(PRINTER_ENUM_LOCAL, NULL, 5, NULL, 0, &needed,
> > &num);
> > -if(needed) {
> > +if (EnumPrintersA(P
On Sun, Feb 01, 2009 at 10:41:25AM +0100, Guillaume SH wrote:
> Hi Paul,
>
> You asked me to actually describe the security I am concerned about, so I am
> going for it :
>
> Imagine an ill-intentioned people, call it the attackers. By the mean of
> simply creating the following C application (ba
On Sun, Feb 01, 2009 at 09:48:01AM -0800, Dan Kegel wrote:
> I'm going to be giving a Wine presentation at
> Cebit next month. You can see a draft of the
> presentation at
> http://kegel.com/wine/cebit2009/talk.html
> (I will say lots more than is written there; the
> slides are kept simple on pu
On Wed, Feb 04, 2009 at 02:15:04PM -0600, Austin English wrote:
> On Wed, Feb 4, 2009 at 2:11 PM, Marcus Meissner wrote:
> > Hi,
> >
> > Targetbuffer length must not be -1.
> >
> > Ciao, Marcus
> > ---
> > dlls/mshtml/editor.c |2 +-
>
On Thu, Feb 05, 2009 at 03:53:04PM +, Rob Shearman wrote:
> 2009/2/4 Marcus Meissner :
> > @@ -442,7 +442,7 @@ static LPWSTR get_url(void)
> >
> > if(size > sizeof(httpW) && !memcmp(url, httpW, sizeof(httpW))) {
> > strcatW(url, v_formatW);
&
Hi Florian,
You are calling get_timer_val(3) in ioports.c
(if (chan == 3) ... going down to get_timer_val(chan))
Howver, tmr_8253 is just a 3 element array, so [3] will run over the end,
Is your code right? The change comes from this commit:
commit edbd4885542e4545439906df950a68dc48e70
On Wed, Feb 11, 2009 at 09:35:26AM -0500, Steve Brown wrote:
> On Tue, 10 Feb 2009, Vitaliy Margolen wrote:
>
> > Ben Klein wrote:
> >> This is not a problem with Wine, this is OpenSUSE breaking the
> >> environment when sudo is called. Remember, Wine is not the only X11
> >> app out there. Others
On Sat, Feb 14, 2009 at 04:49:03PM -0800, Dan Kegel wrote:
> I've been slowly finishing my cebit presentation. The current draft is at
> http://kegel.com/cebit/
>
> It now talks briefly about winetricks,
> and uses firefox and safari as examples
> of installing and running platinum and bronze
>
Hi,
A week ago I went to Bruessel / Bruxelles in Belgium to the largest
opensource developer conference in Europa, FOSDEM 2009.
openSUSE has a developer room there the last years and we fill
our time by holding talks, mostly concerning openSUSE and stuff
that we do for the distribution and what o
On Wed, Feb 18, 2009 at 09:33:01PM +1100, Ben Klein wrote:
> 2009/2/18 IneedAname :
> > Why not make Wine honor the noexe flag on the mount?
>
> This might not be a bad idea, if it's possible. Make Wine refuse to
> run apps on noexec filesystems.
Likely will break installing all DVD/CD Software ;
On Fri, Feb 20, 2009 at 11:47:16AM -0600, Rosanne DiMesio wrote:
> On Fri, 20 Feb 2009 09:24:09 -0800
> Dan Kegel wrote:
>
> >
> > Can we add in a line at the top saying
> > "Stable version 1.0.1 of Wine can usually be installed
> > just like any other Linux application using your
> > package
On Fri, Feb 20, 2009 at 11:02:16PM +0100, Rolf Kalbermatter wrote:
> On Fri, Feb 20, 2009 at 7:40 PM, Dan Kegel wrote:
> > Please try http://kegel.com/wine/distro.html and let me know if it
> > detects your distro properly, I'll fix it up as needed.You're running
>
> Firefox 3 on an unknown dis
On Sun, Mar 22, 2009 at 08:45:18PM +1000, Robert Lunnon wrote:
> I get this error under solaris building wine.
> Any clues would be welcome (Things have probably changed a lot since I last
> hacked on Wine)
>
> make[2]: Entering directory `/export/home/src/wine2004/wine/dlls/kernel32'
> ../../tool
On Wed, Apr 08, 2009 at 09:16:17PM +0200, remi.assai...@free.fr wrote:
> Hi all,
>
> I'm submitting the PulseAudio patch from Arthur Talyor.
> As most distros have PulseAudio by default Wine should provide upstream
> support.
> Both Fedora and Mandriva have included this work and it is reporte
On Thu, Apr 16, 2009 at 11:44:30AM -0700, Scott Ritchie wrote:
> Ubuntu 9.04's new notification system is really nice and non obtrusive,
> however it can still get in the way if you need the entire screen.
> Accordingly, the notifications system has been designed to not draw
> notifications when
On Mon, May 11, 2009 at 12:56:28PM +0200, Joerg Mayer wrote:
> Hello (mostly wine package maintainers),
>
> On Sun, May 10, 2009 at 05:07:55PM +0200, Massimo Del Fedele wrote:
> > James McKenzie ha scritto:
> >> Good work. Have you started to think about how to get this into Wine
> >> where AJ wi
On Tue, May 19, 2009 at 01:46:31PM +0200, Paul Vriens wrote:
> Marcus Meissner wrote:
>> +lend2:
>> TRACE("%d <--\n", bSuccess);
>> return bSuccess;
>> }
> Hi Marcus,
>
> After AJ's remark you marked this Coverity one as "
On Sun, Jun 14, 2009 at 04:30:30PM +0200, Stefan Dösinger wrote:
> Am Sonntag, 14. Juni 2009 14:26:53 schrieb Marcus Meissner:
> > Hi,
> >
> > gcc 4.5trunk warned that we do not handle case 7 (D3DRTYPE_INDEXBUFFER),
> > so add it here too.
> There's a reason w
On Sun, Jun 14, 2009 at 05:29:39PM +0200, Stefan Dösinger wrote:
> > Here:
> > /home/marcus/projects/wine/dlls/d3d9/device.c: In
> > Funktion »reset_enum_callback«:
> Does the attached patch fix the issue?
Yes it does.
Ciao, Marcus
On Sun, Jul 05, 2009 at 11:20:54AM +0200, marco wrote:
> Hin-Tak Leung schreef:
>> --- On Sat, 4/7/09, marco wrote:
>>
>>
>>> Hi all,
>>>
>>> I make the mandriva packages and put them on sourceforge.
>>>
>>> But sourceforge changed there layout and now I can not
>>> longer find the
>>> button t
On Thu, Jul 30, 2009 at 10:17:37AM +0200, Paul Vriens wrote:
> Hi Marcus,
>
> I've noticed some strange output with transl:
>
> http://source.winehq.org/transl/resource.php?lang=013%3A00&resfile=dlls%2Fgphoto2.ds&type=5&id=1025&compare=
>
> When I look at the defined resources for the first dialog
On Thu, Jul 30, 2009 at 10:24:50AM +0200, Marcus Meissner wrote:
> On Thu, Jul 30, 2009 at 10:17:37AM +0200, Paul Vriens wrote:
> > Hi Marcus,
> >
> > I've noticed some strange output with transl:
> >
> > http://source.winehq.org/transl/resource.php?lang=013
On Fri, Aug 07, 2009 at 06:36:36PM -0700, chris ahrendt wrote:
>
> [../wine-git/dlls/ntdll/server.c:802]: (error) Resource leak: fd
I do not fully understand the code (keep fd open to have to lock
existing?), but it is in a fatal exit path.
> [../wine-git/tools/fnt2bdf.c:219]: (error) Resource l
On Thu, Aug 13, 2009 at 09:07:29PM +0200, Alexandre Julliard wrote:
> Austin English writes:
>
> > On Thu, Aug 13, 2009 at 1:41 PM, Juan Lang wrote:
> >>> All the more reason to use the existing libmpg123 instead of trying to
> >>> maintain our own version, IMO.
> >>
> >> Aric already explained t
On Fri, Aug 14, 2009 at 12:52:48PM +0200, Michael Stefaniuc wrote:
> Alexandre Julliard wrote:
> > Marcus Meissner writes:
> >
> >> On Thu, Aug 13, 2009 at 09:07:29PM +0200, Alexandre Julliard wrote:
> >>> Austin English writes:
> >>>
> &g
On Fri, Aug 28, 2009 at 02:16:40PM -0700, chris ahrendt wrote:
> Ok CPPCheck guys have repired the false positive but now get this:
>
> $ ./cppcheck -q -a ../wine/wine/dlls/wineoss.drv/mixer.c
> ../wine/wine/dlls/wineoss.drv/mixer.c:576: (error) Resource leak: mixer
> ../wine/wine/dlls/wineoss.dr
On Fri, Sep 04, 2009 at 11:20:08AM -0700, chris ahrendt wrote:
> [../wine-git/dlls/wineoss.drv/mmaux.c:150]: (error) Resource leak: mixer
> [../wine-git/dlls/wineoss.drv/mmaux.c:211]: (error) Resource leak: mixer
Is a bug, patch sent.
> [../wine-git/programs/oleview/pane.c:152]: (error) Possible
On Tue, Sep 08, 2009 at 07:21:03PM -0700, chris ahrendt wrote:
> [/home/cahrendt/wine-git/dlls/msvcrt/tests/file.c:982]: (error)
> Deallocating a deallocated pointer: stream2
> [/home/cahrendt/wine-git/dlls/msvcrt/tests/file.c:966]: (error) Resource
> leak: stream3
> [/home/cahrendt/wine-git/dlls
On Thu, Sep 10, 2009 at 04:48:24PM -0500, Jeremy White wrote:
> Hi Folks,
>
> It's now close enough to November that you can't blow
> this email off .
>
> We've got all the info here:
> http://wiki.winehq.org/WineConf2009
>
> Our challenge this year is that we're managing the booking,
> so we
On Mon, Sep 21, 2009 at 01:50:51PM +0100, Huw Davies wrote:
> ---
> dlls/oledb32/convert.c | 231
> +-
> dlls/oledb32/tests/convert.c | 10 --
> 2 files changed, 228 insertions(+), 13 deletions(-)
> diff --git a/dlls/oledb32/convert.c b/dlls/oledb3
On Mon, Sep 21, 2009 at 02:46:25PM +0100, Huw Davies wrote:
> On Mon, Sep 21, 2009 at 03:36:21PM +0200, Marcus Meissner wrote:
> > On Mon, Sep 21, 2009 at 01:50:51PM +0100, Huw Davies wrote:
> > > +if(src_type & DBTYPE_VECTOR || dst_type & DBTYPE_VECTOR) return
>
return TWRC_FAILURE;
+ }
+ break;
+ }
#endif
+ case DEVTYPE_GPHOTO:
+ FIXME("gphoto case\n");
+ break;
+ default:
+ FIXME("Unknown devtype %d\n",
devices[pSource->device
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
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
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
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
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
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
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
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
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
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
> > > 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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>
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
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
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
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: **
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
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
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
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
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
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
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
>
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
On Mon, Jun 12, 2006 at 10:02:35AM -0500, Alexandre Julliard wrote:
> Module: wine
> Branch: refs/heads/master
> Commit: fe4c4780eb0a047f09a2e536eeaa1f51434b4b61
> URL:
> http://source.winehq.org/git/?p=wine.git;a=commit;h=fe4c4780eb0a047f09a2e536eeaa1f51434b4b61
>
> Author: Alexandre Julliard
On Mon, Jun 19, 2006 at 06:12:38PM +0900, Mike McCormack wrote:
> diff --git a/Make.rules.in b/Make.rules.in
> index 9af2d3e..9deee72 100644
> --- a/Make.rules.in
> +++ b/Make.rules.in
> @@ -98,7 +98,6 @@ prefix = @prefix@
> exec_prefix = @exec_prefix@
> bindir = @bindir@
>
On Thu, Jun 22, 2006 at 10:36:10PM +0100, Andrew Talbot wrote:
> James Hawkins wrote:
> > Probably, L"" is not portable, and you have to use:
> >
> > static const WHCAR string[] = {'s','t','r','i','n','g',0};
> >
> I'm just curious: not arguing, ;) but Plauger says, in "The Standard C
> Library"
On Sat, Jun 24, 2006 at 11:47:51AM +0200, Olaf Schmidt wrote:
> Hi *.*,
>
> seems, that the Ole-BSTR-Concat doesn't work anymore:
> (Debian Sid, from wine 0.9.12 upwards - wine configured,
> to use the builtin Ole-Stuff)
>
> In VB-Applications (wich are using (wide) Ole-BSTRs under
> the hood),
On Fri, Jun 23, 2006 at 01:48:31PM -0700, John Willis wrote:
> Howdy,
>
> I have a large VS 6.0 C++ program and I'm running it under WINE under Redhat
> Linux.
> Everything works fine, but it doesn't handle file sizes greater than 4gb like
> it can running
> directly under Windows XP.
> I've
On Wed, Jun 28, 2006 at 09:11:21AM +0200, Maarten Lankhorst wrote:
> Same as v1, but now even better! :D
But without cryptnet_main.c ...
Ciao, Marcus
On Thu, Jun 29, 2006 at 08:48:31AM -0500, David D. Hagood wrote:
> Vijay Kiran Kamuju wrote:
> >hi,
> >
> >I think HAL for linux should handle the automatic mounting and
> >autorunning it take care.
> >So it should be a part of HAL.
> >
> >my 2 cents.
> >
>
> I strongly DISAGREE - as others have p
On Tue, Jul 11, 2006 at 10:02:31AM +, Roland Kaeser wrote:
> Hello All
>
> By all respect of all the hard work the developers make all day. But to see
> the changes in 0.9.17 makes me really angry. Is everybody developing for the
> gamers? Whats the focus of the wine development? Currently
On Wed, Jul 12, 2006 at 10:52:51PM -0700, Dan Kegel wrote:
> OK, call me a git, but
> git fetch
> doesn't grab the latest changes, while
> git pull
> does. i.e. after git fetch, I can look at a file that's
> listed as changed on the wine-cvs archive, and
> it hasn't been updated; but after git
On Sun, Jul 23, 2006 at 04:28:09PM +0200, [EMAIL PROTECTED] wrote:
> Dear friends and developers of WINE,
>
> I've been using your application now for some time, and it works quite well
> yet. However, I found the mapping of Drive Z: to root, which seems a bit
> strange to me. I've also read som
On Mon, Jul 24, 2006 at 11:25:17AM +0200, [EMAIL PROTECTED] wrote:
> Hi Marcus,
>
> you wrote:
>
> > > (Maybe it's possible just to leave out the Z: mapping?)
> >
> > rm ~/.wine/dosdevices/z:
> >
> > You can also adjust the "wineprefixcreate" script not to create it anymore.
>
> as we've hear
On Mon, Jul 24, 2006 at 08:58:05PM +1000, Jeff Latimer wrote:
> Marcus Meissner wrote:
>
> >>
> >>as we've heard from our Austrian colleague, this is not improving sec
> >>(which was a freshening shock for me).
> >>
> >
> >Since the
On Tue, Aug 01, 2006 at 11:25:12AM -0700, Jesse Allen wrote:
> Does anyone have HAL and SecuRom copy protection working? I'm starting
> to get support questions with people using HAL and I'm not sure how to
> help them. I need information now that HAL support is in Wine on
> whether SecuRom works w
On Mon, Aug 07, 2006 at 07:13:04AM -0500, Alexandre Julliard wrote:
> Module: wine
> Branch: refs/heads/master
> Commit: e548d4083177125559f752d902907187cea60474
> URL:
> http://source.winehq.org/git/?p=wine.git;a=commit;h=e548d4083177125559f752d902907187cea60474
>
> Author: Tijl Coosemans <[E
On Sun, Aug 06, 2006 at 02:32:23PM -0700, Jesse Allen wrote:
> On 8/6/06, Marcus Meissner <[EMAIL PROTECTED]> wrote:
> >On Tue, Aug 01, 2006 at 11:25:12AM -0700, Jesse Allen wrote:
> >> Does anyone have HAL and SecuRom copy protection working? I'm starting
> >>
On Mon, Aug 07, 2006 at 09:54:20PM +0100, Andrew Talbot wrote:
> Although I accept that my opinion may not be universally shared :-), I
> believe that it is better to turn -Wcast-qual on permanently and
> double-cast the appropriate return values of the relevant wide-string
> functions (strchrW(),
On Thu, Aug 10, 2006 at 12:53:58PM +0200, Alexandre Julliard wrote:
> Tijl Coosemans <[EMAIL PROTECTED]> writes:
>
> > I'm looking at include/wine/library.h and was wondering why the
> > wine_get_fs/gs/... are declared extern and not static like many other
> > functions in that file. Is there any
On Fri, Sep 01, 2006 at 09:43:40AM +0200, Paul Vriens wrote:
> Hi,
>
> I'm currently dealing with the DllRegister part of wintrust. One of it's
> include files (softpub.h) on Windows has:
>
> #define SP_POLICY_PROVIDER_DLL_NAME L"WINTRUST.DLL"
> #define SP_INIT_FUNCTIONL"SoftpubInitia
On Sat, Sep 02, 2006 at 10:09:19PM -0700, David Anderson wrote:
> It's not anything the list would concern itself with,
> and I've not had a chance to look at it yet... I'm just sending this
> as an FYI. Any suggestions would of course be welcome.
>
> the Fedora Core 4 install of the (new to FC4
On Fri, Sep 08, 2006 at 01:38:04PM -0400, Vijay Kiran Kamuju wrote:
> Hi,
>
> In the bug reports I have seen that we are facing problems with symbol
> demangling of '_R' operators and 'Y' datatypes.
>
> err:msvcrt:symbol_demangle Unknown operator: _R
> and
> err:msvcrt:demangle_datatype Unknown t
On Wed, Sep 13, 2006 at 09:57:13PM +0930, n0dalus wrote:
> On Wed Sep 13 10:57:33 2006 +0200, Marcus Meissner
> <[EMAIL PROTECTED]> wrote:
> >Mention kernel 2.6.
> >
> >---
> >
> > documentation/README.de |2 +-
> &g
On Wed, Sep 13, 2006 at 07:47:31PM +0200, Kai Blin wrote:
> On Wednesday 13 September 2006 14:49, Marcus Meissner wrote:
> > > A few of the emails you've sent to the wine-patches mailing list
> > > lately have not had 'To:' headers. Many people have their mai
On Fri, Sep 15, 2006 at 05:30:36PM +0200, Tijl Coosemans wrote:
> I get the following error running configure on FreeBSD:
>
> config.status: creating Makefile
> sed: 14: ./confstathEGAkR/subs-4.sed: unescaped newline inside substitute
> pattern
>
> There's one of those for every Makefile. The pr
On Sun, Sep 17, 2006 at 08:09:24AM +1000, Robert Lunnon wrote:
> I note the recent flamefest, where some of this list seared yet another
> contributor (Roland Kaeser)
>
> Since this particular very old, very shrivelled chestnut. is one of my
> personal favourites (thanks to Colin Wright for the
Hi folks,
I had to write it up for my dear colleagues anyway, so here
my notes... Feel free to reuse as you like.
Attendance was around 35 people, all developers.
Location was the university campus of Reading, a lecture hall in the
Agriculture Department.
The conference was organized by CodeWea
On Tue, Sep 19, 2006 at 04:05:16AM +0200, Willie Sippel wrote:
> Thanks a lot for the writeup!
>
> Regarding the 1.0 goals, is that nasty OpenGL viewport bug (2398) still
> considered a blocker? What about the DIB engine (421), or at least the
> client-side DIB copy optimization (3902)? Did you
On Tue, Sep 19, 2006 at 09:36:05AM +0200, Kai Blin wrote:
> On Tuesday 19 September 2006 03:19, Dmitry Timoshkov wrote:
> > "Ivan Leo Puoti" <[EMAIL PROTECTED]> wrote:
> > > ../../../../wine/tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p
> > > gdi32_test.exe.so ../../../../wine/dlls/gdi/tests
On Wed, Sep 20, 2006 at 05:54:06PM +0200, Tomas Carnecky wrote:
> Jan Zerebecki wrote:
> >As explained in the mail refrenced above the main problem is that
> >in wine the alsa callback signal (that we currently use) won't
> >work properly without special care, but the fd based method (for
> >exampl
Hi,
Some Wine conference pictures from David and myself:
http://gallery.kuschelt.net/main.php?g2_view=core.ShowItem&g2_itemId=100617
Ciao, Marcus
On Tue, Sep 26, 2006 at 03:04:47PM -0500, Alexandre Julliard wrote:
> Module: wine
> Branch: master
> Commit: 9ae4e8d98efc952918bcdae86b2f640c4b062a3b
> URL:
> http://source.winehq.org/git/?p=wine.git;a=commit;h=9ae4e8d98efc952918bcdae86b2f640c4b062a3b
>
> Author: Alexandre Julliard <[EMAIL PR
Hi,
../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p
crypt32_test.exe.so sip.c && touch sip.ok
sip.c:176: Test failed: Expected CryptSIPRetrieveSubjectGuid to succeed
sip.c:177: Test failed: Expected ERROR_SUCCESS, got 0x0002
sip.c:179: Test failed: Expected ({c689aab8-8e78-11d
1 - 100 of 861 matches
Mail list logo