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.
http://bugs.winehq.org/show_bug.cgi?id=20994
Summary: Photoshop droplets do not activate actions
Product: Wine
Version: 1.1.32
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)mail.4brad.com
Photoshop does not take command line arguments, but offers a facility called
"Create Droplet" which generates exe files which both accept drag and drop and
also filenames on the command line, which are to be loaded and then run through
a photoshop script (action.)
On DOS, one can create a droplet with a dummy action, and use it as a way to
invoke photoshop with filenames on the command line, and this works.
In wine on photoshop CS2, one can create a droplet, and one can invoke it with
wine and it invokes photoshop, but it does not run the action as far as I can
tell, and does not load files given on the command line, nor issue errors if
the filenames are not valid (which is what happens under windows.)
The main reason this would be useful is it would be very nice to have a means
to pass filenames to photoshop from linux, rather than having to invoke it and
go through its file loading dialogs, which always start from a different
directory than you were in anyway.
--
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=20996
Summary: Photoshop cs2 dont rem last status!
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mad24ind(a)gmail.com
In windowa photoshop remember it'd last window size and changes. But here it
won't!
--
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=21675
Summary: FLASH CS4 cannot start in fedora 12
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: omarg55(a)gmail.com
CC: omarg55(a)gmail.com
Created an attachment (id=26181)
--> (http://bugs.winehq.org/attachment.cgi?id=26181)
screem error
it's simple error program to start the .exe
i have got upgrade a version 1.1.38, but again says error,
The s.o is fedora 12(constantine) and wine 1.1.38,) and other aplication
working properly but to install flash gives me this error
somebody help me.. any ideas
thanks
O.Galaviz
--
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=22373
Summary: OnOneMaskPro Photoshop Plugin crashed WTEnable
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cemelmaci(a)hotmail.com
Created an attachment (id=27381)
--> (http://bugs.winehq.org/attachment.cgi?id=27381)
console output
photoshop onone mask pro plugin 4 crashed during window change, maskpro window
to photoshop window.
...
Backtrace:
=>0 0xf6d34c08 WTEnable+0x88(hCtx=0xc00, fEnable=0)
[/home/sc/wine-git/dlls/wintab32/context.c:657] in wintab32 (0x0032ccec)
...
--
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=24085
Summary: Sony Launchpad: news menu is blank without native
shdocvw
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.soe.com/casualProduct.vm?Id=038
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30299)
--> (http://bugs.winehq.org/attachment.cgi?id=30299)
screenshot
Winetricks ie6 worksaround it. Removing the overrides one by one indicates
shdocvw is the culprit.
Screenshot / terminal 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=22525
Summary: Memory leak in Internet Explorer
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ppy(a)finstream.ru
Any version wine has lot of memory leak in Internet Explorer 6.0 and 7.0.
Problem has in JavaScript+AJAX sites, like maps.google.com or gmail.com.
Several clicks on some HREFs on the AJAX site I see large increase of task used
memory - about 0.3-2 Mb per click.
Amount of task's used memory don't decrease.
--
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=24088
Summary: Cosmic Rift: launching game draws hundreds of
concentric squares
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.soe.com/casualProduct.vm?Id=038
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30308)
--> (http://bugs.winehq.org/attachment.cgi?id=30308)
screenshot
Hard to explain, but hurts your eyes, and makes you feel like your on an acid
trip / could give an epileptic a seizure. After it fills the screen with that
pattern, it repeats the cycle, about 7 times or so, then finally launches the
game.
See screenshot.
Terminal only shows:
fixme:win:EnumDisplayDevicesW ((null),0,0x33df18,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e0a4,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x150cb0,0x150c38): stub
--
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=24091
Summary: everquest: cannot activate trial
Product: Wine
Version: 1.3.1
Platform: x86
URL: https://account.station.sony.com/authenticated/commerc
e/activateSub.action?gameCode=EQ
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
This bug affects several Sony online trials. In wine, it tries to load this
url:
https://account.station.sony.com/authenticated/commerce/activateSub.action?…
(this is for everquest, other urls are similar). You login with your account,
but on wine, it fails, saying that cookies are not enabled.
Workaround is to find the url with +wininet and open the url in a 'real'
browser, e.g., firefox.
--
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=27042
Summary: %ProgramFiles% could not be expanded
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombert(a)live.at
A clean install of wine the following section in system.reg was missing.
Without this section wintricks fails with %ProgramFiles% could not be expanded.
thx
[Software\\Microsoft\\Windows\\CurrentVersion] 1287836582
"CommonFilesDir"="C:\\Program Files\\Common Files"
"FirstInstallDateTime"=hex:21,81,7c,23
"ProductId"="12345-oem-0000001-54321"
"ProgramFilesDir"="C:\\Program Files"
"ProgramFilesPath"=str(2):"%ProgramFiles%"
"RegisteredOrganization"=""
"RegisteredOwner"=""
--
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=26023
Summary: Live Messenger 2009 crashes on start, needs
msvcr80.dll._mbslwr_s
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.filehippo.com/download_msn_messenger/7560/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Initially reported in bug 18889, comment #54:
"on wine 1.3.13 at load windows live messenger 2009 appear a error
unimplemented
function msvcr80.dll._mbslwr_s (install vcrun2005 don't fix this error) and
show the wlm tray icon but don't work, this is the only error that I get so far
(unimplemented function msvcr80.dll._mbslwr_s)."
I see the same. I did:
$ rm -rf .wine
$ winetricks -q ie7 #workaround installer bugs
$ wine wlsetup-custom.exe
$ cd ~/.wine/drive_c/Program Files/Windows Live/Messenger
$ wine msnmsgr.exe
shows that same crash. Interesting, winetricks vcrun2005 doesn't fix it (even
if I run that before setup).
I suppose if we implement it in our own, however, that would fix this
particular bug as well, and probably help some other apps.
--
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=12818
Summary: Age of Mythology GOLD crashes when exiting the game
Product: Wine
Version: 0.9.60
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Created an attachment (id=12503)
--> (http://bugs.winehq.org/attachment.cgi?id=12503)
AOM Gold debug log
When exiting Age of Mythology GOLD (GOLD is the original Age of Mythology game
matched with the Titans expansion pack) it crashes.
I attached a file with the debug output.
--
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=26012
Summary: Rayman 2 crashes on start-up
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pieter.ideler(a)gmail.com
Created an attachment (id=33175)
--> (http://bugs.winehq.org/attachment.cgi?id=33175)
Logs Rayman 2 Bug
Rayman 2: The Great Escape installs fine but crashes on start-up
Logs and backtrace in attachments.
--
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=22493
Summary: Baldur's Gate 2: poor rendering with ddr=opengl
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.brothersoft.com/games/baldur-s-gate-ii-shad
ows-of-amn.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=27557)
--> (http://bugs.winehq.org/attachment.cgi?id=27557)
screenshot
Using gdi for the direct draw renderer fails (bug 22482). Using opengl lets the
game start, but there is major artifact-ing. See screenshot.
--
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=23947
Summary: WACOM Pressure sensitivity doesn't work with photoshop
CS4 and CS5
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.artik(a)gmail.com
Pressure sensitivity perfectly works with Photoshop CS2. Baut after installing
and playing with CS4 and 5, I realized it doesn't work.
Also, CS5 is runnig cool on Wine, but I need to get a special version with a
loader. CS5 run exactly like CS4 : 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=22667
Summary: Settlers II - 10th Anniversary demo crash if you
change shadows details
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.ubi.com/UK/Downloads/Info.aspx?dlId=1671
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=27903)
--> (http://bugs.winehq.org/attachment.cgi?id=27903)
Screenshot of the issue.
Set graphics options to their minimum and then set shadows quality and details
to their highest level.
If you start a game and try to change the shadow details the game will crash
with the error that appear in the screenshot.
--
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=19313
Summary: IE8's menus are not visible
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/C/C/0/CC0BD555-
33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22359)
--> (http://bugs.winehq.org/attachment.cgi?id=22359)
Wine 1.1.25 console output
IE8's menus are not visible, but can be activated using ALT.
Tried native gdiplus (you never know), but it made no difference.
--
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=27108
Summary: windows 7 cmd.exe aborts with unimplemented function
KERNEL32.dll.RegOpenKeyExW
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Not that it matters a whole lot, but it might be nice to be
able to use the real one for comparisons sometimes.
winedump -j import cmd.exe shows that windows' cmd.exe imports a bunch
of symbols from kernel32 that don't appear in our kernel32.spec:
CancelSynchronousIo
CreateSymbolicLinkW
DeleteProcThreadAttributeList
FindFirstStreamW
FindNextStreamW
InitializeProcThreadAttributeList
RegCloseKey
RegCreateKeyExW
RegDeleteKeyExW
RegDeleteValueW
RegOpenKeyExW
RegQueryValueExW
RegSetValueExW
SetEnvironmentStringsW
UpdateProcThreadAttribute
--
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=22307
Summary: Depth of field blur effects lag behind animation in
Dragon Age: Origins
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)tibit.com
During Dragon Age cut scenes, depth of field effects appear as a sort of blur
stencil overlaid atop a scene, with cut-outs in the shape of the characters
that are supposed to remain in focus. Under wine, these cut-out shapes often
do not get updated as characters move and scenes change. As a result, lots of
oddly-shaped blurs are appear where they should not be. (For example, half of
a character's face might be in focus while the other half is blurry.) Careful
examination shows that the odd blur shapes match the edges of models that were
on screen a few seconds earlier.
I'll attach some screen shots to demonstrate. Notice that the blur effects
have nearly-correct shapes and positions in the first shot, but they remain the
same in the subsequent shots even when the characters have moved or the scene
has changed.
--
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=25787
Summary: MYST V Demo: Black screen after into movies
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=32862)
--> (http://bugs.winehq.org/attachment.cgi?id=32862)
Terminal output: wine "MystVDemo.exe" + WINEDEBUG=+d3d wine "MystVDemo.exe"
The problem occurs once the user has finished watching the Ubisoft and
CyanWorlds introduction .bik videos. The screen is black and flickers
numbers/letters and a pointer finger followed by a completely black screen
which locks up the game.
I've done a trace on d3d which seems to be causing it. 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=21200
Summary: HotWheels Stunt Track Driver: On-Screen Mouse Cursor
stuck to top left of screen
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25460)
--> (http://bugs.winehq.org/attachment.cgi?id=25460)
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(640,480) and
more...
Upon installing and running the retail CD of HotWheels Stunt Track Driver, I
can say it works perfectly with the exception that the mouse cursor is stuck to
the top left of the screen in both windowed and full screen modes. You can move
the mouse but it will promptly return to this position. This makes it
impossible to drive the car because it is always being pulled to the left of
the track and crashing, and making the game menu nearly impossible to select
items.
I'm pretty positive it's a DirectInput issue as seen in the attached log.
--
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=22588
Summary: Starcraft 2 Editor doesn't render anything on the
terrain view
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape(a)ape3000.com
Created an attachment (id=27717)
--> (http://bugs.winehq.org/attachment.cgi?id=27717)
Output after starting the terrain view
I can start Starcraft 2 Editor if I set "HKEY_CURRENT_USER\Software\Blizzard
Entertainment\StarCraft II Editor Beta\Preferences\StartupModules" to 0. The
editor seems to be working generally, but the most important feature is
unusable.
When I enter the terrain view the editor freezes and I have to kill it.
The output I get hints that the problem is probably in directx-d3d.
--
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=20445
Summary: WMP10: Crash on changing tab
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://download.microsoft.com/download/1/2/A/12A31F29-
2FA9-4F50-B95D-E45EF7013F87/MP10Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=24292)
--> (http://bugs.winehq.org/attachment.cgi?id=24292)
log from running on wine-1.1.31-491-geea0d75
I'm using Fedora 11 32 bit and wine-1.1.31-491-geea0d75 compiled with gcc (GCC)
4.4.1 20090725 (Red Hat 4.4.1-2)
Steps to reproduce:
1) start clean ~/.wine
2) sh winetricks wmp10
3) wine "~/.wine/drive_c/Program Files/Windows Media Player/wmplayer.exe"
4) change tab from "Library" to e.g. "Now playing"
5) get crash
debugger shows that the error may be in
IAutoComplete2_fnInit
--
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=26435
Summary: Dragon Age: Origins has no sound... unless you edit
DragonAge.ini and change SoundDisabled to 0
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With current git, Dragon Age Origins installed for me with
SoundDisabled=1 in DragonAge.ini, and there is no sound.
Changing that to SoundDisabled=0 works around the problem.
Filing new bug per http://bugs.winehq.org/show_bug.cgi?id=20575#c4
--
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=24538
Summary: gdi bug from EasyToon 1.9.9 beta 3
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nitrofurano(a)gmail.com
EasyToon is maybe the most efficient raster animation editor available on w32,
and not yet anything similar exists nativelly on Linux.
I tried the version 1.9.9 beta 3 on Wine 1.2 (Ubuntu 10.10 beta 1, installed
from the repository)
a screenshot shows the bug is
http://img826.imageshack.us/img826/9849/easytoononwine.png , while these gdi
patterns (from that horizontal 17 buttons) should have a more smooth
progressive grayscale simulation, from black to white, like
http://yfrog.com/4beasytoontonesp
thanks
p
--
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.