http://bugs.winehq.org/show_bug.cgi?id=22702
Summary: Cyberboard maps, markers and units display as all
black.
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gimbal(a)optonline.net
Cyberboard maps, markers and units display as all black. All display correctly
in Wine 1.1.30. Test files attached. To reproduce, run CBPlay.exe, open
AC2-Crete.gam. Examples can be seen on all of the playing boards listed on the
left side.
--
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=22699
Summary: Swapchain_blit enhancement introduces x-axis inversion
Product: Wine
Version: 1.1.36
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kempe.marcus(a)gmail.com
Created an attachment (id=27970)
--> (http://bugs.winehq.org/attachment.cgi?id=27970)
1.1.36 with the problem plainly visible. Notice that there are no y-axis
displacements.
Wine release 1.1.36 includes the following changes:
wined3d: Add support for source and destination rectangles to swapchain_blit().
wined3d: Handle source and destination rectangles in
IWineD3DSwapChainImpl_Present().
These changes do however introduce a new problem, when using
D3DSWAPEFFECT_COPY.
It looks very much as rectangles are blitted on screen at position (x, h - y)
instead of at (x, y).
The attached screen shots illustrate the problem. The 1.1.35 screen shot shows
what the application looks like in windows, and in wine version <= 1.1.35.
Second screenshot shows artefacts from all wine versions >= 1.1.36.
--
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=22694
Summary: Spiceworks will not install due to missing netstat.exe
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hytek3000(a)yahoo.com
Created an attachment (id=27961)
--> (http://bugs.winehq.org/attachment.cgi?id=27961)
Trace for Spiceworks Installation Failure
The newer versions of Spiceworks checks for netstat.exe during installation.
This causes the installer to abort.
Attached is the trace using latest git wine: wine-1.1.44-143-g2ba53f4
--
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=22684
Summary: Jedi Knight: Dark Forces II screen flips when picking
up an item
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://www.filefront.com/845549/jedidemo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
1. When an item is picked up in Jedi Knight: Dark Forces II, screen should blue
flicker for a short time. Instead it looks like, that normal picture is
interleaved with blue and upside down picture of the screen.
2. I did a regression test between 1.1.40 and 1.1.41:
commit fb8812db8945c23eeb6655cc94f6c36d7d15d05f
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Thu Mar 18 23:59:02 2010 +0100
wined3d: Get rid of d3dfmt_get_conv in RealizePalette.
:040000 040000 a6e92a0eb31fd2ef3327b5fdbe3c8f52e2df64be
985592ba3a21105d8f56fd9899eef0215ee84250 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
Other bug reports in this saga: bug 22683, bug 22356.
--
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=22657
Summary: 3DMark 2001se - Car Chase - High Detail shows black
screen
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
3Dmark 2001se doesn't render the 1. game on high details, the screen is only
black. The output while the benchmark is running is:
fixme:d3d:context_check_fbo_status FBO status
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT (0x8cd7)
fixme:d3d:context_check_fbo_status Color attachment 0: (0x1a72e0)
WINED3DFMT_B8G8R8X8_UNORM 1024x768
fixme:d3d:context_check_fbo_status Depth attachment: (0x1a1ab0)
WINED3DFMT_D32_UNORM 1024x768
err:d3d:IWineD3DDeviceImpl_ClearSurface >>>>>>>>>>>>>>>>>
GL_INVALID_FRAMEBUFFER_OPERATION (0x506) from glClear @
../../../git/dlls/wined3d/device.c / 4560
This is with NVIDIA 8800GTS, driver 195.36.15.
This is a regression caused by commit
7a2debe113198fab0756dab5a3d1ecf7550c5a9f is the first bad commit
commit 7a2debe113198fab0756dab5a3d1ecf7550c5a9f
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed May 5 18:22:36 2010 +0200
wined3d: Use the FBO cache in swapchain_blit().
:040000 040000 cbaa467bd3f4dc194671a7ac352fb9910c3281da
66c0e64fc10b58df2e4533112cd2d3a32efda825 M dlls
--
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=22632
Summary: Blitzkrieg game crashes when using 'Save' option
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pawel.stolowski(a)wp.pl
Created an attachment (id=27816)
--> (http://bugs.winehq.org/attachment.cgi?id=27816)
Debug message when Blitzkrieg crashed on 'Save'
Blitzkrieg game crashes when attempting to save the game. When 'Save' option is
selected, the game crashes after clicking in the filename input box or after
clicking 'Save' button with default file name.
Automatic game saving on mission start works fine.
--
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=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.