Displaying 5 results from an estimated 5 matches for "gettaskmanwindow".
2001 Nov 21
1
X11DRV problem? (Backtrace)
...2 0x40084431 (KERNEL32.DLL.__wine_call_from_16_long+0x8d)
(ebp=407d62e4)
  13 0x05bf:0x11e2 (bp=6bae)
  14 0x0507:0x00a8 (bp=6c0e, far call assumed)
  15 0x05bf:0x055c (bp=6c38, far call assumed)
  16 0x05bf:0x031c (bp=6c64)
  17 0x0107:0x0000 (bp=6c9e, far call assumed)
  18 0x409dbfd2 (USER32.DLL.GetTaskmanWindow+0x362) (ebp=407d63f0)
  19 0x409e181c (USER32.DLL.GetTaskmanWindow+0x5bac) (ebp=407d642c)
  20 0x4097d1b3 (USER32.DLL.IsCharAlphaW+0x2bb3) (ebp=407d6484)
  21 0x4097de00 (USER32.DLL.SendMessageTimeoutA+0xd0) (ebp=407d64e4)
  22 0x4097df88 (USER32.DLL.SendMessageA+0x38) (ebp=407d6518)
  23 0x409dad6...
2002 Sep 17
2
Unable to print with the Wine PS driver
I'm trying to get Wine to print through it's PS driver, without success, on a HP DeskJet 694C, configured on Linux with the cdj670 driver.
What I get to see on screen after I attempt to print are three windows with exclamation marks on a yellow triangle and garbled text. The
first window is titled "Printer name", the second "Device name", the third "Output".
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hi Pavel,
Can you run your app under winedbg? When I run my app under winedbg, it 
segfaults inside the application code with a bad read access. The 
specific instruction it faults on is movl 0x10(%esi),%eax (aka mov 
[esi+0x10],eax for IDA users). I'm curious to know if your app uses the 
same library as mine...
--Rob
2004 Jan 15
2
serial port access - microwin step 7
hi,
i'm trying to get the application MICROWIN STEP 7 (version 3.1 SP2) from
siemens to run. it's a tool which can program siemens simatic S7 through
different devices, among others via serial port ppi cabel.
the problem is this: the application installs fine, but when i try to
install a software device interface (the interface to the serial port,
for example), nothing happens. the
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
...robably not in LoadOEMResource.
 >   It's wrong that I can't C&P from the winedbg window, I would paste 
the register and
 > stack dumps.
 >   However, it's a page fault on read access to 0x000001f4 in 32bit code,
 > there are 5 stack entries, the last two in 
USER32.DLL.GetTaskmanWindow > (in libuser32.so)
 >   The offending instruction is movl 0x1f4(%eax),%ebx and eax is 0x0, 
which explains the
 > fault address. I didn't compile with debugging on so I can't supply 
the source code
 > fragment which makes the crash :-(.
 >                            With re...