Re: Patchsets that need review by experienced Wine Developers

2013-01-04 Thread Louis Gorenfeld
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

Debugging WINE 1.3.24 with GDB

2012-02-29 Thread louis
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

re: Current state of USBD.SYS

2011-08-10 Thread 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

Re: Current state of USBD.SYS

2011-08-10 Thread louis
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

Current state of USBD.SYS

2011-08-09 Thread 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

Questions on WINE releases and stability

2011-07-25 Thread 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

Re: Some notes from wineconf about the 1.4 release -- are we on track?

2011-07-10 Thread Louis Lenders
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

Re: kernel32/tests: remove a few CloseHandle calls on a HMODULE that don't make any sense

2011-07-03 Thread Louis Lenders
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

msvcrt: Add tests to show that utime() can take a NULL-pointer for the utimbuf structure field

2011-05-03 Thread Louis Lenders
See http://www.winehq.org/pipermail/wine-patches/2011-April/101371.html Anything i could do to improve to get it in?

ntdll/tests: add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class

2010-11-24 Thread Louis Lenders
>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

[1/2] user32: fix FindWindowEx behavior if window name is an empty charachter

2010-10-05 Thread Louis Lenders
you have another way that i overlooked, please let me know Regards Louis

Re: dogfood report: Safari runs youtube, firefox doesn't

2010-09-09 Thread Louis Lenders
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

kernel32: Add tests for SetHandleCount + make tests pass for winversions >WINNT

2010-09-03 Thread Louis Lenders
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

Re:kernel32: Add tests for SetHandleCount + make tests pass for winversions >WINNT

2010-09-03 Thread Louis Lenders
>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

wine.inf: added .NET InstallRoot key

2010-08-24 Thread Louis Lenders
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

[1\4]wined3d: Extend IWineD3D_GetAdapterDisplayMode with an extra paramater to pass back some extra adapter info.

2010-07-22 Thread Louis Lenders
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

[1\4]wined3d: Extend IWineD3D_GetAdapterDisplayMode with an extra paramater to pass back some extra adapter info.

2010-07-22 Thread Louis Lenders
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

[1\4]wined3d: Extend IWineD3D_GetAdapterDisplayMode with an extra paramater to pass back some extra adapter info.

2010-07-22 Thread Louis Lenders
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

[1\4]wined3d: Extend IWineD3D_GetAdapterDisplayMode with an extra paramater to pass back some extra adapter info. Henri Verbeet hverbeet at gmail.com

2010-07-21 Thread Louis Lenders
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

Re: d3d9: add a few tests for GetAdapterDisplayModeEx

2010-07-07 Thread Louis Lenders
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

Re: make "bisected" a keyword in bugzilla?

2010-05-22 Thread Louis Lenders
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

Re: Mono integration

2010-04-01 Thread Louis Lenders
> > > 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

mountmgr removable media woes

2010-02-10 Thread louis
otice that doing this in mountmgr causes it to work. Is there a reason I should not do this? Cheers, Louis

Re: New winetricks 20091125: new verbs ie7, alsa, fbo, pbuffer, ...

2009-11-27 Thread Louis Lenders
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

mapistub: add stubbed dll mapistub.dll

2009-11-24 Thread Louis Lenders
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

Re: kernel32/tests: add more tests for Formatmessage{A,W} (try 2)

2009-10-30 Thread Louis Lenders
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

kernel32: add more tests for FormatMessage{A,W}

2009-10-28 Thread Louis Lenders
>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

kernel32: add more tests for FormatMessage{A,W}

2009-10-28 Thread Louis Lenders
>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

kernel32: add more tests for FormatMessage{A,W}

2009-10-28 Thread Louis Lenders
>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

test {IDirect3DTexture8, IDirect3DSurface8}::UnlockRect for rectangles that are not locked

2009-10-15 Thread Louis Lenders
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

Re: oleaut - SysAllocString/SysFreeString

2009-10-02 Thread Louis Lenders
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

shdocvw: would it be allright to pretend succes in IWebBrowser2::Stop?

2009-06-29 Thread Louis. Lenders
as a clue?) Regards Louis

Re: Trying buildbot on wine; foiled by distutils expecting mscoree to be resident?

2009-05-01 Thread Louis Lenders
> 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

Re: Fixing AppDB once and for all

2009-02-03 Thread Louis Lenders
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

QT4 applications not receiving clicks

2009-01-20 Thread louis
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

Re: Running a simple .Net 3.0 application.

2009-01-15 Thread Louis Lenders
>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

Running a simple .Net 3.0 application.

2009-01-14 Thread Louis Lenders
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

Re: Implementing dxdiag as student project?

2008-12-28 Thread Louis Lenders
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

MSVCP80 implementation

2008-12-22 Thread louis
ld be much appreciated. Thanks in advance, Louis Gorenfeld Muse Research

Re: shell32: FOF_MULTIDESTFILES must be set when copying files into directory

2008-10-18 Thread Louis. Lenders
>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

Re: mapi32: initialize session pointer to zero in MAPILogonEx (2nd resend)

2008-10-08 Thread Louis. Lenders
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

Re: mapi32: initialize session pointer to zero in MAPILogonEx (2nd resend)

2008-10-06 Thread Louis. Lenders
- 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

Re: howto fix bug 13462

2008-10-02 Thread Louis Lenders
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

Re: howto fix bug 13462

2008-09-29 Thread Louis. Lenders
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

