http://bugs.winehq.org/show_bug.cgi?id=23953
Summary: qemu.exe exhausts file descriptors (regression)
Product: Wine
Version: unspecified
Platform: x86
URL: http://download.savannah.gnu.org/releases/qemu/qemu-0.
12.5.tar.gz
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstefani(a)redhat.com
There is a regression in Wine triggered by qemu.exe:
wine client error:31: pipe: Too many open files
Good: wine-1.1.38
Bad: wine-1.3.0-166-g277040d
Steps to reproduce (courtesy of Kevin Wolf):
- Get the qemu source either from git or a release tar-ball; qemu-0.12.5.tar.gz
will do.
- Install the mingw cross compiling environment (on Fedora: yum install
mingw32-gcc mingw32-SDL mingw32-zlib)
- Unpack and cd to the qemu dir.
- ./configure --target-list=i386-softmmu
--cross-prefix=/usr/bin/i686-pc-mingw32- (this is for Fedora)
- Link the SDL.dll and zlink.dll to the qemu.exe dir so Wine can find them. On
Fedora:
ln -s /usr/i686-pc-mingw32/sys-root/mingw/bin/zlib1.dll i386-softmmu/
ln -s /usr/i686-pc-mingw32/sys-root/mingw/bin/SDL.dll i386-softmmu/
- Run qemu:
wine i386-softmmu/qemu.exe -L pc-bios -hda $DISKIMAGE
- After a few seconds something like:
"wine client error:3f: pipe: Too many open files" will show up and qemu will
hang.
I'm running a regression test at the moment.
--
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=23762
Summary: wineboot aborts if "Terminate Process" is clicked
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
To reproduce:
1. Open notepad and enter some text.
2. Open another instance of notepad and enter text there.
3. Run "wineboot --end-session --kill".
4. When asked whether to save, wait for the timeout dialog instead of making
any selection.
5. When the timeout dialog appears, click "Terminate Process".
Expected result:
Wineboot closes the first instance of notepad, and the other instance of
notepad asks whether to save.
Actual result:
Wineboot closes the first instance of notepad and exits unsuccessfully.
--
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=19070
Summary: hh.exe should exit immediately if not given a file to
open (appinstall)
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On windows, running hh.exe with no argument will have it open and close
immediately. On wine, hh.exe hangs indefinitely.
--
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=16047
Summary: Wine and WSASendTo GARENA crash access violation
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://garena.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maldersoft(a)mail.ru
WINE 1.1.8
Garena client is crash war3.exe in function WSASendTo in war3hook.dll (Garena
hook)
Don't check if parameter is NULL.
Winedbg trace in attachment.
--
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=23453
Summary: Worms Armageddon cannot send text in WormNET
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
After logging in to WormNET and joining a channel, one should be able to send a
message to the channel by typing some text and pressing enter. Pressing enter
has no effect.
This used to work.
Regression test to follow.
--
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=23936
Summary: pressing enter in passpack's search box has no effect
Product: Wine
Version: 1.1.29
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=4863
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
CC: khodych(a)gmail.com
Steps to reproduce:
1. Download passpack.exe from the link in appdb, and start it.
2. Follow the instructions to add some entries.
3. Click on "Find" in the menu.
4. Type something in the box, and press enter.
Expected behavior:
The search box closes, and an appropriate entry is selected.
Actual behavior:
Nothing happens when enter is pressed.
This is a regression, and here are the bisect results:
f1f1c5053160777d0db89b1891706b0b960d3d48 is first bad commit
commit f1f1c5053160777d0db89b1891706b0b960d3d48
Author: Sergey Khodych <khodych(a)gmail.com>
Date: Tue Aug 25 17:19:24 2009 +0300
user32: Use IDOK as default identifier in a template.
--
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=19560
Summary: Street Fighter IV : launcher crashes
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cleberdemattoscasali-wine(a)yahoo.com.br
Created an attachment (id=22794)
--> (http://bugs.winehq.org/attachment.cgi?id=22794)
SF4Launcher.exe crash log
The original launcher doesn't work (securom). When I try to run the nodvd
launcher (http://www.gameburnworld.com/gp/gamefixes/streetfighter4.shtml), it
segfaults instantly.
--
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=24180
Summary: crash in dnsbench.exe
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.grc.com/dev/r-and-d/1.1.3891.0.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JosephHenryBlack(a)yahoo.co.nz
Created an attachment (id=30436)
--> (http://bugs.winehq.org/attachment.cgi?id=30436)
terminal.txt
DNSBench.exe which benchmarks and checks DNS is currently under development.
The latest release crashes on exit. Might be related to these messages
occurring just before the crash:
dnsapi:dns_map_options option DNS_QUERY_BYPASS_CACHE not implemented
followed by:
err:ntdll:RtlpWaitForCriticalSection 0x2016a940 "query.c: resolver_cs" wait
timed out
wine-1.3.1-135-g2c127dd
How to repeat:
To see this error download the latest version in the URL, run it, wait until
the spinning G stops spinning as it checks internet connectivity and a few
things and then closes. Seems to happen regularly except if user does not wait
for the spinning 'G' to stop.
The developer commented:
The dump says that the crash is occurring inside the DnsQuery
call of the DnsAPI. DNSB began using that DLL library for the
DNS rebinding attack protection detection.
FWIW
DnsQuery Function:
http://msdn.microsoft.com/en-us/library/ms682016%28VS.85%29.aspx
DNS Query Options:
http://msdn.microsoft.com/en-us/library/cc982162%28v=VS.85%29.aspx
--
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=13344
Summary: DPP 3.4.1.1 - Images with "Fit to window" corrupted
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karlpiers(a)yahoo.co.uk
Canon DPP 3.4.1.1 - When an image is opened in an Edit window with "Fit to
window" the image is shifted up by about 20%, and the lower display region is
black. Sometimes almost the entire image display is corrupted. This occurs for
all image types:- cr2 (raw files), jpeg, and tiffs. (But note: the 50%,100% and
200% views all function correctly)
This bug also affects the before/after comparison when viewed with
fit-to-window (in both up/down & left/right modes, and in split single
image/single window modes).
If the fit-to-window issue can be resolved DPP would be much easier to use
(since this is a raw image converter and an image manipulation tool - seeing
the whole image is important). This issue appears to be a constant through each
release of DPP and also of wine (see the wine appdb test reports).
--
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=23678
Summary: Crystal Cubes: fonts not drawn correctly
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.nzlab.dk/files/cc101.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: dmitry(a)codeweavers.com
Created an attachment (id=29641)
--> (http://bugs.winehq.org/attachment.cgi?id=29641)
screenshot showing the wrong fonts
Crystal Cubes is a freeware tetris clone in 3D. During gameplay, text in the
upper row ('Score Rows Level') is not displayed correctly. As if they were only
partially drawn.
The text displayed correctly in Wine-1.0, and got messed up since 1.1.0.
Result of regression testing:
8a6628aea59f6f7ba0eb85d6a72297bbb72e7b85 is the first bad commit
commit 8a6628aea59f6f7ba0eb85d6a72297bbb72e7b85
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Jun 24 16:11:21 2008 +0900
gdi32: Font scaling transform is performed separately.
:040000 040000 7cc89af320d454940bad8e8f73712eccf92a3919
7e4c02c7f5cb4715c20194183dafaacd61654202 M dlls
The patch can only be reverted cleanly on 1.1.2 and that fixed the issue.
Also, after 'git checkout 8a6628aea59f6f7ba0eb85d6a72297bbb72e7b85' the fonts
are messed.
and 'git revert 8a6628aea59f6f7ba0eb85d6a72297bbb72e7b85' brings back the
original state.
Author of the patch added to CC.
Note: the game needs native msxml3 and d3dx9_36.dll to start properly.
Fedora 13
Wine-1.2
Nvidia 7600 series card / driver 195.36.31
--
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.