Re: Debugging

2006-02-23 Thread Juan Lang
> I appreciate the tip about falling back on the relay debug channel, > but may I ask how you know the problem is with BlockInput not existing? > Is there something from the output that I'm not understanding, or do > you just know that because you're familiar with the kernel32.dll > code? Molle's

Palm Desktop conduits through Wine?

2006-02-23 Thread Rich Gilson
Has there every been any luck/attempts at running Palm Desktop conduits through wine? I'd drop Palm Desktop altogether, but I have Documents-To-Go and Passwords Plus, which both only run through Palm Desktop. From what I can gather from searching around, I'm not going to get Palm Desktop to wo

Re: Debugging

2006-02-23 Thread Molle Bestefich
Rich Gilson wrote: > I appreciate the tip about falling back on the relay debug channel, but may I > ask how you know the problem is with BlockInput not existing? Is there > something from the output that I'm not understanding, or do you just know > that because you're familiar with the kernel32.d

Re: Debugging

2006-02-23 Thread Rich Gilson
I appreciate the tip about falling back on the relay debug channel, but may I ask how you know the problem is with BlockInput not existing? Is there something from the output that I'm not understanding, or do you just know that because you're familiar with the kernel32.dll code? I'm a long way

Hotkey

2006-02-23 Thread Christian Gmeiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. I want to fix the hotkey stuff in user.dll. Now i have asked at xorg mail list and thy told me that i should use acpid to do hotkey stuff. Now i think we should to hotkey stuff internal in wine: Have a hash list to save hotkeys and check ever

Re: Debugging

2006-02-23 Thread Juan Lang
Hi Rich, the key one to use is relay. WINEDEBUG=relay tells you every API function that's called. It can be a bit overwhelming, but it's what you fall back on when nothing else is working. I downloaded and tried it, and scanned backwards in my relay trace a good distance till I saw some failure.

Re: WineD3D refcounting fun part II :)

2006-02-23 Thread H. Verbeet
O right. From the conversation on IRC I got the impression the issue was the application calling the device's Release before calling the surface's Release. Similar to the Surface / Texture issue. On windows that should work, on wine it will probably fail at the moment. Releasing the device after a

Debugging

2006-02-23 Thread Rich Gilson
I'm kind of new to the Wine schene. I've dabled in it from time to time; but, seeing the progress it has made I am making a serious effort to get my applications running through Wine rather than VMWare. As such, I'm looking for a little advice on debugging issues when apps don't work (yes, I'v

Re: Guitar Rig 2 in Linux/Wine

2006-02-23 Thread Michael Ost
On Thu, 2006-02-23 at 09:30 -0500, Kuba Ober wrote: > On Monday 20 February 2006 19:34, Michael Ost wrote: > > We are interested in getting the new Guitar Rig 2 USB foot controller > > supported in Linux/Wine. It's described here: > > > > http://www.native-instruments.com/index.php?id=guitarrig2_us

Idea for reducing the number of duplicate bugs

2006-02-23 Thread Tom Spear
-- Forwarded message --From: Tom Spear <[EMAIL PROTECTED]>Date: Feb 23, 2006 3:46 PM Subject: Re: Idea for reducing the number of duplicate bugsTo: n0dalus <[EMAIL PROTECTED]> Ok ok, maybe not an alert.  I still think something saying to check the appdb would help, cause then when t

Problems with Sockets and TCL

2006-02-23 Thread Ryan Miller
Hello,   I have an app running under Wine called Auctionpay Event Software.  It’s currently using TCL to implement a SOAP interface.  I’ve found a bug that can be reproduced with two lines of TCL:   package require http http::geturl http://www.google.com –timeout 0 –query “asdf”   9

Re: Idea for reducing the number of duplicate bugs

2006-02-23 Thread n0dalus
On 2/24/06, Tom Spear <[EMAIL PROTECTED]> wrote: > > Something like Please check the AppDB to see if there is > a workaround for a problem you are encountering with a specific > program. should work for all but the main bug submit page, and > there we should put javascript:alert('Please check the A

WineD3D refcounting fun part II :)

2006-02-23 Thread Roderick Colenbrander
Hi, During the d3d8 -> wined3d transition I noticed one huge refcounting issue which affects both d3d8 and d3d9. The issue is illustrated by running http://www.codesampler.com/source/dx9_multitexture.zip (the same demo is available for dx8) and then modify wined3d's globalChangeGlRam in wined3

Re: wine-0.9.8 and Lotus Notes 6.5.1

2006-02-23 Thread Hiji
--- Rainer Dorsch <[EMAIL PROTECTED]> wrote: > just wanted to report my wine experience with Lotus > Notes 6.5.1: I wanted to add that the Wine Application DB is also an excellent place to report Wine experiences with applications: http://appdb.winehq.org/appview.php?versionId=2271 http://appdb.wi

wine-0.9.8 and Lotus Notes 6.5.1

2006-02-23 Thread Rainer Dorsch
Hello, just wanted to report my wine experience with Lotus Notes 6.5.1: I run Lotus Notes with wine since a long time. What I notices with wine-0.9.8 (though this was present in a few releases before but not in all releases): -> Wine is noticalby faster than the snapshot 200412xx -> I need to s

Re: Want fun? Run Windows XP on wine

2006-02-23 Thread Detlef Riekenberg
Am Donnerstag, den 23.02.2006, 17:34 +0100 schrieb Detlef Riekenberg: > SDLVIDEODRIVER=windib wine qemu.exe -L . -hda reactos_0.2.8.img > > winefile starts inside reactos :-) Want more fun? Windows XP works also on wine (with qemu.exe) -- By By ... ... Detlef

