On 2009-01-14 (Wednesday) 20:59:09 Louis Lenders wrote:
> ...
> 7. Now Run the app, it crashes into a bunch of unimplemented functions.
> Fortunately just simple stubs were enough to make the app happy.
> I added stubs for
>
> gdi32.GdiEntry13
> kernel32.WerRegisterMemoryBlock
> ntdll.NtSecureConne
James Mckenzie wrote:
> Cesar Izurieta wrote:
>
>> Sent: Jan 21, 2009 7:49 AM
>> To: James Mckenzie
>> Cc: Wine Development Mailing List
>> Subject: Re: Problems with configure on Mac
>>
>> Try something like:
>>
>> LDFLAGS="-L/opt/local/lib" CPPFLAGS="-I/opt/local/include/" ./configure
>>
>>
> ahh... correction... err... actually, builtin msvcrt _doesn't_ go
> according to plan!
>
> the data is returned (echo hello) but the python process hangs - it
> never sees the results come back.
correction: the reason for that was that my test case had "cmd /k
echo test" not "cmd /c echo test
On Thu, Jan 22, 2009 at 8:14 PM, Luke Kenneth Casson Leighton
wrote:
>>> So the problem lies elsewhere... do you have any more information on
>>> the debug output?
>>
>> hiya reece, thanks for responding. yes, i do - lemme get back to you
>> with it: i'm in the middle of a ... actually, i _do_ ha
>> So the problem lies elsewhere... do you have any more information on
>> the debug output?
>
> hiya reece, thanks for responding. yes, i do - lemme get back to you
> with it: i'm in the middle of a ... actually, i _do_ have it:
>
>
>
> it's a trace+all so is about 15mb (sorry!)
>
> i'm doing a r
On Thu, Jan 22, 2009 at 6:59 PM, Reece Dunn wrote:
> 2009/1/22 Luke Kenneth Casson Leighton :
>> 0010:trace:file:RtlGetFullPathName_U
>> (L"C:\\windows\\system32\\cmd.exe.manifest" 520 0xff9aaaf4 (nil))
>> attr= sharing=0001 disp=1 options=0010 ea=(nil).0x
>> 0009:trace:seh
On Thu, Jan 22, 2009 at 6:50 AM, Joris Huizer wrote:
>
>From: Joris Huizer
Your e-mail is messed up in the patches. Alexandre's scripts take the
patch info over the e-mail headers, so you should fix that.
--
-Austin
2009/1/22 Luke Kenneth Casson Leighton :
> 0010:trace:file:RtlGetFullPathName_U
> (L"C:\\windows\\system32\\cmd.exe.manifest" 520 0xff9aaaf4 (nil))
> attr= sharing=0001 disp=1 options=0010 ea=(nil).0x
> 0009:trace:seh:start_debugger Starting debugger "winedbg --auto 8 100"
>
0010:trace:file:RtlGetFullPathName_U
(L"C:\\windows\\system32\\cmd.exe.manifest" 520 0xff9aaaf4 (nil))
attr= sharing=0001 disp=1 options=0010 ea=(nil).0x
0009:trace:seh:start_debugger Starting debugger "winedbg --auto 8 100"
?
ahh fer 's sake :)
this is afte
On Fri, 9 Jan 2009, Gerald Pfeifer wrote:
> I am not aware of one. Tijl and me actually argued to get the
> original behavior back (for this and other reasons like source
> compatbility) but failed. I just pushed again.
FreeBSD upstream is not going to change, from what I can tell, so we
really
Susan, thanks for your continued research. It's giving me a good grasp of
reality.
On that note, will it be possible to run the various MS Office 2003 apps. on
the Mac with Crossover, or will there be so many snags that it makes more
sense to buy the Office product designed for Mac? This is a qu
On 1/9/09, Francois Gouget wrote:
> Sure they carry the Wine announcements, and occasionally mention an
> article about Wine in the Press section. But real articles about Wine?
> Nope. One almost gets the feeling that they don't like Wine for some
> reason...
There was a full lead-in article in t
Hi!
Nikolay Sivov wrote:
> Hi, your patch for wldap32 added a warning:
I know and I sent a patch to revert that change:
http://www.winehq.org/pipermail/wine-patches/2009-January/067780.html
and Alexandre rejected it:
http://www.winehq.org/pipermail/wine-devel/2009-January/072151.html
He is right a
I actually took some time out of my day (that I probably shouldn't have) to
track down the issue and submitted a patch (
http://www.winehq.org/pipermail/wine-cvs/2009-January/052045.html). Not
everything in the WMF files renders properly but at least Wine doesn't crash
horribly, for now I've just
2009/1/22 Francois Gouget :
> On Thu, 22 Jan 2009, Ben Klein wrote:
> [...]
>> Perhaps the question remains, is a VC7 runtime library intended to be
>> developed and shipped with Wine? I don't think this is the case.
>
> We have msvcirt, msvcrt, msvcrt20, msvcrt40, msvcr71 so I would not be
> so su
On Thu, 22 Jan 2009, Ben Klein wrote:
[...]
> Perhaps the question remains, is a VC7 runtime library intended to be
> developed and shipped with Wine? I don't think this is the case.
We have msvcirt, msvcrt, msvcrt20, msvcrt40, msvcr71 so I would not be
so sure. Which dlls are we talking about a
On Thu, Jan 22, 2009 at 12:09:52PM +0100, Francois Gouget wrote:
> On Thu, 22 Jan 2009, Paul TBBle Hampson wrote:
> [...]
> > > If you don't need to manually install the third-party library on a stock
> > > installation of the application's officially supported Windows platform
> > > (e.g. Wow on
2009/1/22 Paul TBBle Hampson :
> On Tue, Jan 20, 2009 at 06:34:14PM +0100, Francois Gouget wrote:
>> On Wed, 21 Jan 2009, Paul TBBle Hampson wrote:
>> [...]
>>> What about apps that fail to include a necessary third-party library?
>
>>> If I understand the AppDB comments and followed the IRC discus
Henri Verbeet writes:
>>From ba79c111cb9a6de4d65d9e2cb9d77ef836802bc4 Mon Sep 17 00:00:00 2001
> From: Henri Verbeet
> Date: Thu, 22 Jan 2009 10:33:37 +0100
> Subject: ddraw: Rename the main vtables to just "vtbl".
I hate to suggest adding Hungarian notation noise, but "lpVtbl" may be a
better
On Thu, 22 Jan 2009, Paul TBBle Hampson wrote:
[...]
> > If you don't need to manually install the third-party library on a stock
> > installation of the application's officially supported Windows platform
> > (e.g. Wow on Windows XP), then you should not need to manually install
> > it in Wine.
On Tue, Jan 20, 2009 at 06:34:14PM +0100, Francois Gouget wrote:
> On Wed, 21 Jan 2009, Paul TBBle Hampson wrote:
> [...]
>> What about apps that fail to include a necessary third-party library?
>> If I understand the AppDB comments and followed the IRC discussion
>> correctly, Warcraft 3's latest
Alistair Leslie-Hughes wrote:
> Hi,
> Helps http://bugs.winehq.org/show_bug.cgi?id=9012
>
>
> Changelog:
> msxml3: Implement IXMLDOMDocument2 IPersistStream_Save
>
> Best Regards
> Alistair Leslie-Hughes
>
>
>
>
>
>
No patch here.
On Thu, Jan 22, 2009 at 08:28:07AM +, David Gerard wrote:
> 2009/1/22 Austin English :
>
> > I wrote an article on common myths/mistruths
> > (http://lwn.net/Articles/315071/), went in today's release (will be
> > free to public in a week).
> > Looks like the editors went with the first draft,
2009/1/22 Austin English :
> I wrote an article on common myths/mistruths
> (http://lwn.net/Articles/315071/), went in today's release (will be
> free to public in a week).
> Looks like the editors went with the first draft, which has a few more
> grammar errors, etc. If there are any more article
24 matches
Mail list logo