> 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
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
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
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
-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
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.
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
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
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
-- 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
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
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
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
--- 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
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
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
Hi.
SDLVIDEODRIVER=windib wine qemu.exe -L . -hda reactos_0.2.8.img
winefile starts inside reactos :-)
--
By By ...
... Detlef
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
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,
On Wednesday 22 February 2006 17:21, Stefan Dösinger wrote:
> Hi,
>
> > +/* Optimization */
> > +BOOLmodelview_valid;
> > +BOOLproj_valid;
> > +BOOLview_ident;
> > +BOOLlast_was_rhw;
> > +GLenum
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
> 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
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.
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,
Hi,
> +/* Optimization */
> +BOOLmodelview_valid;
> +BOOLproj_valid;
> +BOOLview_ident;
> +BOOLlast_was_rhw;
> +GLenum tracking_parm;
> ...
Are you sure that this is the latest v
25 matches
Mail list logo