Re: howto fix bug 13462

2008-09-28 Thread Louis Lenders
> > +//#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

Re: howto fix bug 13462

2008-09-28 Thread Louis. Lenders
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

Re: msi: add stub for MsiDetermineApplicablePatchesW

2008-09-25 Thread Louis. Lenders
- 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

Re: wine.inf.in: create default key App Paths (and key for IEXPLORE)

2008-09-23 Thread Louis. Lenders
- 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

Re: howto fix bug 13462

2008-09-18 Thread Louis Lenders
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

Re: user32: fix error setting in FindWindow (try 2)

2008-08-22 Thread Louis. Lenders
- 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

Re: kernel32: Tiny improvement to the GetVolumePathNameW stub (try 4)

2008-08-21 Thread Louis. Lenders
- 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

Re:kernel32: Tiny improvement to the GetVolumePathNameW stub (try 4)

2008-08-21 Thread Louis. Lenders
>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

Re:shobjidl.idl: add Taskbarlist interface defenitions

2008-08-21 Thread Louis. Lenders
>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.

Re:activeds: add stub for ADsGetLastError

2008-08-21 Thread Louis. Lenders
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

patches

2008-08-21 Thread Louis. Lenders
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

rsaenh: Test and correct the maximum allowable salt length

2008-08-02 Thread Louis. Lenders
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.

Re: programs: add rudimentary dxdiag

2008-07-08 Thread Louis Lenders
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

Re: programs: add rudimentary dxdiag

2008-07-03 Thread Louis Lenders
>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

Re: programs: add rudimentary dxdiag

2008-07-02 Thread Louis Lenders
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-

Re: programs: add rudimentary dxdiag

2008-07-02 Thread Louis Lenders
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

Re: programs: add rudimentary dxdiag

2008-07-02 Thread Louis Lenders
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

programs: add rudimentary dxdiag

2008-06-30 Thread Louis. Lenders
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

Made ENTER_GL() - LEAVE_GL() free X11 lock on exception inside opengl, code

2008-06-28 Thread Louis. Lenders
>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

opengl32: work around a crash in glGetString

2008-06-26 Thread Louis. Lenders
>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

Re: Wine + Fedora

2008-06-09 Thread Louis Lenders
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

Wine + Fedora

2008-06-09 Thread Louis Lenders
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

AutoCad and wine

2008-06-08 Thread Louis Lenders
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

Re: How to phrase Wine's success rate

2008-05-25 Thread Louis Lenders
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

Re: What graphics cards do the d3d9 tests pass on?

2008-05-16 Thread Louis Lenders
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

Re: Call for help with Wine 1.0 testing

2008-05-15 Thread Louis Lenders
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

Re: msvcrtd: add DllMain

2008-04-10 Thread Louis. Lenders
- 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:

Question about LoadImageW and gifs (affects all new Autodesk installers)

2008-04-03 Thread Louis. Lenders
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

improve winetricks dotnet 1.1

2008-03-11 Thread Louis. Lenders
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

Re: Google Summer of Code

2008-03-07 Thread Louis Lenders
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

Re: Next big app(s) to try?

2008-02-22 Thread Louis Lenders
> 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

Re: GOM player

2008-01-18 Thread Louis Lenders
> > 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/ > >

Re: kernel32:add ReadFileScatter

2007-12-03 Thread Louis Lenders
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

Re: defining and revamping our bugzilla categories

2007-10-10 Thread Louis Lenders
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

Re: Wine 1.0 bugs, release criteria

2007-10-07 Thread Louis Lenders
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=

Re: Wine 1.0 bugs, release criteria

2007-10-06 Thread Louis Lenders
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

Re: Wine 1.0 bugs, release criteria

2007-10-06 Thread Louis Lenders
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

Re: wtsapi32: add stub for WTSRegisterSessionNotification

2007-09-24 Thread Louis. Lenders
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

Re: About WritePrivateProfileString and file operations

2007-08-16 Thread Louis Lenders
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

Fonts (+liberation again...)

2007-08-10 Thread Louis. Lenders
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 @@ -

Re: request to change appdb message

2007-07-03 Thread Louis Lenders
> > > > > 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 >

Re: request to change appdb message

2007-06-29 Thread Louis Lenders
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

Re: request to change appdb message

2007-06-28 Thread Louis Lenders
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

request to change appdb message

2007-06-28 Thread Louis. Lenders
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

Re: Liberation

2007-06-15 Thread Louis Lenders
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

Liberation

2007-06-14 Thread Louis. Lenders
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'

Re: GDI+ programs

2007-06-11 Thread Louis Lenders
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

Re: Wine fails to start browser

2007-06-03 Thread Louis Lenders
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 ;)

Wine fails to start browser

2007-06-03 Thread Louis. Lenders
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

Re:wine.inf: Create fake dll for iexplore.exe.

2007-05-31 Thread Louis. Lenders
>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

Re: problems regression testing/compiling wine

2007-05-13 Thread Louis Lenders
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

Re: problems regression testing/compiling wine

2007-05-13 Thread Louis Lenders
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 > > _

Internet explorer not detected

2007-05-11 Thread Louis Lenders
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

Re: msvcp60 and bug 7679

2007-04-26 Thread Louis Lenders
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

Re: wine.inf: update registry key

2007-04-20 Thread Louis. Lenders
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

Fedora packages, where are they?

2007-04-05 Thread Louis Lenders
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   2   >