http://bugs.winehq.org/show_bug.cgi?id=22532
Summary: Lemmix (Lemmings Clones) can't be played because of
black screen
Product: Wine
Version: 1.1.28
Platform: x86
URL: http://ericenzwaan.nl/eric/lemmings/LemmixPlayer_1_3.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
1. When trying to help with bug 22143, i found there is a regression which
causes black screen instead of entering new game.
2. I did a regression test between 1.1.27 and 1.1.28:
commit e3720c2810dda3895d6734c55117b0a355223b1a
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Aug 13 18:18:22 2009 +0200
winex11: Use the Globally Active focus model with take focus.
:040000 040000 d1fb1709094e60472024b78cf46f7e4c8a451b47
d7b2f829e9cd01101173cc4e65c4e6ff0bb7c6c0 M dlls
3. There is a lot of bug reports suffering from this commit, see bug 20939, bug
20744, bug 20301, bug 19947, bug 19818.
4. Revert of this patch on top of wine-1.1.43-408-g3317fc3 makes that problem
go away.
5. Adding author of this patch to CC.
--private keyword: bisected
--
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=22457
Summary: Release 1.1.43 broke some toolbar icons
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.securenetterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
The current 1.1.43 version displays disabled icons on a toolbar incorrect. The
icon is completely black instead of being grayed out. Looks terrible.
--
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=22455
Summary: Star Wars: Knights of the Old Republic does not start
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=27505)
--> (http://bugs.winehq.org/attachment.cgi?id=27505)
console log from wine-1.1.43-135-g776527f
1. Since bug 22162, there was missing cursor, but now the status is even worse,
because game won't start. Log attached.
2. I did a regression test between 1.1.43 and 1.1.43-191-g7614656:
commit 776527f38f2ff89f354e49aa8df795440677376a
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Apr 20 21:23:00 2010 +0200
winex11: Move creation of an empty cursor to a separate helper function.
:040000 040000 fdea68ef055bcd049a0865d0a3d77a177ad08162
3694c600bca7911d3713cfe9913c04cf421a279f M dlls
3. This commit apparently help in bug 12248, but ruined this game. Other
related commit 22162.
4. Revert of this patch after git checkout makes that problem go away.
5. Adding author of this patch to CC.
--private keyword: bisected
--
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=22453
Summary: Office 2007 text-mark-bug in Wine 1.1.43
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomasstather(a)aol.com
I just updated from 1.1.39 to 1.1.43 (using the Ubuntu PPA, the system is
running on 9.10/karmic x86). After this i recognized, that if you mark a text
in Word, the marked text is not highlighted as it usually would be. The text is
however marked because if i move it or copy/paste, it works. But i don't see
how many of the text i have marked.
This only affects Word, i have tested this on Excel and Powepoint as well and
there isn't this issue.
Then i tried a fresh installation but this doesn't solve the Problem.
Greets Thomas
--
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=22252
Summary: Rhiannon installer hangs: possibly caused by a
regression
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.gamershell.com/download_33704.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: m.b.lankhorst(a)gmail.com
Created an attachment (id=27174)
--> (http://bugs.winehq.org/attachment.cgi?id=27174)
terminal output
Using Wine-1.1.42, Rhiannon: The Curse of the Four Branches installer hangs
after starting up. Both the demo and the retail version is affected.
Howto reproduce the bug:
Start the installer: the company logo is shown for a couple of seconds, then
Wine hangs. Eventually an exception is generated by Wine and winedbg starts.
Bisecting between 1.1.41 and 1.1.42 resulted the following commit:
4f4dd855c47cca17d4b750ca118826614afdc20c is the first bad commit
commit 4f4dd855c47cca17d4b750ca118826614afdc20c
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Wed Mar 31 20:19:35 2010 +0200
winmm: Defer loading drivers until they are requested.
:040000 040000 f3db7429aa6c8f870e6abd1f6328c5412731dbe1
3bd406034df5d9e5ddd9b2cdf8b8a51af36926ea M dlls
However, I couldn't cleanly revert the patch on top of 1.1.42:
patching file dlls/winmm/lolvldrv.c
Hunk #1 succeeded at 58 with fuzz 2 (offset 11 lines).
Hunk #2 succeeded at 63 with fuzz 2 (offset -3 lines).
Hunk #3 succeeded at 70 (offset -3 lines).
Hunk #4 FAILED at 109.
Hunk #5 succeeded at 243 (offset -21 lines).
Hunk #6 succeeded at 500 (offset -27 lines).
Hunk #7 FAILED at 563.
Hunk #8 succeeded at 560 (offset -33 lines).
2 out of 8 hunks FAILED -- saving rejects to file dlls/winmm/lolvldrv.c.rej
patching file dlls/winmm/winemm.h
Hunk #1 succeeded at 133 (offset -4 lines).
patching file dlls/winmm/winmm.c
Despite the rejected lines, the source re-compiled cleanly, and the installer
worked again.
Fedora 12 x86
Wine-1.1.42 compiled from source, using CFLAGS="-gdwarf-2"
Link to the demo added to url.
Author of the patch added to CC.
--
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=22368
Summary: BYOND installer 465.1067 fails to load
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: willemmaster(a)hotmail.com
Created an attachment (id=27377)
--> (http://bugs.winehq.org/attachment.cgi?id=27377)
wine 465.1067_byond.exe output
When I launch the installer, it comes up with the splash screen and crashes
after about a minute, with the message "wait for critical section ... timed
out".
output 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=22356
Summary: Jedi Knight: Dark Forces II - weapons flicker
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.filefront.com/845549/jedidemo.exe
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
nvidia geforce 8 - driver version 195.36.15, latest git.
Install the demo, wine jkdemo, create a new player profile, start a new game,
notice the blaster rifle flickers very quickly. wine-1.1.37 doesn't have this
issue.
I'll be able to post the regression test results in a few days.
--
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=22334
Summary: Hearts of Iron III - missing texture on initial window
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=27324)
--> (http://bugs.winehq.org/attachment.cgi?id=27324)
Missing texture in wine-1.1.39
There is a missing texture on initial window of Hearts of Iron 3.
1. Attached picture explains that better.
2. I did a regression test between 1.1.38 and 1.1.39:
commit 53e326a77c8eaba69917dfe0a3e257d5f3231289
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Feb 11 16:30:56 2010 -0600
gdiplus: Use GdipCloneBitmapArea to get bitmap areas for texture brushes.
:040000 040000 658db9f50b2beddfe8a8334d020bc7f06aa61e36
ae049af9ba427bed58c2d9a58a58670d3ab887a6 M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch after git checkout makes that problem go away.
5. Adding author of this patch to CC.
--private keyword: bisected
--
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=22294
Summary: PlayOnline viewer has missing icon in title bar
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://dl.square-enix.co.jp/polus/setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: joel(a)airwebreathe.org.uk
Created an attachment (id=27251)
--> (http://bugs.winehq.org/attachment.cgi?id=27251)
Missing icon in title bar
When running in windowed mode, PlayOnline viewer has missing icon in title bar.
1. Best described by attached picture.
2. I did a regression test between 1.1.35 and 1.1.36:
commit 95ac10e526f9949802c8b76a969a942a9a4c2727
Author: Joel Holdsworth <joel(a)airwebreathe.org.uk>
Date: Wed Dec 30 20:00:08 2009 +0000
user32: Fixed icons to select correct image in high colour depth.
:040000 040000 47638ca8d78615b841c81f40465d054d07c44656
900ff753acf9fbf634e474a96be5459afbe25575 M dlls
3. There is another bug report suffering from this commit, see bug 21287 about
subtle graphical glitches in Miranda IM, but here is missing bitmap.
4. Revert of this patch on top of wine-1.1.42-79-g770c9bc makes that problem go
away.
5. Adding author of this patch to CC.
--private keyword: bisected
When the icon is missing, console has extra one line:
fixme:bitmap:CreateBitmapIndirect planes = 0
PS: There is one thing, which makes this bug bit mysterious. Reverted .42 shows
the bitmap in 100%. Non-reverted .42 showed that icon in 1 of 20 tries (5%).
--
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=22290
Summary: PlayOnline viewer can't be resized in windowed mode
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://dl.square-enix.co.jp/polus/setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Continuing "PlayOnline viewer" saga (previous bug 22197, bug 22145) i found
out, that when running this app in windowed mode, it's window (not wine's)
can't be resized. In other words if resized, than the window becomes black.
1. You need to apply not-yet-merged-patch for current git
(wine-1.1.42-30-ga7d000e): http://bugs2.winehq.org/attachment.cgi?id=27235
(from bug 22197).
2. I did a regression test between 1.1.40-151-g78166b0 and 1.1.42-30-ga7d000e:
commit dc918d43946462ad4c04ed373cda72d1ebe9b6d3
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Mar 28 16:42:32 2010 +0200
wined3d: Use FBOs when the onscreen depth stencil format isn't suitable.
This allows proper support of float depth buffers when rendering to
onscreen surfaces.
:040000 040000 44d70c59cce2f82aa3f2d8b6e19679588f81e1b8
15635de2c11dfbeb36cc3542bbaa6bc3f840468f M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch on top of wine-1.1.42-30-ga7d000e makes that problem go
away (again needs patch http://bugs2.winehq.org/attachment.cgi?id=27235)
5. Adding author of this patch to CC.
--private keyword: bisected
--
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.