http://bugs.winehq.org/show_bug.cgi?id=26971
Summary: Windows get unnecessarily repainted under some
circumstances
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://irfanview.tuwien.ac.at/iview428.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=34398)
--> (http://bugs.winehq.org/attachment.cgi?id=34398)
appearance (h264 avi video)
Just watch the attached video.
--
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=22814
Summary: IrfanView 4.00-4.25 large custom skins toolbar
appearance is broken
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://irfanview.tuwien.ac.at/iview425.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=28171)
--> (http://bugs.winehq.org/attachment.cgi?id=28171)
IrfanView 4.20 with Grosberg24 skin in Wine
It's a follow up of bug 8287.
In Preferences -> Toolbar select Grosberg24 skin, restart IrfanView.
Most icons on a toolbar will be completely missing (or probably transparent).
IrfanView 4.27 and higher is _not_ affected, because the author of this
application added a workaround specifically for 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.
http://bugs.winehq.org/show_bug.cgi?id=15242
Summary: Photoshop CS2: Typing causes excessive processor use and
brief unresponsiveness
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: login(a)greenstorm.net
Open Photoshop CS2.
Open an image
Press T to select the typing tool.
Click.
Type quickly.
Watch your system monitor's CPU usage leap all over the place. If you type the
right speed, photoshop doesn't get a chance to update the image with your text,
and the cursor moves with nothing appearing behind it. All the text pops in at
once when your CPU gets a chance to breathe.
Hit CTRL-Enter to finish typing.
Press V to select the movement tool.
Press the down arrow to move the text box incrementally.
Watch your system monitor's CPU usage leap all over the place.
Let go of down, and watch all the cached keystrokes keep your text box sliding
off the edge of your image.
In Windows, as soon as you let go of the arrow keys, the object stops moving.
In Windows, when you type, text appears immediately on the image.
In Windows, typing doesn't take a bunch of CPU time.
--
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=17882
Summary: Photoshop doesn't see the Internet.
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinex2017(a)neostrada.pl
Photoshop CS2 does not see internet.
I am connected by ppp0 (modem USB ADSL).
During update software PS doesn't see internet connection
--
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=24276
Summary: Max Payne 2 - early crash when running with mesa
driver
Product: Wine
Version: 1.3.2
Platform: x86-64
URL: http://www.rockstargames.com/maxpayne2/mp2_downloads.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: hverbeet(a)gmail.com
Created an attachment (id=30574)
--> (http://bugs.winehq.org/attachment.cgi?id=30574)
i965 classic crash
Hi there,
like I already feared in bug #12051 the game 'Max Payne 2' never worked when
wined3d runs on a mesa driver.
I somehow knew this problem, because back then when I still had my Intel i915
it wouldn't run as well. However I always blamed it on limited hardware support
of the integrated Intel GPU. I'm now back with a i965-based GPU (Arrandale, IGP
in a Core i5 M450) and this problem still occurs. The Arrandale has DX10
features, so something can't be right here.
Testing the game with swrast (both classic and gallium, powered by LLVM) yields
exactly the same results.
What to do?
Fetch the MP2 demo and launch it. Finish config (it shouldn't matter what gfx
settings you select) and let the launcher start the game. After the short intro
movie a loading screen appears. Shortly after the progress bar advances for the
first time, the game crashes.
I'm going to attach some logs from the crashes:
(i) i965 with classic driver (gallium doesn't work, crashes somewhere else but
in mesa code)
(ii) swrast gallium
(iii) swrast classic
All segfault at the exact same position:
Backtrace:
0x00370265: movl 0x8(%esi),%eax
Using winedbg and disasm yields this:
0x00370250: movl %ecx,0x00000000
0x00370256: addl $0xc8,%esp
0x0037025c: ret $0x24
0x0037025f: int $3
0x00370260 ??4P_TextureFormat@@QAEAAV0@ABV0@@Z in e2mfc: pushl %esi
0x00370261: movl 0x8(%esp),%esi
0x00370265: movl 0x8(%esi),%eax
0x00370268: movl %eax,0x8(%ecx)
0x0037026b: movl 0xc(%esi),%edx
0x0037026e: movl %edx,0xc(%ecx)
So there is some sort of texture format (checking?) function in e2mfc that
freaks out when mesa is used. I suspect that wine doesn't advertise certain
texture formats (that are _always_ available on native Windows) when running on
a mesa driver, or the mesa driver doesn't advertise them - no idea?
Any idea how to procede with the debugging? I still have to check the game on
my r700 card, also with mesa drivers (no fglrx installed, does this even work
with the latest xserver?)
Adding Henri and Stefan because they likely know what to do next (especially
Henri, since he's also working on mesa - great job anyway!)
Greets,
Tobias
EDIT:
uname -a:
Linux leena 2.6.35.4 #3 SMP PREEMPT Mon Aug 30 22:55:57 CEST 2010 x86_64
Intel(R) Core(TM) i5 CPU M 450 @ 2.40GHz GenuineIntel GNU/Linux
i965 and swrast gallium are built from git master, swrast classic is older. And
yes, these are the 32bit compiles :)
--
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=25960
Summary: Black Mirror 3 Demo: hangs on startup
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://www.gamershell.com/download_68786.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33095)
--> (http://bugs.winehq.org/attachment.cgi?id=33095)
+relay,+seh,+tid
Download the demo from the url, install, and try to run. It simply hangs with a
message box that says 'Black Mirror 3'.
+relay,+seh,+tid 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=24832
Summary: Typing of the Dead Demo Installer dies before Finished
dialog(but game gets installed anyway)
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=31409)
--> (http://bugs.winehq.org/attachment.cgi?id=31409)
output from starting the installer with the wine from the Terminal
When installing Typing of the Dead Demo from
http://www.fileplanet.com/54947/50000/fileinfo/The-Typing-of-the-Dead-Demo ,
the installer installs the game but crashes before the "Finished" dialog with
several errors like "err:ole:ClientIdentity_QueryMultipleInterfaces
IRemUnknown_RemQueryInterface failed with error 0x80004002" displayed. See
attached error log for further detail.
Note: This demo installs and works good other than the "Finished" screen not
appearing.
--
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=25940
Summary: Sid Meier's Civilization V crashes when completing the
Space Ship
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megatog615(a)gmail.com
After completing all the space ship parts, and connecting the last part at the
Capital City, the game will hang for several seconds, then crash with the
following:
Steam - Error
CWorkThreadPool::StartWorkThread: Thread creation failed.
--
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=20207
Summary: NFS SHIFT: Game hangs on loading
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=23829)
--> (http://bugs.winehq.org/attachment.cgi?id=23829)
Menu appearance
I'm using Wine-1.1.30 on Fedora 11 32 bit on NVIDIA 9xxx with drivers version
190.32
Steps to reproduce:
1) delete ~/.wine directory
2) sh winetricks dotnet20 , because installer hangs on DirectX installation
3) install game
4) sh winetricks directx9 , because it speeds up navigating through first menus
otherwise it's very slow
5) patch game to 1.01
6) wine shift.exe
7) watch intro, choose language, type your name
8) get to main menu screen which I showed in attachment
The problem is that background doesn't look like it should. I tested full
version of this game and don't know if the same is in demo version.
--
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=22442
Summary: Sega Rally Revo - direct2drive version: will not
launch
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: limited_choice(a)hotmail.com
Created an attachment (id=27484)
--> (http://bugs.winehq.org/attachment.cgi?id=27484)
Output of 'wine "SEGA Rally Revo Launcher.exe" &> log'
AFAICT one needs to launch "SEGA Rally Revo Launcher.exe" to configure the game
for the current hardware set ; without the data created by the launcher exe,
the
main game executable ("Sega Rally Revo.exe") crashes upon start.
Note: the launcher crash here spawns the microsoft .NET error reporting GUI..
--
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=12893
Summary: GTA2 doesn't work on the eeepc but works fine on an
nvidia card
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: GNUtoo(a)no-log.org
when i start GTA2 i have a screen that is mostly black...then i press esc and i
have the normal screen but it has green lines on it and is too slow to be
playable...
i attach the log file
--
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=22011
Summary: Symantec Antivirus 10.x installation fails when
starting services
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=26754)
--> (http://bugs.winehq.org/attachment.cgi?id=26754)
Wine 1.1.40 console output
Under Wine 1.1.39, SAV 10.x installers fail when trying to start the services.
The same exception occurs with every Wine run thereafter, until the WINEPREFIX
is cleared.
Workaround for Bug 22009 required to get this far.
Also need to workaround Bug 18719 for version 10.2 (Vista).
Same with Wine 1.1.40.
--
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=20979
Summary: ./wine wrapper script broken when --with-wine64 is
used
Product: Wine
Version: 1.1.34
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
$ cd $HOME/wine64
./configure --enable-win64 --disable-tests
$ make
$ cd $HOME/wine32
$ ./configure --with-wine64=$HOME//wine64 --disable-tests --without-mpg123
$ make
$ ./wine notepad
./wine: could not locate Wine source tree
$ loader/wine notepad
wine: created the configuration directory '/home/austin/.wine'
wine: configuration in '/home/austin/.wine' has been updated.
--
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=26458
Summary: Photoshop CS2 workspaces windows stays on top
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.artik(a)gmail.com
Impossible to display on top an another window. photoshop CS2 windows stays on
top. here is an example :
http://i.imgur.com/pXP1V.jpg
As you can see, my pidgin window is selected, but occured by the photoshop
window.
--
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=26357
Summary: Wine does not build on Mac OS X with Clang 2.8
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marvinx03(a)gmail.com
I have Clang 2.8 on my macbook installed via MacPorts:
$ which clang
/opt/local/bin/clang
$ clang -v
clang version 2.8 (branches/release_28)
Target: x86_64-apple-darwin10
Thread model: posix
When wine is configured with Clang:
$ export CC=/opt/local/bin/clang
$ export CXX=/opt/local/bin/clang++
$ export CFLAGS="-g -O0"
$ ./configure --x-include=/usr/X11/include --x-libraries=/usr/X11/lib
Compilation fails with the following message:
/opt/local/bin/clang -m32 -c -I. -I. -I../../include -I../../include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings
-Wpointer-arith -g -O0 -o hal.o hal.c
../../tools/wrc/wrc --nostdinc --po-dir=../../po -m32 -I. -I. -I../../include
-I../../include -D__WINESRC__ -o version.res version.rc
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../..
-shared ./hal.spec hal.o version.res -o hal.dll.so
../../libs/port/libwine_port.a
./hal.spec:1: function 'ExAcquireFastMutex' not defined
./hal.spec:2: function 'ExReleaseFastMutex' not defined
./hal.spec:3: function 'ExTryToAcquireFastMutex' not defined
./hal.spec:16: function 'KfAcquireSpinLock' not defined
./hal.spec:17: function 'KfLowerIrql' not defined
./hal.spec:18: function 'KfRaiseIrql' not defined
./hal.spec:19: function 'KfReleaseSpinLock' not defined
winegcc: ../../tools/winebuild/winebuild failed
make[1]: *** [hal.dll.so] Error 2
make: *** [dlls/hal] Error 2
--
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=19078
Summary: Forum: quote includes first line of reply to quote
Product: WineHQ.org
Version: unspecified
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
There's a small bug in the Wine forums where, if a mailing list subscriber
quotes someone in their email, the first line of their reply to that quote
inevitably gets "eaten up" into the quote too. Example:
[quote]
Quote line 1
Quote line 2
Quote line 3
Reply line 1
[/quote]
Reply line 2
Reply line 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.
http://bugs.winehq.org/show_bug.cgi?id=9633
Summary: Window Decoration Missing
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darkvater(a)operamail.com
Created an attachment (id=8031)
--> (http://bugs.winehq.org/attachment.cgi?id=8031)
image of what I mean
I think this started with wine 0.9.42. When I run *any* application the window
decoration is missing.
Eg the top bar which you can grab to move a window, or close with [x],
minimize, etc. For these windows ALT+click move doesn't work either. Some of
the applications regain this window decoration after a while and then behave
normally. Until then these windows are always-on-top and have no icon in the
taskbar.
I am running compiz right now, but I don't think this is the issue, as in wine
0.9.41 things worked just right. See the attached screenshot for what I mean.
I will revert back to 0.9.41 to double check this, but not now as utorrent is
busy downloading...eh..linux isos.
--
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=12362
Summary: [Regression 0.9.59] Systray support for all applications
is broken
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Environment: KDE 3.5.9/Fedora 8
With a new ~/.wine
wine taskmgr
-> In KDE systray there's something transparent but not a real Task Manager
Icon
-> Mouse clicks have no effect (no menu is shown or any other reaction)
(At first spotted by running Miranda 0.7.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.
http://bugs.winehq.org/show_bug.cgi?id=12433
Summary: Internet Explorer 7 is not showing any page
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
Created an attachment (id=11971)
--> (http://bugs.winehq.org/attachment.cgi?id=11971)
warn+all log
-Follow howto on the <a
href="http://appdb.winehq.org/objectManager.php?sClass=version&iId=4195">appdb</a>
-Try to insert any page you want
-Internet Explorer show message "Windows cannot find 'something'. Check the
spelling and try again" and don't run any page.
--
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=12215
Summary: Adobe Photoshop CS2: progress bar staying visible after
operations
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: descentspb(a)ya.ru
When batch processing some amount of images through a cpu-heavy plugin, a
progress bar appears. After finishing the work, it sometimes remains visible,
on top and resized in the way that you cannot actually see the progress bar
itself, but only the "Progress" window decoration and the caption. I can
provide a screenshot if necessary.
WM: metacity.
--
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=13987
Summary: Photoshop CS2 All image and dialog windows draw behind
main parent window with KDE4
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)brianvuyk.com
Created an attachment (id=14174)
--> (http://bugs.winehq.org/attachment.cgi?id=14174)
Screenshot demonstrating the bug. Note that all the subwindows are behind the
main CS2 window.
Hello.
I just did a fresh install of Photoshop CS2 on a fresh Wine 1.0 install on
Kubuntu 8.04 remix (KDE4).
Unfortunately, all the 'subwindows', including the image I am editing, as well
as the tool dialog, layer dialog etc. draw behind the main parent window.
This means that the program can not easily be used.
--
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=20260
Summary: GTA2 runs really slow with RenderTargetLockMode
readtex with a GeForce FX 5500
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.rockstargames.com/classics/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julius(a)zgod.cjb.net
When trying to play GTA2 in newer Wine versions with a GeForce FX 5500, the
game will run extremely slow because RenderTargetLockMode readtex is now the
default. Switching back to RenderTargetLockMode readdraw allows the game to
work correctly.
When setting RenderTargetLockMode disabled, the intro movie doesn't display
anymore, but ingame will work extremely fast. The performance is really good
then.
It appears there is currently a significant performance problem with GeForce FX
5500 cards and RenderTargetLockMode readtex. Details about my system:
AMD Athlon 1GHz
512MB RAM
GeForce FX 5500 with 128MB
Ubuntu Hardy
Driver version: 173.14.16 (the latest that supports my hardware as far as I'm
aware)
--
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.