access because they were going through wineserver, which was already
handling a lot of other calls in serial. Basically, it was a traffic jam.
That's my understanding and recollection, at least (I wasn't the original
author of the patch but I did do some work on it later).
Louis Gorenfeld
Muse Research
e big picture is that I'd like to get an IDE such as QtCreator or
KDevelop to work debugging a WINE application. Any way that is possible
would be a good solution for me; it doesn't necessarily have to be through
GDB if there's another way.
Thanks for your help in advance!
-Louis
> Louis wrote
>> Our patches should already be available (Google for "Muse Research open
>> source"; I can't recall the server it's on at the moment, but it should
>> be
>> in the "1.8" subdirectory).
>
> I think it's
> ftp
more usbd.sys stuff but nothing as of yet. Are
> you planning to release your custom patches at some stage?
Our patches should already be available (Google for "Muse Research open
source"; I can't recall the server it's on at the moment, but it should be
in the "1.8" subdirectory). I'm not sure how general-purpose the code is
(I didn't write it).
Louis
is if there is maybe a cutting-edge
usbd.sys module that hasn't made it into the development WINE branch.
Anyway, thanks for your time and any help is greatly appreciated, as always.
-Louis
nd the same time that the two releases would
have significant differences? Specifically, I'm wondering about 1.2.3 vs.
1.3.15.
- Is 64-bit support in version 1.2.3 generally usable and stable, or is
the current development release a lot more mature in that respect?
Your expertise would be appreciated!
Louis
Scott Ritchie open-vote.org> writes:
>
> According to Alexandre...
>
> 1.4 will be out "sometime in 2011"
.
.
.
>
> Plus, of course, the general goal of making more applications work :)
>
> It seems like we're making serious progress. Have any of these stalled
> or become less important? Ha
here anyone who can tell me why the test now fails in WinNT? Maybe I'm
completely off and not understanding the tests for LoadLibraryEx, and the
CloseHandle calls _are_ needed? If someone could explain me why they are there
that would be great.
regards louis
See http://www.winehq.org/pipermail/wine-patches/2011-April/101371.html
Anything i could do to improve to get it in?
>You should take that info from the volume (as it's done now in
>GetVolumeInformation) instead of hard-coded invalid values.
I guess you're right, I wasn't aware of the fact that
GetVolumeInformation already does such a job.
> I'm guessing some of that kernel32 functionality will need to
>be
you have
another way that i overlooked, please let me know
Regards Louis
Dan Kegel kegel.com> writes:
>
> So I wanted to quickly try youtube in wine to verify sound
> was working. I think I used to use Firefox for this, so
> I did
> sh winetricks firefox flash
This is a regression, this used to work a couple of months/ 1 year (?) ago, but
it hangs. If someone wi
Hi Juan,
>Since we don't have the same limitation in Wine,
>applications can call it or not, but it won't have any effect. Hence
>maintaining a version-dependent external behavior, while not behaving
>differently internally, doesn't make sense to me.
Ok, thanks for the info, then i'll just let i
>It's pretty unlikely that count would be larger than 0x.
I agree, but i thought we should mimic Windows-behaviour, and the tests showed
that such large values are at least allowed. If this value is too large could
you suggest another one?
> Also I don't think we need a version check.
T
Dan Kegel kegel.com> writes:
>
> What is our intent with adding all these registry keys?
> It seems as if they are helpful for installing mono,
> but might get in the way of installing MS .net.
>
> If that's the intent, do y'all want me to make the
> dotnet20 winetricks verb remove any registry
ok, now i really need a break, the test i wrote 10 minutes ago had a mistake,
IDirect3D9Ex::GetAdapterDisplayModeEx _does_ allow D3DDISPLAYROTATION pointer
to be NULL. I'll just send the test to wine-patches. Again sorry for the noise
Hi Henri
>>I mean that I don't think the "rotation" argument to
>> GetAdapterDisplayMode() should be allowed to be NULL.
>I tested IDirect3D9Ex::GetAdapterDisplayModeEx and that allows pRotation to
>>be NULL,
hmm, I remembered to have tested this, but to be sure I tested again a few
minutes ago
Hi Henri
>I mean that I don't think the "rotation" argument to
> GetAdapterDisplayMode() should be allowed to be NULL.
I tested IDirect3D9Ex::GetAdapterDisplayModeEx and that allows pRotation to be
NULL, and still happily retrieves all other (D3DDISPLAYMODEEX) info. So it's
seems logical IWin
Hi,
@Chris: thanks for the remarks, i'll adjust patch [3\4] accordingly
@Henry
also thanks, i made a new patch here: http://pastebin.com/y5Kv52h0
would that be ok?
>I also think the wined3d call should simply
>retrieve all info, d3d9ex can discard it again if it feels like it.
I don't exactly
On 7 July 2010 23:39, Louis Lenders wrote:
> +todo_wine ok(mode_ex.ScanLineOrdering ==
> D3DSCANLINEORDERING_PROGRESSIVE,
>"ScanLineOrdering is %d instead of %d\n", mode_ex.ScanLineOrdering,
>D3DSCANLINEORDERING_PROGRESSIVE);
> +todo_wine ok(rotation == D3
Nikolay Sivov codeweavers.com> writes:
> >
> I believe developer's attention doesn't depend on bug state
> (confirmed/uncofirmed) at all.
I'm not sure about that, my experience is that some developers do care about
regressions and some don't (actually i think that they missed the bug repor
>
> > The compatibility information basically indicates that Mono can substitute
> > for .NET below version 3.0. 3.0 and higher still needs Microsoft's
> > implementation.
> > How would you handle hybridizing Mono with Microsoft's framework?
>
> You would need different wine prefixes if you want
otice that doing this in mountmgr causes it to work. Is
there a reason I should not do this?
Cheers,
Louis
Dan Kegel kegel.com> writes:
>
> Pie's in the oven, time for another winetricks release.
>
Could it be possible to "fix" mdac as well? Because of wine now having a more
or less stubbed oledb32.dll, apps that need mdac don't run properly anymore.
Simple solution is to set oledb32 to native, be
I guess we can forward those functions to mapi32 later on.
While running the app, no functions were called at all, it was even enough to
copy a random dll into system32 , and call it mapistub.dll. That was enough to
get the app going
Hi Louis,
These new tests introduce some test failures on several platforms:
http://test.winehq.org/data/tests/kernel32:format_msg.html
On Win9x/WinMe it seems like just another last error.
There seems to be an issue with a particular test when run on a Windows
box with no English locale
>FormatMessage uses the same backend to find the requested resource as
>FindResource does, so I'd guess that they both fail in the same way
>when a resource id or a language does not exist in the module.
I still fail to see how I can call FindResource for a missing message-id. In
the end they
>FormatMessage uses the same backend to find the requested resource as
>FindResource does, so I'd guess that they both fail in the same way
>when a resource id or a language does not exist in the module. Parsing
>an actual resource data is not necessary.
ok, but isn't that test already in tests/r
>A couple of suggestions:
>1. There is no point in testing last error if an API didn't fail
Couldn't it be that the API sets ERROR_SUCCES if it doesn't fail?
>2. It would be helpful to simultaneously test return values and
>last error for FindResource, which should have similar behaviour
>(and
Stefan Dösinger codeweavers.com> writes:
>Do I read this correctly that a double unlockrect call on a surface
>fails, while a double unlockrect call on a texture succeeds?
Yes
Here are some more test suggestions:
-> Create a texture, retrieve its surface, and call LockRect/
UnlockRect o
Markus Stockhausen collogia.de> writes:
>
> Hi,
>
> maybe this topic has discussed before but I did not find any threads in
> the devel mailing list for the last months.
Not sure, but maybe you could find some interesting related stuff in this
bug:http://bugs.winehq.org/show_bug.cgi?id=3756
as a
clue?)
Regards Louis
> so I tried doing
> wine pywin32-212.win32-py2.6.exe
> first. This fails immediately as described in
> http://bugs.winehq.org/show_bug.cgi?id=13844
> It seems to terminate because it tries to get
> a handle to the loaded copy of mscoree.dll
> and fails (because there isn't one).
>
> The insta
Zachary Goldberg bluesata.com> writes:
>
> All,
>
> So it seems to be almost every other day now when somebody mentions
> how broken the appdb rating system is. This "broken-ness" has had
> several high level discussions on Wine-Devel. There have also been
> many, many proposed solutions to t
ected-- my instinct was that the
top-level window is just a window without a parent and that the check might
not need to involve the desktop.
Thanks,
Louis Gorenfeld
Muse Research
>Are you sure that wine's d3d9 is available? (e.g. missing opengl libs on
>your linux system?) the GdiEntry13 stub sounds a bit like it tried to use
>native d3d9.dll, which doesn't work on Wine(and most likely never will)
Yes i'm sure, as the biggest problem that prevented the app from running was
I saw some good progress is being made on getting the .net 3.0 installer
fixed in wine. Nice.
As it will take yet quite some time until the installer is fixed, i
wondered if wine is in good shape to run .net 3.0 apps, once the
installer is finished.
Today I saw someone mentioning a program ca
Chris Robinson gmail.com> writes:
> I think such a thing could still be useful. It'll help figure out what kind
> of
> info apps are getting from a given system, and help determine if problems are
> app-specific or more general system/wine-related. It can also serve as a
> basic interactive t
ld be much appreciated.
Thanks in advance,
Louis Gorenfeld
Muse Research
>Thank you for your answer.
>I agree, that before sending a patch I should write a test first.
>But the problem is that even a tests are ignored without any explanation.
>Maybe my tests aren't good, but why anybody just tell what's wrong.
Seems to be common habit on this list. I hope you're n
diff --git a/dlls/mapi32/mapi32_main.c b/dlls/mapi32/mapi32_main.c
index 936d435..5aace9a 100644
--- a/dlls/mapi32/mapi32_main.c
+++ b/dlls/mapi32/mapi32_main.c
@@ -109,6 +109,7 @@ HRESULT WINAPI MAPILogonEx(ULONG_PTR uiparam,
LPWSTR profile,
{
FIXME("(0x%08lx %s %p 0x%08x %p) Stub\n", uip
- Original Message
From: Juan Lang <[EMAIL PROTECTED]>
To: Louis Lenders <[EMAIL PROTECTED]>
Cc: wine-devel@winehq.org
Sent: Monday, 6 October, 2008 13:36:52
Subject: Re: mapi32: initialize session pointer to zero in MAPILogonEx (2nd
resend)
> diff --git a/dlls/mapi3
Rob Shearman gmail.com> writes:
Thanks very much for your comments Rob,
I've updated the patch here:
http://bugs.winehq.org/attachment.cgi?id=16397
Hopefully correct now?
But now got another problem with the test, i changed it a bit like here:
http://bugs.winehq.org/attachment.cgi?id=16430
This
Rob Shearman gmail.com> writes:
Hi Rob, i think i got the test ready now, i'll send it when the defenitions are
in place in ctxtcall.idl. Now still strugling how to fix the bug.
I fixed up the patch below, also by looking how things are done in similar
places in wine-code. With patch appli
> > +//#include "ctxtcall.h"
>
> Please resend the patch adding the IDL file for this generated file
> and get it in before sending this patch adding the tests.
>
Hi Rob, thanks very much for the comments. I'll do the above , but i have
problems when I uncomment the above include, i get:
compo
Rob Shearman gmail.com> writes:
>
> 2008/9/15 Louis Lenders yahoo.co.uk>:
> > Rob Shearman gmail.com> writes:
> I suggest you write a test case that replicates what the
> application does and either send it to wine-patches
> with appropriate todo_wine's
- Original Message
From: James Hawkins <[EMAIL PROTECTED]>
>The vast majority of this file does not put spaces around parenthesis,
>so can you resend with that fixed?
well, the last functions from that file do put the spaces around them, but if
you prefer otherwise, i'll resend
- Original Message
From: Alexandre Julliard <[EMAIL PROTECTED]>
"Louis. Lenders" <[EMAIL PROTECTED]> writes:
> Hi, the key HKLM//Software\\Microsoft\\Windows\\CurrentVersion\\App Paths is
> needed by LexWare installer (bug http://bugs.winehq.org/sho
Rob Shearman gmail.com> writes:
>
> That's not acceptable as that change will cause applications that do
> use the returned interface to either crash on a NULL pointer (if you
> set *ppv to NULL and return S_OK) or stack corruption (if you return a
> pointer to the wrong interface). You will b
- Original Message
From: Alexandre Julliard <[EMAIL PROTECTED]>
To: Louis. Lenders <[EMAIL PROTECTED]>
Cc: wine-devel@winehq.org
Sent: Friday, 22 August, 2008 4:54:49 AM
Subject: Re: user32: fix error setting in FindWindow (try 2)
"Louis. Lenders" <[EMAIL PR
- Original Message
From: James Hawkins <[EMAIL PROTECTED]>
To: Louis. Lenders <[EMAIL PROTECTED]>
Cc: wine-devel@winehq.org
Sent: Thursday, 21 August, 2008 3:55:07 PM
Subject: Re: kernel32: Tiny improvement to the GetVolumePathNameW stub (try 4)
>That whole paragra
>You've handled *a* successful case, but what about the error case?
As i said already in the mail with the patch, it might be *a* case, but this is
the case
that most apps will follow as far as i can see. Futhermore, when apps are
really crashing
into the other cases, it can be added later o
>The "I'll send the rest later" is a warning light. You should further develop
>this and send it all later so >we know this is actually going somewhere.
The whole patch, that lets Governor of Poker start i have attached to the bug
http://bugs.winehq.org/attachment.cgi?id=15297
a few weeks ago.
Thanks for reviewing the patch James
@@ -6,7 +6,7 @@
8 stub ADsBuildVarArrayInt
9 stdcall ADsOpenObject(wstr wstr wstr long ptr ptr)
12 stub ADsSetLastError
-13 stub ADsGetLastError
+13 stdcall ADsGetLastError(ptr wstr long wstr long)
>Both of those wstr parameters are out pointers so they sho
Hi, apparently none of my patches is making it into git, nor did i recieve any
response from Alexandre about what's wrong with them. I guess i'm kind of
"blacklisted" because of my dxdiag patch from a few months ago, where i took
some code from a directX tutorial ( i thought tutorials were free
Usually i don't feel the need to respond to messages on wine-devel, but now i
do:
> What in the hell does this patch do? Why is it needed? What does it
> fix/implement? Doees this change affect any Bugzilla issues? Where is
> the Changelog?
> This is what I have been trying to get you to do.
Detlef Riekenberg web.de> writes:
>
>
> Louis, please do not give up and reopen the bug.
> You got already some comments, and I want to give some more Ideas.
>
> - You told, that you reuse the code for the cube from the internet.
> That is a no-go because of copy
>Here's what you said in your original patch:
>> - code for spinning cube was partially based on spinning cube code
>>scattered all over the internet
>>-rest was ripped of winecfg
>> - There' s a problem while minizing the d3d-window, but running it in
>>wine-0.9.22 it all goes fine, so this
Juan Lang gmail.com> writes:
>
> > http://www.winehq.org/pipermail/wine-patches/2008-June/056911.html
>
> Ah. That's not enough to judge where your patches are going.
I already explained, see http://bugs.winehq.org/attachment.cgi?id=14342 and
http://www.winehq.org/pipermail/wine-patches/2008-
Juan Lang gmail.com> writes:
>
> Hi Louis,
>
>
> Apparently they were never received in the first place. At least, I
> don't see them on the wine-patches archive. Maybe you should resend?
> --Juan
>
>
Hi Juan:
http://www.winehq.org/pipermail/wine-patches/2008-June/056911.html
Detlef Riekenberg web.de> writes:
>
> Why not?
> - empty stub
> - the property-sheet
> - demo-window with an empty (in memory) Bitmap
> - the wine-logo as bitmap
> - spinning cube
> reorder, when needed
>
Hi Detlef (and Juan) , thanks for the response. I sent in a simple stub (and two
other
Hi, any comments on this one?
btw, is there a reason i never ever receive any comments on my patches when
they are rejected? If so, please tell me, that'll save me a lot of time of
sending them in...
- Forwarded Message
From: Louis. Lenders <[EMAIL PROTECTED]>
To: [EMAI
>And as was shown, Wine correctly returns NULL when its called without a
>context, so there is >something else making it crash. It may be a buggy
>driver. It may be memory corruption Wine is >causing.. who knows.
i don't think it's buggy driver, this happens as far as i know for various
peop
>As I mentioned before this requires a test case.
As i tried to explain , in a simple test glGetString just return null, it will
not crash for me, like it does in the program.
>I remember from the gl log that the program didn't create a WGL context at
>all. It isn't allowed >to make opengl call
Dmitry Timoshkov codeweavers.com> writes:
>
> I'd suggest to post the comments and requests here:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=443552
>
Done. Hope it's fixed soon
Hi, just thought dropping a note here so you'd know: the troubles reported for
wine+fedora 9, now also affect fedora 8. Last saturday i did a 'yum update', and
after that about all wine-applications froze my computer. Only a hard reboot
helped...
Solved it by reverting back to kernel 2.6.24.7-92.f
This seems to be a must have for many people. Would be nice if we could have
this running in near futurfe.
I found that you can download a few old trialversions from
http://www.brothersoft.com/autocad-download-78215.html
(this is autocad2006l on the right side you can see the downloadlinks for
2004
Dan Kegel kegel.com> writes:
>
> When making announcements about Wine 1.0, it's useful
> to include an objective measure of how well it works for
> the average app, one that correctly conveys both
> Wine's promise and its limitations.
>
> Our current appdb stats are:
>
> Platinum 1500
> G
Dan Kegel kegel.com> writes:
>
> Anyone know how to get the d3d9 tests to pass?
> Are there a set of graphic cards that are known to work with them?
>
> Right now, nobody who's reported test results under wine is seeing them pass:
>
http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7
Jeremy White codeweavers.com> writes:
>
> Hi Folks,
>
> One key goal for Wine 1.0 is that all of its conformance
> tests run successfully on nearly all systems. We would really like
> your help in figuring out how close we are to that goal.
>
> To that end, if you are comfortable with checkin
- Original Message
From: Alexandre Julliard <[EMAIL PROTECTED]>
To: Louis. Lenders <[EMAIL PROTECTED]>
Cc: wine-devel@winehq.org
Sent: Thursday, 10 April, 2008 5:15:56 AM
Subject: Re: msvcrtd: add DllMain
"Louis. Lenders" <[EMAIL PROTECTED]> writes:
Hi, does anyone know if LoadImageW is supposed to work with *.gif files? I'm
asking because Autodesk installers seem to so something like
LoadImageW(0,"c:\\foo.gif",IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE)
and then wine just crashes later on, as it tries to get the bitmapinfo header ,
and ends up wi
Hi, i wonder if it would be possible to improve winetricks dotnet 1.1, so that
it's actually able to run
.net-1.1 applications. Currently it only installs the framework, but due to
bugs the apps don't run. Atm moment i use pretty worthless script below to get
them running, but i'm sure one of t
Luis C. Busquets Pérez ilidium.com> writes:
>
> Please find attached some projects that could be in this Summer of Code:
> 1. Finishing the implementation of d3dx9_36. Since we have already the
> forwarding d3dx9_xx there is just need for the this dll to be in our
> system. With this fully dll
> By the way, AutoCAD and 3ds max are very popular applications. It's
> easy to
check how they are popular by using Google. For example, for AutoCAD alone
> you will get 43,800,000 results [1]. So there is a really a lot of people who
> depends on Autodesk products such as AutoCAD.
>
So
>
> On 1/17/08, Dan Kegel kegel.com> wrote:
> > http://www.guardian.co.uk/technology/2008/jan/17/linux.korea
> > says everyone in Korea uses the GOM player...
> > It installs ok, but blew up when I tried to load the Sony music
> > stream from its playlist. ...
> > http://www.gomplayer.com/
> >
Dan Kegel kegel.com> writes:
>
> Hey Louis,
> Focht is using a pseudonym, and I believe it's Wine policy to
> not accept patches without real names.
> His patches should be used as guides only,
> and should not be reposted to wine-patches,
> until such time as he
James Hawkins gmail.com> writes:
> > Currently we have some categories that exactly fit to one dll and
> > some categories that include multiple dlls that are related. Also
> > there is overlap between those two. (And perhaps some that fit in
> > neither.)
> >
> > E.g. there is wine-quartz (one
Dan Kegel kegel.com> writes:
>
> Louis wrote:
> > Ok, here one on my wish-list:
> > All apps that currently fail on wine due to shdocvw/mshtml disfunctionality.
>
> Hmm. I looked at the 48 bugs in
> http://bugs.winehq.org/buglist.cgi?product=Wine&component=
Ok, here one on my wish-list:
All apps that currently fail on wine due to shdocvw/mshtml disfunctionality.
Almost all of these apps start fine using ies4linux. I did quite a lot of
testing of demo's, and many of them fail because of this (in most cases you
just end up with a white screen). Actua
Dan Kegel kegel.com> writes:
>
> At Wineconf 2007, I was appointed to be the guy who decides
> (with Alexandre's approval) what bugs are 1.0 bugs and what aren't.
> So I've started adjusting the "Target Release" fields on a few
> bugs in Bugzilla.
> Over the next month or so, I'd like Wine devel
Anything wrong with these simple stubs?
http://www.winehq.org/pipermail/wine-patches/2007-September/043944.html
and
http://www.winehq.org/pipermail/wine-patches/2007-September/043945.html
?
-
Yahoo! Answers - Get better answers from someone who knows. Tryi
Zhongli Xu gmail.com> writes:
>
> Hi all,I run some tests about mixed using WritePrivateProfileString and stand
file operationsCodes look like this:GetPrivateProfileString(keyname,
value);fopen();fprintf("# comments");
> fclose();WritePrivateProfileString(keyname, newvalue);What I found in the f
t gonna spend any time improving it. Any hints welcomed.
Regards, louis
-
Yahoo! Answers - Get better answers from someone who knows. Tryit now.diff --git a/Make.rules.in b/Make.rules.in
index a32b276..257598e 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -
> > >
> > I think the main problem is that there is a lack of maintainers and the
> > ones that exist seem to be mainly inactive.
Yeah, and it's quite a tedious task to submit test-results, new versions and new
apps into appdb. Maybe we need a few more active ones.
>>If they were active then
>
aa006d2ea4}
not registered
err:ole:create_server class {0514--0010-8000-00aa006d2ea4}
not registered
err:ole:CoGetClassObject no class object
{0514--0010-8000-00aa006d2ea4}could be created for
context 0x5
Unhandled page fault etc.
Solution:
winetricks mdac27
Would that be something useful?
Cheers, Louis
Ben Hodgetts (Enverex atomnet.co.uk> writes:
>
> Me and Chris Morgan changed it to this because we were sick of people
> pasting pages and pages of terminal output into the What works or What
> doesn't work boxes of the test data which is NOT where it belongs. The
> information in test data s
Hi, since a few weeks the following message is displayed when you try to submit
test results into appdb:
Please DO NOT include crash or Wine debug output. Instead report the crash as
a bug in the Wine bugzilla at http://bugs.winehq.org. We ask that you use
bugzilla because developers do not m
Hans Leidekker it.vu.nl> writes:
>
> On Friday 15 June 2007 12:14:06 Michael Stefaniuc wrote:
>
> > Why do you need to copy the fonts? Wine can use the system fonts. The
> > Wine package would need to have only a dependency on the liberation font
> > package. The liberation-fonts rpm is alrea
Hi, this is mainly a follow up to the thread here
http://www.winehq.org/pipermail/wine-devel/2007-May/057092.html ,
to give it a new boost
Question is, are there any plans to include Liberation fonts in wine?
I gave it a good testing last two weeks, that is, i converted the fonts with
Hans'
Evan Stade gmail.com> writes:
>
> Hi,
>
> I want to make some real applications work with the built-in wine
> GDI+. Does anyone know of some programs that use GDI+ that would be
> good for guiding my development?
>
> thanks,
> Evan Stade
>
>
Try "Query bugs" in bugzilla with keyword gdipl
Koshelev, Misha Vladislavo bcm.tmc.edu> writes:
> If I have time, I may look into how hard it would be to add DDE for
winebrowser (I don't think it should be too bad, but I'll have to check).
> Misha
>
>
Cool! looking forward to that than ;)
Hi, i noticed some kind of regression in current git, for example when i try to
start
http://fe.trymedia.com/dm/infogrames/30m_default/t_20em/FreddiKelp.exe , a
download manager for the game. With current git i get this:
Usage: winebrowser URL
That's it, whereas in wine-0.9.34, it opens my f
>wine.inf: Create fake dll for >iexplore.exe. >Vitaliy Margolen
>wine-patches at kievinfo.com
>Thu May 24 08:50:10 CDT 2007
>Some older programs check if IE is installed looking for c:\Program
>Files\Internet Explorer\iexplore.exe
---
tools/wine.inf |1 +
1 files changed
EA Durbin hotmail.com> writes:
>
> No, that doesn't help, i've tried distclean, git clean -x, the usual make
> clean, and nothing works. Regression testing seems borked passed two
> bisects.
>
> >From: Louis Lenders yahoo.co.uk>
> >To: wine
E
> winegcc: gcc failed.
> make[2]: *** [winex11.drv.so] Error 2
> make[2]: Leaving directory `/home/eric/wine/dlls/winex11.drv'
> make[1]: *** [winex11.drv] Error 2
> make[1]: Leaving directory `/home/eric/wine/dlls'
> make: *** [dlls] Error 2
>
> _
Hi, i tried help this dude on IRC channel getting an application to run called
MegaSpoof. Even after creating fake registry key it kept complaining about
missing Internet Explorer.
After looking through the +relay log i found this:
000d:Call KERNEL32.CreateProcessW(,0034f428 L"c:\\Program
Eric Pouech wanadoo.fr> writes:
>
> Tom Spear a écrit :
> > On 4/26/07, Tom Spear gmail.com> wrote:
> >> http://bugs.winehq.org/show_bug.cgi?id=7679 - IMVU 3D Avatar Chat
> >> client crashes
I gave the application a try, and looks like there's a problem with builtin
dbghelp.dll. When i use n
Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Louis. Lenders" wrote:
> Hi, this fixes bug #7953 -> http://bugs.winehq.org/show_bug.cgi?id=7953
> Vitaly said this one won't go as it might break another app, but i don't
> get that , as the key in windows l
Hi, the link on the wine-page to get the Fedora- wine packages points to
"nowhere". Could this be fixed? Furthermore, anyone know where i can get the
wine-rpm for Fedora?
1 - 100 of 139 matches
Mail list logo