http://bugs.winehq.org/show_bug.cgi?id=10821
Summary: System Shock 2 not loading up
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: webmaster(a)knad.co.uk
Created an attachment (id=9687)
--> (http://bugs.winehq.org/attachment.cgi?id=9687)
Error report
I have System Shock 2 installed corrently (no-cd etc, runs fine on windows).
But in Ubuntu 7.10 on the latest wine (wine repository) it does not load (error
attached).
I am using NVIDEA graphics driver.
The error is from running the command: wine c:/Sshock2/shock2.exe
I have also tried running via: schedtool -a 0x2 -e wine c:/Sshock2/shock2.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11416
Summary: Left or upwards scrolling in Traffic Giant corrupts
Display
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elicoten(a)live.co.uk
The game seems playable, and scrolling by moving the mouse to the right hand
side or bottom of the screen works as well as right click-dragging mouse the to
scroll downwards or rightwards it works. When you try to scroll left or upwards
the graphics get corrupted.
--
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=14745
Summary: wined3d BltOverride - blits from non-pow2 surfaces cause
issues without GL_ARB_texture_non_power_of_two
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: testcase
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
Created an attachment (id=15241)
--> (http://bugs.winehq.org/attachment.cgi?id=15241)
testcase in form of a patch to ddraw visual test
If there is a blit from non-pow2 surface (e.g. 128x72) to screen which is
followed by a blit from pow2 surface (e.g. 128x128) to screen, then second blit
is rendered incorrectly. Presumably in the second blit the first texture is
used somehow, instead of second. So, for example, in the testcase instead of
red and green quads, both quads will be red. Also happens in a real game
(forsaken), where there are also blits from surfaces 128x72 and 128x128.
This only appears when there is no GL_ARB_texture_non_power_of_two. Probably
related to GL_TEXTURE_RECTANGLE_ARB. Affects cards like geforce 2 mx, and also
reproduced on geforce 6100 by disabling GL_ARB_texture_non_power_of_two in
directx.c. Tobias Jakobi kindly tested this on geforce fx with positive result
(bug observed).
This is as if somehow GL_TEXTURE_RECTANGLE_ARB stays selected, which may be
possible because blits do not apply states and so (afaict)
texture_activate_dimensions isn't called and GL_TEXTURE_RECTANGLE_ARB may stay
enabled in such case (again afaict, so far i couldn't find a place where it
would be disabled in case of consecutive blits). Yet, strangely, adding
glDisable(GL_TEXTURE_RECTANGLE_ARB) in BltOverride doesn't seem to help.
On geforce fx and geforce 6100 this is worked around by using orm=fbo (on
geforce 2 there is no fbo). Didn't verify that myself but Stefan said on irc in
fbo mode GL_TEXTURE_RECTANGLE_ARB is always used so this could explain why it
works (if it indeed is related to failure to "switch" from
GL_TEXTURE_RECTANGLE_ARB to GL_TEXTURE_2D).
--
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=10866
Summary: In-game text slows down SimCopter
Product: Wine
Version: 0.9.51.
Platform: PC
URL: http://www.5star-shareware.com/Windows/Games/Flight/simcopter.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baby.lueshi(a)gmail.com
When playing SimCopter, the game slows down every time you get mission-related
updates in the top left corner of the screen. The more lines of text on the
screen at a time, the more the game lags. After doing a trace, it seems that
SimCopter calls DrawTextA for those messages, and the calls are constantly
repeated while the message is on the screen. I'm thinking this is because
DirectDraw might render over the text and the text gets redrawn every time the
DirectDraw window does, but that's just a wild guess, and doesn't really
explain the slowdown.
This bug is in both the demo and retail version of the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15142
Summary: Diablo - The Hell & Hellfire: DirectX issues
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=15851)
--> (http://bugs.winehq.org/attachment.cgi?id=15851)
Screenshot
As mentioned on the Mod's AppDB page. I have added a screenshot of the message
as well as the log I managed to pull out. Please tell me if you need anything
else.
--
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=12271
Summary: DirectX 6 SDK ddraw memtime sample program fails
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Outputs err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
320x240x8 @0! (desktop)
the page faults.
--
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=9799
Summary: Textures on vehicles are too dark in GTA Vice City!
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elwario91(a)gmail.com
Textures on vehicles are too dark in GTA Vice City!
Because I'm not a great wine debugger and patcher I don't know why this bug
occurs but I've attached a log in the hope someone can help and resolve it.
After that the game would run perfectly!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15186
Summary: Grand Theft Auto crashes on game engine start
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
When starting the first (2D) grand theft auto game, after going through the
menu system, the game dies a slow lingering death (crashes after a few seconds
of hanging)
--
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=15056
Summary: Graphical glitches in the menu of The longest journey
demo
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.longestjourney.com/download/demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
There are graphical glitches in the menu of the longest journey demo. This is a
regression. Here is the first bad commit
git-bisect good
eb4ee4f4ada6d02aeb26b0e12964b208ecc68b52 is first bad commit
commit eb4ee4f4ada6d02aeb26b0e12964b208ecc68b52
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Jul 30 10:01:08 2008 -0500
wined3d: Rework surface Blt a bit to only lock the part of the destination
surface being drawn to.
:040000 040000 d649467eb949d63e2b9b77c323b32303a74c9790
a528f360d6ed826afdab80fda5260ba5c245efe7 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.