http://bugs.winehq.org/show_bug.cgi?id=7958
------- Additional Comments From r.a3(a)ntlworld.com 2007-05-04 19:25 -------
Just noticed this has already been reported. Sorry.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5070
------- Additional Comments From focht(a)gmx.net 2007-05-04 19:09 -------
Hello,
--- quote ---
But I can't even get to the screen the original problem is in!
For me, the installer FPNC.exe hangs in the
"Starting installshield installer" splash screen.
Changing subject to be more generic.
--- quote ---
It doesnt really hang.
You have to wait some seconds until the following message shows up in console log:
--- snip ---
fixme:winspool:OpenPrinterW PRINTER_DEFAULTS ignored => (null),(nil),0x000f000c
fixme:winspool:AddPrinterW DocumentPropertiesW on printer L"RealFA$T PDF
Converter" fails
--- snip ---
Then have a close look at the installer window caption (top border).
You might notice a window with same size hidden behind it.
It only shows a few pixels above border.
The installer main window is modal and the second one (sub-installer) is put
permanently into background and stays there (although it should sit in front).
Use ALT+TAB to cycle through the window list then you see the "hidden" window
(you will know which one).
Move the hidden window by dragging near left border (might take some tries)
into view so you can access the controls (edit fields and button).
The main problem is probably due to following:
--- snip ---
fixme:system:SystemParametersInfoW Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)
--- snip ---
There exist several restrictions to processes on windows 2k+ systems "seizing"
the Z-order.
If the stuff is happening in own process space, one usually gets around this
limitation using following sequence:
--- sample ---
// Get the current lock timeout.
SystemParametersInfo( SPI_GETFOREGROUNDLOCKTIMEOUT, 0, &timout_ms, 0);
// Set the lock timeout to zero
SystemParametersInfo( SPI_SETFOREGROUNDLOCKTIMEOUT, 0, 0, 0);
// Perform the SetForegroundWindow
::SetForegroundWindow( hWnd);
// Set the timeout back
SystemParametersInfo( SPI_SETFOREGROUNDLOCKTIMEOUT, 0, (LPVOID)timout_ms, 0);
--- sample ---
To allow other processes to override z-order (foreground windows permission) one
has to use AllowSetForegroundWindow().
--- quote ---
I can input registration data and see it echoed (only in uppercase in case
that's significant); but the application complains that no data has been entered
at all...
--- quote ---
You have to fill out the "licensed to" field in "registration" property page or
you will get stuck at next property page "create account" (full edit field name
is readonly).
The "back" button only works after you focused account name listview item
(select it) - even if it already shows selected.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7519
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.31. |0.9.30.
------- Additional Comments From truiken(a)gmail.com 2007-05-04 18:35 -------
Don't change the version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7894
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)edmeades.me.uk 2007-05-04 18:12 -------
Code in git, closing as fixed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7961
Summary: Bug in findfirst/findnext
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
FindFirst fails to honour '*.', and insteads treats it as a match for all files
Run test pgm on windows vs linux on a directory containing a mixture of files
with extensions and those without. Windows just lists those without, wine
shows all of them.
When my next set of cmd.exe patchs get in, it will also be visible by
typing 'dir *.'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7519
dn.tlp(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.30. |0.9.31.
------- Additional Comments From dn.tlp(a)gmx.net 2007-05-04 17:53 -------
I'm not sure if that's legal. Unfortunately, the file is bigger than 1.4M packed
and thus rejected by bugzilla. Anyhow, here's a link to it:
http://www.informatik.uni-oldenburg.de/~dyna/GK3.exe.bz2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7960
Summary: system mouse cursor visible in game
Product: Wine
Version: 0.9.34.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elduchie(a)comcast.net
When playing age of wonders in wine the system mouse cursor is still visible
along with the in game cursor. It works fine but is somewhat annoying.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.