http://bugs.winehq.org/show_bug.cgi?id=12097
Summary: Wine 1.0 should not ship out-of-sync resource
translations
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
As seen on http://pf128.krakow.sdi.tpnet.pl/wine-transl/ we have a lot of
out-of-sync resources.
Sometimes it's menus missing only a separator and some of them are probably
false positives (e.g. Korean dialogs declares a font while English doesn't. But
they probably need to to have Korean characters. However it would be good to
have a confirmation). But often these are missing menu items or stringtable
entries. This can lead to shell folders (like My Documents) not to be created
or empty strings like in
http://www.winehq.org/pipermail/wine-devel/attachments/20060816/1a027491/ad…
.
I think as Wine 1.0 should be a stable release we shouldn't ship such
resources. We could try e.g. to add an options to wrc to copy missing strings
from English stringtables, while for other resources surround them by "#ifdef
INCLUDE_BROKEN_RESOURCES" that wouldn't be set when compiling Wine but would be
used be used by the statistic scripts to notify the translators about broken
resources. Another solution would be to use something like the po/mo files.
--
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=12289
Summary: strange menu tracking confusion between keyboard and
mouse
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
How to reproduce:
- start notepad
- move the mouse over "Search", do not click
- press alt-f to get the file menu
=> the file menu flickers open, but suddenly switches
to the search menu.
It seems the menu code checks the mouse pointer even
though it is not used for the menu activation.
--
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=11020
Summary: winelauncher does not handle spaces in WINEPREFIX
correctly
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schwerdel(a)googlemail.com
In line 323 in winelauncher it tries to create the info_flag file with a touch.
If WINEPREFIX contains spaces this will fail.
This also allows for some kind of command injection with that variable.
--
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=11318
Summary: Flash CS3 requires Jscript
Product: Wine
Version: 0.9.53.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nesdavid(a)gmail.com
When trying to install flash cs3, a dialog appears telling you need Jcript
registered properly. repair Jscript, and next restart the installation program.
--
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=9861
Summary: gdiplus:GdipImageGetFrameDimensionsList not implemented
Product: Wine
Version: 0.9.46.
Platform: All
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gicgioc(a)tiscali.it
MSN 8.1 doesn't start because gdiplus:GdipImageGetFrameDimensionsList not
implemented
--
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=9268
Summary: Knights of the old republic fails to install
Product: Wine
Version: 0.9.43.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gnarlin(a)utopia.is
Created an attachment (id=7522)
--> (http://bugs.winehq.org/attachment.cgi?id=7522)
error messages from wine from kotor installer
The installer for Knights of the old republic freezes when I click on the "yes"
button for accepting the eula. Even killing wine doesn't make the dialog
disapear. Very strange.
--
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=10489
Summary: Winemaker fails to process directories with '+' in them.
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ion.simon.c(a)gmail.com
Created an attachment (id=9230)
--> (http://bugs.winehq.org/attachment.cgi?id=9230)
Escapes metacharacters in path component in 'sub search_from'.
Directories with regexp metacharacters in them (like '+') cause some regexp
operation on line 1106 to fail .
Proposed fix attached.
Reproduction recipe:
1) Download QT 4.3.1 (Win32) and unpack. [1]
2) cd to qt-win-opensource-src-4.3.1.
3) Run 'winemaker'.
It'll churn for a while, then you get this message:
Nested quantifiers in regex; marked by <-- HERE in m/^linux-g++ <-- HERE $/ at
/usr/local/bin/winemaker line 1106, <FILEI> line 39.
[1] QT is here:
ftp://ftp.trolltech.com/qt/source/qt-win-opensource-src-4.3.1.zip
--
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=11686
Summary: Wine and winecfg unable to start, disconnect and force a
new session
Product: Wine
Version: 0.9.24.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xenarulz(a)tiscali.it
I use Opensuse 10.2 and installed Wine through Yast. I was never able to use
the program once. I tried uninstalling and reinstalling but to no avail.
Every time I try to run winecfg to configure wine, it's as if I disconnected
from Opensuse, so screen becomes black, applications are killed and I have to
login again.
Same happens if I try to use wine to run any .exe (I have win98 SE on another
partition, btw) but I think that this latest issue is because I have never
managed to configure wine, since winecfg doesn't start...
If from terminal I ask $ which wine I get /usr/bin/wine in Home I have ./wine I
think everything is installed correctly. My pc is pretty old, considering, I
have a AMD Sempron 1Gb RAM no fancy 3D video cards.
I have googled and seen that this issue was present for old versions of
Mandriva but I haven't found out ho to work around it. Thanks for your help.
--
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=10098
Summary: EVE Online: Cloak breaks overview/speed info
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epssyis(a)gmail.com
CC: stefandoesinger(a)gmx.at
When the cloaking module (tested with prototype cloak) is activated the speed
meter under the cap display bugs out - it can display two different speeds or
the wrong speed. The clock in the bottom left freezes. Also the relative
distances in the overview bug as well much like the clock. All information
reads correct on their mouse over displays and everything but the clock returns
to normal once the cloaking device has been disabled.
--
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=10735
Summary: Flickering in World of Warcraft when switching desktop
Product: Wine
Version: 0.9.41.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: le(a)ting.homeunix.org
When switching desktop away from a full screen World of Warcraft the screen
flickers for up to a second. Switching back to World of Warcraft makes the game
inresponsive for several seconds.
This is a major annoyance for me, and makes the game unplayable since I use
teamspeak and firefox alot during gameplay.
I followed the git regression testing howto and identified the offending patch
as:
d836a5062141dd42293ed044debbaf25f914f383 is first bad commit
commit d836a5062141dd42293ed044debbaf25f914f383
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Fri Jul 20 07:15:42 2007 -0600
winex11drv: Correctly react to focus loss away from Wine.
:040000 040000 99f97d04cf71c395ee770ba8c04e79180ec0d410
7bbac16d3941b6a0a77dede94a1f2c37f5f57078 M dll
After reverting this patch in 0.9.50 the game doesn't freeze anymore when
switching desktops.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.