Want fun? Try qemu.exe on wine

2006-02-23 Thread Detlef Riekenberg
Hi. SDLVIDEODRIVER=windib wine qemu.exe -L . -hda reactos_0.2.8.img winefile starts inside reactos :-) -- By By ... ... Detlef

Idea for reducing the number of duplicate bugs

2006-02-23 Thread Tom Spear
Hi guys, I just wanted to share an idea I just had that could reduce the number of duplicate bugs and ones that have a workaround in the appdb.  Many people dont read the documentation, as much as we ask them to, so why dont we, on several pages throughout the website put something that is fairly n

Re: explorer.exe is a child of new process

2006-02-23 Thread Robert Shearman
Paul Vriens wrote: Hi, with current git/cvs I can see that there is now a new explorer.exe process running when I start process explorer. What is strange though, is that explorer.exe is a child of procexp.exe. Is this supposed to be like that? If Process Explorer uses the systray then yes,

Re: D3D8 caps -> wined3d

2006-02-23 Thread Roderick Colenbrander
On Wednesday 22 February 2006 17:21, Stefan Dösinger wrote: > Hi, > > > +/* Optimization */ > > +BOOLmodelview_valid; > > +BOOLproj_valid; > > +BOOLview_ident; > > +BOOLlast_was_rhw; > > +GLenum

Re: Guitar Rig 2 in Linux/Wine

2006-02-23 Thread Kuba Ober
On Monday 20 February 2006 19:34, Michael Ost wrote: > We are interested in getting the new Guitar Rig 2 USB foot controller > supported in Linux/Wine. It's described here: > > http://www.native-instruments.com/index.php?id=guitarrig2_us > > I assume from looking at it, that a USB driver would be r

Re: Cross-Machine COM-Calls under Wine... (RePost from wine.user)

2006-02-23 Thread Olaf Schmidt
> I assume you mean cross-process COM calls? No, no it works cross-machine. We've designed our own binary protocol (Variant-ParamArray-Serialization + support for IPersistStream regarding Object-Transport + ZLib-based Compression + built-in Strong-Encryption + MITM-secured Diffie-Hellman-Auth.). I

explorer.exe is a child of new process

2006-02-23 Thread Paul Vriens
Hi, with current git/cvs I can see that there is now a new explorer.exe process running when I start process explorer. What is strange though, is that explorer.exe is a child of procexp.exe. Is this supposed to be like that? Cheers, Paul.

Re: gdi32: Fallback to StretchDIBits if the driver doesn't support BitBlt

2006-02-23 Thread Alexandre Julliard
Huw D M Davies <[EMAIL PROTECTED]> writes: > +if ((dcSrc = DC_GetDCUpdate( hdcSrc ))) > +{ > +dcDst = DC_GetDCPtr( hdcDst ); > +TRACE("hdcSrc=%p %d,%d -> hdcDest=%p %d,%d %dx%d rop=%06lx\n", > + hdcSrc, xSrc, ySrc, hdcDst, xDst, yDst, width,

Re: D3D8 caps -> wined3d

2006-02-23 Thread Stefan Dösinger
Hi, > +/* Optimization */ > +BOOLmodelview_valid; > +BOOLproj_valid; > +BOOLview_ident; > +BOOLlast_was_rhw; > +GLenum tracking_parm; > ... Are you sure that this is the latest v