http://bugs.winehq.org/show_bug.cgi?id=15069
Summary: Delphi 5 app won't minimize and extra caption bar shows
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
Delphi 5 app won't minimize
8d77c375b27adc490d24d7593769f4e149d4102c is first bad commit
commit 8d77c375b27adc490d24d7593769f4e149d4102c
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jul 31 12:08:38 2008 +0200
winex11: Send WM_SYSCOMMAND instead of calling ShowWindow directly to
minimize/restore a window.
Ubuntu 7.10 32 bit
The current HEAD still is affected.
Also when switching desktop pages to a different page the app's moves to the
new page and then most of the time stays on that page. It also now has second
window top status bar only partially is covered by the app's window. This bar
has an icon on the left caption which is the exe's base name in the center and
the X icon on the right. Closing either closes both.
One of my Delphi 3 based app's minimizes but changing pages has the very narrow
status bar move to the new page. These caption bars show int the pager preview.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20223
Summary: program error
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joenewbob(a)live.co.uk
Created an attachment (id=23854)
--> (http://bugs.winehq.org/attachment.cgi?id=23854)
sceen shot
trying to install incredimail closes wine-see screen shot
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12863
Summary: Resizing a window does not change internal graphics
drawn
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
URL: http://prdownloads.sourceforge.net/yabause/yabause-
0.9.4-win.zip?download
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james.jrp015(a)gmail.com
I think that this may be a regression from 0.9.58, but I haven't had time to
verify that.
When you run a game, resizing the window will not change the rendered graphics
inside. Instead the rendered graphics remain the same size in the bottom left
of the window.
This may be related to Bug# 12862
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19982
Summary: SetThreadAffinityMask() seems not to work correctly
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Created an attachment (id=23510)
--> (http://bugs.winehq.org/attachment.cgi?id=23510)
SIV log shouing pseuso random APICs
When my SIV application (http://rh-software.com/) on under Wine the reported
processor topography is often incorrect. This is caused by the APIC returned
by the CPUID 1 instruction not being the APIC for the CPU I have set affinity
to. This makes me believe that SetThreadAffinityMask() is not working
correctly. This can easily be shown using me SIV utility with the command
line:
SIV -SAVE=[processors]=stdout -nodriver | find "CPU-"
which when run under Wine typically reports:
MPS MCP HTT APIC G N Affinity Speed
Processors CPU-0 0 3 0 (core) 0003 0 0 0x00000001 3.00GHz
CPU-1 0 3 0 ... 0003 0 1 0x00000002 3.00GHz
CPU-2 0 3 0 ... 0003 0 2 0x00000004 3.00GHz
CPU-3 0 3 0 ... 0003 0 3 0x00000008 3.00GHz
if SetThreadAffinityMask() was woring as expected each CPU would have a
different APIC giving a report similar to
Processors CPU-0 0 0 0 0000 0 0 0x00000001 3.20GHz
CPU-1 0 1 0 (core) 0002 0 1 0x00000002 3.20GHz
CPU-2 0 0 1 (logical) 0001 0 2 0x00000004 3.20GHz
CPU-3 0 1 1 ... 0003 0 3 0x00000008 3.20GHz
this has been seen on at least 2 different systems. Further the APIC returned
for a given CPU seems to vary from run-to-run as shown in the siv_apic.txt
attachment.
Looking through the bug reports this could also be what is fundamental cause of
issue http://bugs.winehq.org/show_bug.cgi?id=11674. If WOW is using
SetThreadAffinityMask() it could happen that all the threads end up running on
the same CPU because of SetThreadAffinityMask() not working as it should.
The -NODRIVER qualifier is needed with SIV 4.00 and earlier and will not be
needed from SIV 4.01 onwards.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18849
Summary: PuTTY never times out when given an invalid server
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.chiark.greenend.org.uk/~sgtatham/putty/down
load.html
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Testing various stuff with putty for appinstall, I found PuTTY never times out.
Very easy to test:
$ wget http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
$ wine putty.exe www.google.com
On windows, times out after about 45-60 seconds (doesn't seem to be a hardcoded
value, though). On wine, let it run for 5 minutes and no timeout.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18602
Summary: IZArc v4.0 beta 1 installation crashes with exception
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
URL: http://www.izarc.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eluminex(a)gmail.com
Created an attachment (id=21283)
--> (http://bugs.winehq.org/attachment.cgi?id=21283)
Log of the wine output
When trying to install IZArc the installer crashes with an exception. The
program installs fine afterwards so I guess this is a minor bug but it's a
crash nonetheless.
Running on Kubuntu 9.04 x64.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17593
Summary: Starcraft Willin't make games on battle.net
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Lukeprenger1(a)yahoo.com
Starcraft: Broodwar with current patch (1.16.1) and wine version 1.1.16 dosen't
make games it says latency is to high when people try to join but on a windows
computer on the same network it makes games.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16572
Summary: Kernel32 crashing on msvcirt.dll call...
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dasnyderx(a)yahoo.com
Created an attachment (id=18076)
--> (http://bugs.winehq.org/attachment.cgi?id=18076)
kernel32 crash and backtrace
When attempting to open an Intercon Accessible FormNet VisualFill (v3.0.3.724)
[register to download at
http://www.gsa.gov/Portal/gsa/ep/contentView.do?bodyOnly=true&contentType=G…]
form, got a kernel32 crash (see attached back trace).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16539
Summary: Sanity: Aiken's Artifact demo menu is not drawn properly
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://cdn.gamezone.com/pub/gamezone/12/7/20/SanityDemoS
etup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=18004)
--> (http://bugs.winehq.org/attachment.cgi?id=18004)
Sanity: Aiken's Artifact demo on Wine
With today's Git (wine-1.1.10-372-g704f9ea), when starting the game with any
quality setting, the main menu that is drawn contains some texture artifacts
and distortions which are not noticed on Windows. Comparative screenshots are
attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16508
Summary: Macromedia Fireworks 8 trial sliders do not work
properly
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.megaupload.com/?d=91PXTDPF
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With today's Git (wine-1.1.10-267-g78798e3), the slider controls in Macromedia
Fireworks 8 do not work in a particular circumstance. The sliders can be
interacted with in two ways:
1. Holding down the slider arrow button, dragging the mouse up or down on the
slider to move the slider cursor around, then releasing the mouse to close the
slider.
2. Clicking once on the slider arrow button, then dragging the slider cursor to
move it around. The slider window only disappears when there is a click event
outside the slider window or the Fireworks window loses focus.
On Wine, the second option does not work properly. Clicking once on the slider
arrow, dragging the slider around, then clicking on an area outside the slider
does not dismiss the slider. The Fireworks window has to lose focus for the
window to disappear, which is an annoyance.
To reproduce:
1. Start Fireworks 8 and select the Create New Fireworks File option in the
main window and accept the default setting.
2. Select the Text tool, either by pressing the T key or selecting the A icon
under the Vector toolbar on the left hand side.
3. In the Properties window at the bottom of the window, there are several
slider controls that can be used to reproduce the problem which are denoted by
a button with a down arrow. Clicking once on the arrow then clicking outside
the slider window is sufficient to reproduce the problem, as the slider window
does not disappear as it would on Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.