http://bugs.winehq.org/show_bug.cgi?id=21591
Summary: IShellView Drag/Drop does not work
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.secureneterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
The IShellView does not accept files dropped on it by another program such as
the Windows explorer. In addition, the header bar above the filelist is not
being displayed correctly. You have to move the mouse over the area where the
head is normally displayed, then areas of it will be painted.
A sample application that shows both of these problems can be obtained at:
http://www.codeproject.com/KB/shell/explorer/explorer.zip
--
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=15967
Summary: Unsigned v1.2.1.93 installer window is hidden by
installer background
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.unsigned-game.com/releases/Unsigned_v_1_2_1_93_setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
When starting the Unsigned v1.2.1.93 installer, the installer window is
supposed to appear in front of the installer background, but instead it remains
under the installer background, making the installer unusable. The window
manager I am using is:
metacity 2.24.0
Copyright (C) 2001-2008 Havoc Pennington, Red Hat, Inc., and others
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
No messages were emitted to standard error, although any relevant WINEDEBUG
traces can be produced on request.
--
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=21733
Summary: The install program seems to work, but directx9c in a
windows does not work.
Product: Wine
Version: unspecified
Platform: x86
URL: http://laurent.horus.free.fr/dead_deer_setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurentcance(a)free.fr
The install program seems to work, but directx9c in a windows does not work.
My software 3d modeler : using dx9c
http://laurent.horus.free.fr/dead_deer_setup.exe
--
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=22317
Summary: Motocross madness demo has wrongly projected smoke
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.microsoft.com/games/Motocross/downloads.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=27294)
--> (http://bugs.winehq.org/attachment.cgi?id=27294)
Smoke in Wine vs. WinXP
Motocross madness demo has wrongly projected smoke. Normally it should come
from behind the bike, but instead it comes from center of the screen, thus it
becomes unplayable (key F9 turns this graphical effect off).
Tested since 1.0-rc4 till now, but it isn't a regression. (Versions 1.1.18 and
lower needs to apply commit fc87182d191a2b3daabf260d1ad4b12b157e3cd1 to be able
to run mcm.exe)
Demo is quite small: 19MB
--
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=28193
Summary: wineconsole does not support RTL locales
Product: Wine
Version: 1.3.26
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
I am entering this bug on behalf of Yaron Shahrabani because I did not find any
other bug describing this issue.
So the issue is that wineconsole does not support the RTL languages such as
Hebrew and Arabic. To test this do the following:
* xcopy is a tool that is Unicodified and properly accesses the console. So we
are going to use it for testing.
* Make sure your system is configured with support for the Hebrew locale
('dpkg-reconfigure locales' on Debian).
* Hack po/he.po to add a Hebrew string with a trailing '.\n' for the xcopy
usage message (it does not matter what it says).
* Recompile xcopy.
* First check that 'xcopy /?' shows the right string, very likely with the
wrong orientation, in the terminal emulator:
LANG=he_IL.utf8 ./wine programs/xcopy/xcopy.exe.so /?
If it still shows the English usage it may be because you are missing
libgettextpo. Other display issues may be because you are missing the right
fonts or because your terminal emulator is buggy (Gnome terminal >= 3.0.1 and
xterm >= 271 should show the string at least).
Remember that the Unix terminal emulators are known to have a buggy RTL
implementation and thus will display the message with the wrong orientation.
* Then check that the right string shows up in wineconsole:
LANG=he_IL.utf8 ./wine wineconsole cmd
then type
xcopy /?
In my test the line where the Hebrew string should appear is almost empty (I
only see the '32' and trailing '.' that were part of the translated string).
It's possible there are two problems:
* A font selection issue which could explain the 'invisible' characters.
* An LTR vs. RTL issue: the '.' at the end of the PO string appears at the end
of the wineconsole line which seems wrong since the same dot appears at the
start of the line in a MessageBox().
The same test can be done with an Arabic locale by editing the po/ar.po file
and setting LANG=ar_MA.utf8 for instance.
As a last data point, a similar test with the left-to-right Telugu locale
(LANG=te_IN.utf8, po/te.po) gets me squares in the Gnome terminal (proving my
system has a font issue for that locale), but also in wineconsole. So unlike
for Hebrew I did not get 'invisible characters'.
--
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=30944
Bug #: 30944
Summary: Regression: Tray icon for furcadia is invisible and
non-responsive
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lethalfalcon(a)endlessrealities.com
Classification: Unclassified
Regression SHA1: 5d570706c6aca9acbff855c3ae497b35bdde4648
Starting from version 1.3.7, Furcadia's pounce icon disappears from the tray.
The space is allocated to it, but the actual icon isn't visible, nor does
right-clicking in the space do anything. The icon disappears as well.
Running a bisect results in this patch being the culprit:
5d570706c6aca9acbff855c3ae497b35bdde4648 is the first bad commit
commit 5d570706c6aca9acbff855c3ae497b35bdde4648
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Nov 8 15:28:09 2010 +0100
winex11: Create Win32 windows corresponding to all the ancestors of
embedded windows.
This is needed to keep track of the embedded window position by
handling ConfigureNotify received by ancestors.
:040000 040000 7c3171d11930ae3e1dd7965245f6a90a2b115c7f
c30937343ef6532a80879e808f118219e267030c M dlls
z
If I revert this patch in master, the icon shows up. However, the right-click
menu appears at the top of my screen instead of right above the icon as
expected. I can assume this is due to one or more of the hunks that failed to
patch.
I'm not sure what channels I should enable to get a useful log. I tried x11drv,
but didn't see anything other than traces, and they looked very similar between
versions.
Tested using a new profile and an existing profile with identical results. No
extra winetricks used on the new profile.
This may be related to bug 24719, but the version reported in there is earlier
than where I find the issue, so not sure.
--
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=30407
Bug #: 30407
Summary: Improve web page translations accessibility in front
page
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
On the main page, a user has to hit "Change Language" to have a translated
website.
Problem is (s)he already has to know some English (i.e. what "Change Language"
means), which can't be assumed.
It would be preferable (and clearer) to put instead a list of flags (as shown
in the 'lang' page), which would all take to the 'lang' page.
Even better would be to get rid of that page entirely, and make the front-page
flags change the language automatically when clicked on.
--
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=13821
Summary: The steam in-game community doesn't work
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moose.g(a)baskvill.bham.sch.uk
The steam in-game community doesn't work. This could be problematic when
receiving messages or joining friends game's in full-screen mode.
--
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=28680
Bug #: 28680
Summary: yetisports6 fails with ole error 80040154.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damianatorrpm(a)gmail.com
Classification: Unclassified
The game Yetisports6 fails with ole error 80040154.
err:ole:CoGetClassObject class {d27cdb6e-ae6d-11cf-96b8-444553540000} not
registered
err:ole:create_server class {d27cdb6e-ae6d-11cf-96b8-444553540000} not
registered
err:ole:CoGetClassObject no class object {d27cdb6e-ae6d-11cf-96b8-444553540000}
could be created for context 0x5
Here you can download it:
http://www.acid-play.com/download/yeti-sports-part-6-bigwave
--
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=19538
Summary: Publisher 2007 crashes
Product: Wine
Version: 1.1.26
Platform: PC
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=22746)
--> (http://bugs.winehq.org/attachment.cgi?id=22746)
wine-1.1.26-231-gfe9d360 console output
Publisher 2007 crashes, apparently in the same way when opening a non-blank
template, or when resizing a text box. There are probably a number of ways to
cause the same crash, but the app is unusable.
DW20.EXE catches the crash, so I've made a trace with it enabled and with it
disabled (attached), not sure if this is any help though.
--
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.