http://bugs.winehq.org/show_bug.cgi?id=19821
Summary: AutoHotKey reports wrong Nls language
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brawxingerole(a)mailueberfall.de
When I run Gimp 2.6.7 it starts localised under WindowsXP German and in Wine
installation 1.1.28 on german localised Ubuntu 8.04.
Gimp gets the current localisation information from registry key:
HKEY_CURRENT_USER\Control Panel\International\Locale
I then tried to run a modified appinstall script gimp.ahk which determines
current locale language with Autohotkey's internal %A_Language% variable.
Under Windows XP German this modified script detects language correctly and
runs it errorfree.
Running the script in "German Standard" locale (0407) Wine installation on
Ubuntu 8.04 doesn't work.
AutoHotKey greps the information for the variable from registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Language\InstallLanguage
Checking the keys reveals that AutoHotKey fails under Wine because there the
HKLM\...\Nls\Language\InstallLanguage key contains always 0409 independent of
Linux locale.
--
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=22389
Summary: Text fields in dialog box remain highlighted in IDA
Pro (maybe other Borland VCL programs?)
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.hex-rays.com/idapro/idadownfreeware.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
IDA Pro is an interactive disassembler. A freeware version can be downloaded
from http://www.hex-rays.com/idapro/idadownfreeware.htm
In some dialog boxes, when you press Tab to cycle to the next text box, text in
the previously-active box remains highlighted. It should not.
To demonstrate, download and install the freeware IDA Pro. Load any Windows
executable into it. Click to position the cursor over any label (e.g. start),
and press N to bring up the Rename address dialog box.
Initially, the Name field is highlighted. Press Tab. The "Maximum length of new
names" field is highlighted, but the Name field remains highlighted. Pressing
Tab again causes the "Local name prefix" field to also be highlighted, with the
previous two fields staying highlighted.
Apparently IDA Pro is built using the Borland VCL (Visual Component Library),
so perhaps this issue could affect other programs too.
--
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=25065
Summary: NFS Porsche: Video track isn't played in intro
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31785)
--> (http://bugs.winehq.org/attachment.cgi?id=31785)
Terminal output on wine-1.3.6-240-g791b22a
Steps to reproduce:
1) remove ~/.wine
2) install NFS Porsche Unleashed
3) patch the game with NFS5-3.5.20040310.ZIP
4) rename gimme.dll to gimme.dll.bak
5) wine Porsche.exe driver=dx7z
Behaviour:
The intro is played (audio track is heard) but in place of video track there is
only wide deep dark blue horizontal stripe.
Expected behaviour:
Video track should be seen.
Additional info:
GFX: NVIDIA 9xxx
Drivers: 260.19.12
wine-1.3.6-240-g791b22a
intro file extension: .mad
--
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=14359
Summary: clear slots in new argv[]
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14656)
--> (http://bugs.winehq.org/attachment.cgi?id=14656)
clear new reserved slots in new argv[]
When constructing a new argv[] vector, then the new reserved slots should be
cleared to prevent bugs and keep valgrind(memcheck) happy. Patch is attached
and also will be sent to wine-patches(a)winehq.org.
--
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=19232
Summary: since few versions of wine graphics in warhammer40k is
not drawn and causes crashes.
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nevasith(a)gmail.com
Recent updates of wine introduced a dramatic fall in Warhammer 40.000 Dawn of
War series. The game used to run on high details on my ATI Radeon 3400 card,
now they barely work on low.
The real problem is the graphics drawing engine - some parts are not even drawn
at all (ex armor of the TAU commander) Also these objects tend to crash the
game instantly. Even the low detail graphics keep this problem even in the game
menu. Fonts also have bacame unreadable.
I tried to use console to get informations on what may be wrong, but there are
only standard fixme lines dropping like mad.
Downgrading to wine 1.01 from ubuntu 9.04 repository solved the problem for me,
so there is something wrong with the newest versions of 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=24923
Summary: Wine doesn't allow to use/list bitmap fonts like
Terminus
Product: Wine
Version: 1.3.5
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Wine doesn't allow to use nor lists system wide bitmap fonts like Terminus
(http://fractal.csie.org/~eric/wiki/Terminus_font).
(checked out by running Notepad - Terminus is not the list of fonts which are
allowed to select/use).
--
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=21048
Summary: It is possible to see wine window popup when running
with X window manager
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
When one runs Wine with X window manager handling Wine windows, it is possible
to see Wine window popup. To to it:
1. Click on any menu to make it open
2. Move the mouse cursor on the area handled by X window manager, where window
icon should be if window would be managed by Wine.
3. Window popup pops.
This is an unexpected behavior. It has pros&cons, but I belive it needs
discussion, and decision should be made if it is a bug or a feature :)
--
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=28236
Summary: unable to activate windows input method for wine
programs
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. Install Services Framework Redist files
Download instMSTSF.exe (Services Framework Redist files) from
http://www.microsoft.com/download/en/details.aspx?DisplayLang=en&id=11759
extract instMSTSF.exe, install mstsf10.exe with Windows Version = Win2k
override native msctf.dll, avoid Bug 28125
2. install a input method, for example, MSPY2010.exe (Chinese input method from
Microsoft) :
Download MSPY2010.exe from http://www.microsoft.com/china/pinyin/ and install.
winetricks vcrun2008, avoid Bug 28205
override newer version of native msutb.dll, avoid Bug 28178
3. start notepad in a terminal, start ctfmon.exe in another terminal
$ wine notepad
$ wine ctfmon.exe
4.try to change the input method in the Language Bar, however, the windows
input method will not be activated as expect. Try to type something in notepad,
but result is still the same as raw keyboard input without any input method.
log for notepad and ctfmon are both 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=19368
Summary: lpfnWndProc can't catch Up/Down/Left/Right and CTRL+
other Button
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sakaihdt(a)d2.dion.ne.jp
Hello
I want to use "sakura editor".
(a Japanese Open Souce text editor for MS Windows)
(http://sakura-editor.sourceforge.net/)
But this application is not work well in wine(1.0.1 or 1.1.26 Ubuntu GNU/Linux
9.0.4)
- Not work Up/Down/Left/Right button in text area
- Not work CTRL+C or CTRL+A and other in text area
- Not work Backspace in text area
- Not work Function Key in text area
normal text button( a-z, 0-9 ) is work well,
and Up/Down... is work well in menu .
"sakura editor" catch Up/Down/Ctrl event from lpfnWndProc() callback.
but wine's lpfnWndProc seem not work when push Up/Down... key.
( I insert log in sakura editor source and check.)
I have 2 question. please tell me.
(1) Can lpfnWndProc() catch Up/Down/Left/Right CTRL+A,X,C and Function key in
Wine ?
(2) "lpfnWndProc() can catch Up/Down/Left/Right ..." is WindowsAPI
specification?
Thank 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.