http://bugs.winehq.org/show_bug.cgi?id=18947
Summary: AppDB isn't deleting idle maintainers
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The …
[View More]AppDB should remove maintainers that don't do anything (by design), but it
isn't. Admins are removing idle maintainers manually, and there are a lot of
them!
This solution itself isn't ideal, as they just reapply, there is no way to
block this, and many users don't take the hint.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26324
Summary: Windows Live not working.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ruchg2(a)gmail.com
I tried to run wlsetup-all.exe and it stopped in the middle.
--
Configure bugmail: http://bugs.…
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26680
Summary: Duplicate cursor in Edge of Chaos
Product: Wine
Version: 1.3.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=33979)
--> (http://bugs.winehq.org/attachment.cgi?id=33979)
WINEDEBUG=…
[View More]+x11drv,cursor,event wine iw2eocgs
Edge of Chaos has duplicate cursor since the recent cursor patches, yesterday's
commit didn't fix it. Haven't done a regression test yet, will do if needed.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=20820
Summary: Magic: the Gathering Online 3.0 Renamer.exe hangs on
startup.
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bss(a)iguanasuicide.net
Created an attachment (id=24938)
--> (http://…
[View More]bugs.winehq.org/attachment.cgi?id=24938)
stderr output of wine process when running Renamer.exe
Looking through some of the existing bugs, I was thinking that MtGO might be
convinced to work with modern wine. I ran into this issue that does not seem
to have a bug already associated with it.
Steps to reproduce:
0. Install wine from Emulators:Wine repository on openSUSE Build Service for
openSUSE 11.2
1. Clean wine directory (if exists). Use (winetricks win2k) to switch to MS
Windows 2000 emulation.
2. Download and install
MtGO.[http://www.wizards.com/Magic/TCG/Article.aspx?x=magic/magiconline/dow…
Download helper works fine. Installer makes a lot of noise in the logs, but
seems to work.
3. Install 'dotnet20' component through winetricks.
* This works around Bug 14067. You may or may not need this if you have a
more recent version of wine.
4. cd "$WINE_PREFIX/drive_c/Program Files/Wizards of the Coast/Magic Online
III"
5. wine 'C:\Program Files\Wizards of the Coast\Magic Online III\Renamer.exe'
6. hang after: err:seh:setup_exception_record nested exception on signal stack
in thread 0021 eip 7bc70bd0 esp 7ffdbc7c stack 0x242000-0x340000
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12962
Summary: Diablo 2: left-control ignored after mouse click
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)the-eend.org
While playing Diablo 2 (Ubuntu Hardy + Compiz):
- Hold down mouse button to walk in a …
[View More]direction
- Hold down left-control to start running
- Release mouse button, and re-press
* The character should continue running toward the pointer, but instead returns
to walking until/unless left-control is re-pressed.
The game behaves as expected if the right-control key is used instead.
I suspect this regression is related to the now resolved bug #12343, but this
specific behaviour is still exhibited in 0.9.61.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=20852
Summary: Strange memory corruption in
test_FindFirstChangeNotification
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/…
[View More]wine/valgrind/logs/2009-10-21-19.42/vg-kernel32_change.txt
(and probably for as long as I've been running valgrind) have the warning
Invalid write of size 4
at RtlFreeAnsiString (rtlstr.c:170)
by RemoveDirectoryW (path.c:1350)
by RemoveDirectoryA (path.c:1364)
by test_FindFirstChangeNotification (change.c:182)
by func_change (change.c:883)
by run_test (test.h:535)
by main (test.h:585)
Address 0x7f21eeac is on thread 1's stack
Inserting a function call in RemoveDirectoryW()
(anywhere) sometimes makes the warning go away.
It seems that the first function call after the unix
rmdir() at
http://source.winehq.org/source/dlls/kernel32/path.c#L1349
triggers this warning...
even if the function call is just a print statement.
To reproduce:
install valgrind (after applying the workaround
for the regression that keeps wine from working,
https://bugs.kde.org/show_bug.cgi?id=205541#c1 )
build wine
cd ~/wine-git/dlls/kernel32/tests
~/wine-git/wine winemine &
valgrind --trace-children=yes ~/wine-git/wine kernel32_test.exe.so change.c
It still happens if I comment out all but
test_FindFirstChangeNotification()
at the bottom of change.c.
This could also be a bug in valgrind, I suppose; I filed an issue
there for this a while ago as https://bugs.kde.org/show_bug.cgi?id=211701
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=22622
Summary: Unigine Heaven 2 benchmark hangs on exit
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://unigine.com/products/heaven/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With wine-1.1.44, it …
[View More]seems Heaven hangs frequently on exit, in
both the d3d9 and gl variants. It even hangs if you quit manually
shortly after starting.
Oddly, the hung process doesn't show up in winedbg's btall.
I'm pretty sure this wasn't happening on git as of a few days ago.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26797
Summary: Fritz 11 doesn't draw chess pieces properly
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Created an attachment (id=34146)
--> (http://bugs.winehq.org/attachment.cgi?id=…
[View More]34146)
terminal output with Wine 1.3.18
Starting with wine-1.3.16. Black chess pieces are not drawn properly in Fritz
11. They are drawn just solid light-gray background instead of normal black
drawing.
b5c2015999853030905ddae129a26a512825064b is the first bad commit
commit b5c2015999853030905ddae129a26a512825064b
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Mar 10 16:16:26 2011 -0600
gdiplus: Add software implementation of GdipFillPath.
Winetrick gdiplus works around this.
This fixme appeared in the terminal when this bug was introduced:
fixme:gdiplus:GdipFillPath Not implemented for brushtype 3
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=25113
Summary: CDBurnerXP misrenders some dialogs
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=…
[View More]31848)
--> (http://bugs.winehq.org/attachment.cgi?id=31848)
Terminal output
Some of the dialogs in CDBurnerXP display red Xs in place of descriptions of
the available options. Choosing an option still works though, if you know what
they are already...
To reproduce:
1. Install .NET with winetricks dotnet20
2. Install and start CDBurnerXP (I only tested the minimal installer with all
options unchecked)
3. Choose data disc mode
4. Click the "burn" button
5. Answer yes if asked "are you sure?"
Native gdiplus doesn't help here. Note that the bug can't be seen in Vista+
modes in recent Wine versions (looks like it hits bug 24580 instead).
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=16391
Summary: Text rotation misbehavior
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piernik(a)gmail.com
Created an attachment (id=17719)
--> (http://bugs.winehq.org/attachment.cgi?id=17719)
Problem illustration. …
[View More]Green - good, red - wine
First, a demo: http://kjk.gniew.org/dump/wine-orientation.ogg
Obviously text should always appear in the box. The app is Protel 99 SE.
It can be fixed by applying patch from "ExtTextOut with rotation and
MM_ANISOTROPIC inverted coordinates"
<http://www.winehq.org/pipermail/wine-devel/2007-March/055559.html>
I was playing with CreateFontIndirectW() and indeed plf->lfClipPrecision has
CLIP_LH_ANGLES flag set.
Can anyone take a closer look at the patch above so it could make its way into
wine?
--
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.
[View Less]