http://bugs.winehq.org/show_bug.cgi?id=31871
Bug #: 31871
Summary: Photoshop CS5 fails to run
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soar.above.the.skies(a)gmail.com
Classification: Unclassified
Created attachment 41944
--> http://bugs.winehq.org/attachment.cgi?id=41944
Photoshop CS5 fails to run
Photoshop fails to execute and run as expected. Logs are attached below.
--
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=31891
Bug #: 31891
Summary: Radeon HD6670 detected as 3200
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deep_silence_fr(a)yahoo.fr
Classification: Unclassified
I noticed in Kerbal game that my video card is detected as a radeon HD3200
instead of a HD6670 (this seems to be the cause of lots of random graphical
lockups).
Both fglrxinfo and lspci detect a 6670, so I assume this is a wine issue. I
noticed that the files below do not list this video card:
http://source.winehq.org/source/dlls/wined3d/directx.c#L1062http://source.winehq.org/source/dlls/wined3d/wined3d_private.h#L1314
--
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=31916
Bug #: 31916
Summary: Steam in xfce: xfwm4 windows refuse to relinquish
focus
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: FinalCrisisSX(a)Hotmail.com
Classification: Unclassified
In xfce (or in kde with xfwm4 instead of kwin), Steam has recently started
having an issue where it refuses to relinquish focus. If you were to click
inside a chat window and then try to click back into, for example, a terminal
window to switch focus, it would work for a split second and then the chat
window would pop right back up over it. Ie, it is impossible to switch into
another window via click because the active window won't go away.
It is easy to trigger the problem, but I've had a hard time figuring out
specifically what steps one must follow in order to do so. However, if I have
the main steam window and friends list open and a chat window hovering over a
terminal and tinker with moving and minimizing / changing the focus of the main
and chat windows for a minute or two (and try to click into the terminal), I
can reliably cause it to occur.
This occurs from wine 1.5.12 to 1.5.14, and in both Linux Mint 13 x64 and Arch
Linux x64 in a used or fresh wineprefix. Occurs on my machine and a friend's
machine as well.
A regression test found the following to be the trouble for me:
$ git bisect good
d35fc4369fd9eb7e5fca78cc0d61e241de286ee0 is the first bad commit
commit d35fc4369fd9eb7e5fca78cc0d61e241de286ee0
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Aug 29 18:08:37 2012 +0200
user32: Always go through set_window_pos when the WS_VISIBLE style is
changed.
:040000 040000 2181c83f9671eb18ffb3538e627cce5d2b0bf7e0
cdf5240aa47f26a98421467c50979a84b60c68e7 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=31947
Bug #: 31947
Summary: NVIDIA GeForce GTX 660 Ti detected as GeForce 8300 GS
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: betaguy(a)gmail.com
Classification: Unclassified
Wine detects my NVIDIA GeForce GTX 660 Ti as a GeForce 8300 GS (which is, as
far as I know, the default for undefined NVIDIA cards). I've attached two
patches that fix this.
--
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=31977
Bug #: 31977
Summary: YoudaoDict crash at start
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download installer at: http://cidian.youdao.com/download/YoudaoDict.exe
2. install with wine
3.
$ cd '.wine/drive_c/users/fracting/Local Settings/Application
Data/Youdao/Dict/Application'
$ wine YodaoDict.exe
YodaoDict crash but no backtrace printed, there is a deadlock after crashing:
0024:err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main
process heap section" wait timed out in thread 0024, blocked by 0009, retrying
(60 sec)
start YodaoDict with winedbg could give us the crashing Backtrace:
Backtrace:
=>0 0x7bc496be HEAP_FindFreeBlock+0x46(heap=0x110000, size=0x28,
ppSubHeap=0x33f188) [/home/fracting/wine-git/dlls/ntdll/heap.c:1003] in ntdll
(0x0033f160)
1 0x7bc4b953 RtlAllocateHeap+0x1ac(heap=0x110000, flags=0x2, size=0x24)
[/home/fracting/wine-git/dlls/ntdll/heap.c:1688] in ntdll (0x0033f1c0)
2 0x7bb50d46 heap_alloc+0x2d(len=0x24)
[/home/fracting/wine-git/dlls/msxml3/msxml_private.h:170] in msxml3
(0x0033f1f0)
3 0x7bb52e55 create_attribute+0x1d(attribute=0x78705500)
[/home/fracting/wine-git/dlls/msxml3/attribute.c:675] in msxml3 (0x0033f220)
4 0x7bb83f90 create_node+0xaf(node=0x78705500)
[/home/fracting/wine-git/dlls/msxml3/node.c:1557] in msxml3 (0x0033f270)
5 0x7bb6d760 domelem_get_qualified_item+0x14e(node=0x78705468, name="name",
uri=0x0(nil), item=0x33f384)
[/home/fracting/wine-git/dlls/msxml3/element.c:1573] in msxml3 (0x0033f2c0)
6 0x7bb6d83f domelem_get_named_item+0xcd(node=0x78705468, name="name",
item=0x33f384) [/home/fracting/wine-git/dlls/msxml3/element.c:1592] in msxml3
(0x0033f320)
7 0x7bb85963 xmlnodemap_getNamedItem+0xa6(iface=0x334e560, name="name",
item=0x33f384) [/home/fracting/wine-git/dlls/msxml3/nodemap.c:200] in msxml3
(0x0033f360)
8 0x004cd6dd in yodaodict (+0xcd6dc) (0x006ab640)
0x7bc496be HEAP_FindFreeBlock+0x46
[/home/fracting/wine-git/dlls/ntdll/heap.c:1003] in ntdll: movl0x0(%eax),%eax
1003 SIZE_T arena_size = (pArena->size & ARENA_SIZE_MASK) +
--
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=31979
Bug #: 31979
Summary: Lord of the Rings Online crashes at startup
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.santos(a)pobox.com
Classification: Unclassified
Created attachment 42134
--> http://bugs.winehq.org/attachment.cgi?id=42134
backtrace
So first off, this is the latest patch as of October 15th, entitled "Riders of
Rohan". This doesn't appear related to bug #24896 by the same name.
Unhandled exception: page fault on write access to 0x00000034 in 32-bit code
(0x006d3fd2)
--
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=32015
Bug #: 32015
Summary: [1.5.15 regression] Systray icon is no longer shown
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://miranda.googlecode.com/files/miranda-im-v0.10.5
-unicode.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
It's Wine 1.5.15 regression - Miranda has an empty transparent icon in the
systray.
Steps to reproduce:
1) Download Miranda
2) Run Miranda
3) Observe the bug
--
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=32101
Bug #: 32101
Summary: SSF Saturn Emulator - Crashes with SendMessage() error
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dredgingthelake(a)gmail.com
Classification: Unclassified
SSF Saturn emulator crashes with (in a dialog box):
SendMessage() error.
File: ./MainWindows.cpp
Line : 1395
Function: WinMain
Regression test:
5f5f20d6cf7c38f59171b760870d58b8fdf53132 is the first bad commit
commit 5f5f20d6cf7c38f59171b760870d58b8fdf53132
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Thu Sep 27 09:42:54 2012 -0500
imm32: Properly separate the IME UI window and the thread default IME
window.
:040000 040000 4232e65da77ca4d003f2b133d4f3c62f3e2ceadc
34a22bef4861ba95808e23fb8688224bb8eeac1d M dlls
Reverting the commit fixes the bug.
There is a second bug with later versions of SSF that can only be seen when
this commit is reverted, should I report that one as all?
--
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=32107
Bug #: 32107
Summary: (Regression) Steam overlay corruption (+TF2?)
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: FinalCrisisSX(a)Hotmail.com
Classification: Unclassified
The steam overlay started to have major corruption issues at some point near
the middle of the 1.5.x series. It may or may not be Team Fortress 2 centric.
I thought my nvidia card was just having issues, but a friend on an ATI card
that has no trouble on tf2 in windows had the exact same problem. After loading
TF2 and opening the steam overlay, most text becomes all garbled with random
bits of memory. It is most noticeable and easily identified on the clock in the
upper middle of the screen, as seen in the image attachment. The clock will
count as normal up to a certain point, then just break and display garbage,
count backwards, disappear, or display a random recently-passed (or
soon-to-come?) time stamp for a moment. Peoples' display names and messages
will show up as random bits of data: games, random bits of older messages
probably from memory thrown together, IP addresses, broken pseudo-images.. Some
of it is actually kind of funny. Wine 1.4.1 works fine. Anyway, I ran a
regression test and this seems to be the problem:
67e7eda96c16417526e9659be0eeecf2b6edd4c1 is the first bad commit
commit 67e7eda96c16417526e9659be0eeecf2b6edd4c1
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jun 25 22:45:28 2012 +0200
gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.
:040000 040000 4ca83835d1da687e0bd19a6dec2314aaaa057bf4
f939689a1fe2430c1020d72167c7a0690561c536 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=32123
Bug #: 32123
Summary: Outlook 2010 crashes in versions newer than 1.5.14
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jrittenh(a)nd.edu
Classification: Unclassified
Outlook 2010 runs fine under 1.5.14 (with some quirks). When updating to
1.5.15, and now 1.5.16, it becomes unstable. Reverting to 1.5.14 fixes the
issue. Outlook appears to think it's an issue with the reading pane, as it
disables it after a few crashes (unless that's just standard "I crashed a few
times" behavior). I've attached the output log from 1.5.16, which includes a
couple of crashes/restarts of the app.
--
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.