http://bugs.winehq.org/show_bug.cgi?id=9136
--- Comment #23 from Predatory QQmber <virtuousfox(a)gmail.com> 2010-06-13 14:50:43 ---
there is test data that it is NOT an issue anymore - only slowdown is present
but not artifacts.
but i can't personally confirm it now or in near future since my current
ATI/AMD Radeon rig is unable to produce believable test results.
--
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=8013
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2010-06-13 13:47:43 ---
(In reply to comment #7)
> (In reply to comment #6)
> > http://download.cnet.com/SmartBarXP/3000-2346_4-10254978.html
> >
> > Seems to be a newer version, without those exact tabs. Though here, everything
> > is readable. Marking fixed, unless you've got an older version around that
> > still has the problem.
>
> The version hasn't changed since 2004. With my particular copy of
> SmartBarXP_0.981_BETA4.8.exe I obtained back in 2008, I can't bring up the
> Properties dialog, as SmartBarXP simply terminates. Does it work for you?
MM, yeah, didn't notice that one. Reopening.
--
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=10307
Summary: mono-1.2.5 quoting problem somewhere...
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Found this while trying http://www.mono-project.com/GtkSharp:_Hello_World
$ wget http://kegel.com/wine/winetricks
$ sh winetricks mono12
$ cd ~/".wine/drive_c/Program Files/Mono-1.2.5.2"
$ rm -f x.cs
$ touch x.cs
$ wine cmd /c bin/mcs.bat x.cs -pkg:gtk-sharp-2.0
fails with
error CS2001: Source file
`Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/pango-sharp.dll' could not be found
(On Windows, it correctly complains that there's no entry point.)
The file "~/.wine/drive_c/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/pango-sharp.dll"
exists.
+relay shows a few clues.
000e:Call msvcrt.fopen(00153588 "C:\\Program
Files\\Mono-1.2.5.2\\lib\\pkgconfig\\gtk-sharp-2.0.pc",004059fa "r")
ret=00405ae3
...
000e:Call ntdll.strlen(001510e8 "Libs:
-r:${libdir}/mono/gtk-sharp-2.0/pango-sharp.dll
-r:${libdir}/mono/gtk-sharp-2.0/atk-sharp.dll
-r:${libdir}/mono/gtk-sharp-2.0/gdk-sharp.dll
-r:${libdir}/mono/gtk-sharp-2.0/gtk-sharp.dll") ret=00403d73
...
000e:Call ntdll.strlen(00151698 "-r:C:/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:C:/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:C:/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:C:/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/gtk-sharp.dll") ret=00409aa7
...
000e:Call ntdll.strlen(001518c0 "-r:C:/Program") ret=00403d73
...
000e:Call ntdll.strlen(001518ce
"Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/pango-sharp.dll") ret=00403d73
Somehow when ${libdir} was expanded, some quotes were left off,
or something.
It kind of looks like the variable expansion is happening inside mono.
+all shows
000e:Call ntdll.strcmp(00155a30 "libdir",00155b78 "libdir") ret=672f5c28
000e:Ret ntdll.strcmp() retval=00000000 ret=672f5c28
000e:RET libglib-2.0-0.g_str_equal() retval=00000001 ret=672d181e
000e:RET libglib-2.0-0.g_hash_table_lookup() retval=00155bd0 ret=004033bf
000e:CALL libglib-2.0-0.g_strdup() ret=004033c7
000e:Call ntdll.strlen(00155bd0 "C:/Program Files/Mono-1.2.5.2/lib")
ret=672f3670
so presumably it's mono that is screwing up here.
--
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=23156
Summary: Photoshop CS2 : Close image window causes whole
application to quit
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michal(a)thoma.cz
To reproduce:
-Open image in Photoshop CS2
-Hit image window close button in right top area
-Image will close and the whole application too. If there are other saved
images open, application will close anyway. If there are unsaved images open,
save image dialog fort that appear.
Expected behavior:
-Image window is closed, application remain open as well as all other open
saved or unsaved images.
This is probably some kind of regression, which I believe was introduced with
1.2rc1. Wine 1.1.42 behaves normally as expected.
--
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=8107
--- Comment #22 from Xavier Vachon <xvachon(a)gmail.com> 2010-06-13 10:30:48 ---
This is still an issue in current git (1.2-rc3). Installing msxml3 and mxsml4
with winetricks is a workaround.
--
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=22927
Summary: The Bat! v4.2.36.4 didn't show the titlebar caption in
KDEs taskbar
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.ritlabs.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=28372)
--> (http://bugs.winehq.org/attachment.cgi?id=28372)
Screenshot 'The Bat!' vs. KDE-taskbar
The caption of 'The Bat!'s window isn't shown anymore in KDEs taskbar. Before
in the taskbar was printed: 'The Bat!' now is only empty or 'wine'. This is
wrong.
--
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=9158
David Cournapeau <cournape(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cournape(a)gmail.com
--- Comment #30 from David Cournapeau <cournape(a)gmail.com> 2010-06-13 06:30:59 ---
I tried those instructions, and got the same issue:
wine 1.2.0 rc2 (6517462ac0fb8a637f2401e00e076276b191f499)
ubuntu lucid 10.04 64 bits
mount confirms I have xattr set:
/dev/sda7 on /home type ext3 (rw,relatime,user_xattr)
getafftr on the problematic file returns nothing. Can I set those attributes
manually using setafftr ?
--
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=8013
--- Comment #7 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-06-13 06:06:15 ---
(In reply to comment #6)
> http://download.cnet.com/SmartBarXP/3000-2346_4-10254978.html
>
> Seems to be a newer version, without those exact tabs. Though here, everything
> is readable. Marking fixed, unless you've got an older version around that
> still has the problem.
The version hasn't changed since 2004. With my particular copy of
SmartBarXP_0.981_BETA4.8.exe I obtained back in 2008, I can't bring up the
Properties dialog, as SmartBarXP simply terminates. Does it work for you?
--
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=8025
Bartomeu Miró Mateu <bartomeumiro(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bartomeumiro(a)gmail.com
--- Comment #40 from Bartomeu Miró Mateu <bartomeumiro(a)gmail.com> 2010-06-13 05:55:40 ---
> The problem occurs using both fglrx and the RadeonHD open source drivers. I am
> currently running Ubuntu 10.04 64bit. I had the same issue with Ubuntu 9.10
> 64bit previously.
Same problem (fgrlx dirver, 10.04 64bit) I tried some wine versions using
PlayOnLinux (9.50, 1.0, 1.2rc2, 1.1.42...), also Cedega. All of them with the
same problem.
Has anyone tired to run it on a 32bit system? I think that it can be a 64bit
issue related to the Ati cards.
--
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.