Re: wine and msys rxvt.exe

2007-02-25 Thread L. Rahyen
Sunday February 25 2007 07:52、Wesley Parish さんは書きました: I installed msys a couple of years back, and decided to test rxvt.exe: bash-3.1$ wine .wine/drive_c/msys/1.0/bin/rxvt.exe libGL warning: 3D driver claims to not support visual 0x4b fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is

Re: msi: Add handlers for JScript/VBScript actions that call one script function. [PATCH 2/3]

2007-02-25 Thread Robert Shearman
Misha Koshelev wrote: All actual script implementation is left (for the next patch) in the call_script function. Patches should attempt to be atomic changes that compile and pass all tests without another patch needing to be applied on top. I suggest you implement automation.c and the

Re: msi: Add full JScript/VBScript support and partial expandable OLE automation support. [PATCH 3/3]

2007-02-25 Thread Robert Shearman
Misha Koshelev wrote: +/* Macros to get pointer to AutomationObject) from the other VTables. */ Typo with extra ) here. +HRESULT WINAPI SessionImpl_Invoke( +AutomationObject* This, +DISPID dispIdMember, +REFIID riid, +LCID lcid, +WORD wFlags, +

Re: a big fan (now with bad news)

2007-02-25 Thread Robert Shearman
Joris Huizer wrote: Aww... yes, I'm seeing that too According the the wine application database (http://appdb.winehq.org/appview.php?iVersionId=469) some settings help it get a bit further, but it reports: Microsoft Internet Explorer has encountered a problem and needs to close. We are sorry

Re: wine and msys rxvt.exe

2007-02-25 Thread Robert Shearman
Wesley Parish wrote: I installed msys a couple of years back, and decided to test rxvt.exe: bash-3.1$ wine .wine/drive_c/msys/1.0/bin/rxvt.exe libGL warning: 3D driver claims to not support visual 0x4b fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented

Re: [2/2] user32: do not call NULL message callback

2007-02-25 Thread Robert Shearman
Fabian Bieler wrote: @@ -8894,23 +8894,20 @@ static void test_nullCallback(void) HWND hwnd; MSG msg; -if(0) -{ -hwnd = CreateWindowExA(0, TestWindowClass, Test overlapped, WS_OVERLAPPEDWINDOW, - 100, 100, 200, 200, 0, 0, 0, NULL); -

mingw linking problem

2007-02-25 Thread Stefan Leichter
Hello, i'm trying to build wine/its dlls with mingw. This fail for some dlls at the linking, eg. comdlg32.dll misses the imports _IID_IContextMenu, _IID_IShellFolder, _IID_IPersistFolder2, _IID_IShellBrowser, _IID_ICommDlgBrowser, _IID_IShellView, _SID_STopLevelBrowser My investigations

Re: msi: Add full JScript/VBScript support and partial expandable OLE automation support. [PATCH 3/3]

2007-02-25 Thread Misha Koshelev
On Sun, 2007-02-25 at 13:00 +, Robert Shearman wrote: Misha Koshelev wrote: +/* Macros to get pointer to AutomationObject) from the other VTables. */ Typo with extra ) here. +HRESULT WINAPI SessionImpl_Invoke( +AutomationObject* This, +DISPID dispIdMember,

GDI surfaces, GDI heap and wined3d's VideoMemorySize

2007-02-25 Thread Rok Mandeljc
Hey all, I've been experiencing an odd behavior in Baldur's Gate 2; when VideoMemorySize registry key for wined3d is set to anything greater than 64MB (69MB, actually), it stops before playing intro movie, printing following line: err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please

Wine and XP Themes

2007-02-25 Thread Andrew J. Barr
I would like to use the XP ClearLooks theme that is available to make Wine apps blend in with my GNOME desktop. However, it seems that using themes in Wine makes it rather slow. Is this a known problem, is there a workaround of some kind, a registry setting or a patch, or is it best just not to

Re: Wine and XP Themes

2007-02-25 Thread Vitaliy Margolen
Wrong mailing list. Use wine-users. Unless you want to hack on this yourself of course. Oh and yeah the only workaround is not using themes at all. They are buggy and never worked right anyway. They are an extra hackish layer on top of some controls. Vitaliy Andrew J. Barr wrote: I would like

Re: GDI surfaces, GDI heap and wined3d's VideoMemorySize

2007-02-25 Thread Vitaliy Margolen
Submit proper bug report to Wine bugzilla. The memory size setting is only in registry because you should not touch it in the first place. For any user support problems - use wine-users mailing list. Vitaliy Rok Mandeljc wrote: Hey all, I've been experiencing an odd behavior in Baldur's

Re: Wine and XP Themes

2007-02-25 Thread Frank Richter
On 26.02.2007 00:33, Vitaliy Margolen wrote: Oh and yeah the only workaround is not using themes at all. They are buggy and never worked right anyway. They are an extra hackish layer on top of some controls. The comctl32 controls all do theming natively. The subclassing is done only for

Re: wined3d: Use application provided fog range when fog is enabled.

2007-02-25 Thread Stefan Dösinger
Am Montag 26 Februar 2007 02:03 schrieb Vitaliy Margolen: This should fix fog issues with PoP SoT. --- dlls/wined3d/state.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Just wanted to add that this would fix the fixed function Z vs specular color alpha selection with table

Re: Wine and XP Themes

2007-02-25 Thread Dmitry Timoshkov
Frank Richter [EMAIL PROTECTED] wrote: The comctl32 controls all do theming natively. The subclassing is done only for control residing in user32 (the motivation was to avoid copying and pasting all the control implementations from user32 to comctl32, as Microsoft supposedly did). Sounds like

We should have a .desktop file for the Uninstaller application

2007-02-25 Thread Scott Ritchie
As it is, most people don't even know this handy uninstaller applet exists. So let's fix that. Thanks, Scott Ritchie

Re: [2/4 revised] msi: Expand IDL file to contain all OLE automation interfaces.

2007-02-25 Thread James Hawkins
On 2/25/07, Misha Koshelev [EMAIL PROTECTED] wrote: This patch expands the IDL to contain all OLE automation interfaces that the freely downloadable MS Windows Installer contains, and adds a msiserver_dispids.h file that has define statements for all the dispids. Changelog: * msi:

Re: [3/4 revised] msi: Add partial, expandable OLE automation support.

2007-02-25 Thread James Hawkins
On 2/25/07, Misha Koshelev [EMAIL PROTECTED] wrote: This patch adds OLE automation support to MSI. It does this by creating a wrapper class, which implements any of the OLE automation classes as long as a function is given which is called from within the wrapper classes invoke method after

Re: We should have a .desktop file for the Uninstaller application

2007-02-25 Thread James Liggett
On Sun, 2007-02-25 at 20:29 -0800, Scott Ritchie wrote: As it is, most people don't even know this handy uninstaller applet exists. So let's fix that. Good idea. And while we're at it, why not one for winecfg too? James

Re: We should have a .desktop file for the Uninstaller application

2007-02-25 Thread Vitaliy Margolen
James Liggett wrote: On Sun, 2007-02-25 at 20:29 -0800, Scott Ritchie wrote: As it is, most people don't even know this handy uninstaller applet exists. So let's fix that. Good idea. And while we're at it, why not one for winecfg too? James I was actually thinking about automatically

Re: wine and msys rxvt.exe

2007-02-25 Thread John Smith
If I recall correctly, MSYS is the mingw linux environment emulated on windows. rxvt would be the terminal used in the msys environment. Hopefully this will be of some use, John Klehm On 2/25/07, Robert Shearman [EMAIL PROTECTED] wrote: Wesley Parish wrote: I installed msys a couple of

Re: wine and msys rxvt.exe

2007-02-25 Thread Dmitry Timoshkov
Wesley Parish [EMAIL PROTECTED] wrote: failed to load libX11.dll Looks like rxvt.exe is linked to an MSys provided X11 libraries that require a Windows X11 sever to be present and running. That's a sort of layer on layer and I don't think that there is someone who wants to make this