http://bugs.winehq.org/show_bug.cgi?id=30280
Bug #: 30280
Summary: Microsoft SQL Server Management Studio Express
(SSMSE): needs WMI to select network protocol
Product: Wine
Version: 1.4
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 39558
--> http://bugs.winehq.org/attachment.cgi?id=39558
Log of ssmsee.exe - start application, try to change network protocol, exit
To reproduce:
- run application
- connection window appears. In this window click Options
- click the combo box next to Network protocol label.
Only <default> appears on the list, and several messages complaining about
stubs in wbemprox appear in output. Under Windows there are several protocols
to choose from.
winetricks dotnet20 and a recent version of windows in winecfg is needed to
start the application. SQL Server is not needed to reproduce this 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=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.
http://bugs.winehq.org/show_bug.cgi?id=26399
Summary: kernel32:time test fails during daylight saving
transition
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
When executing the kernel32 unit tests on a Fedora 14 machine, make aborts
with:
$ make -C dlls/kernel32/tests test
make: Entering directory `/home/arethusa/wine32/dlls/kernel32/tests'
../../../../wine.git/tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so ../../../../wine.git/dlls/kernel32/tests/time.c && touch
time.ok
time.c:321: Test failed: got -396, expected 123
make: *** [time.ok] Error 1
make: Leaving directory `/home/arethusa/wine32/dlls/kernel32/tests'
When the time tests were run, my local time zone, US Central Standard Time, was
on the cusp of a daylight saving transition. After daylight saving came into
effect, the test no longer failed, so I believe the test failure is related to
daylight saving handling.
--
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=22940
Summary: winhelp: Missing shadow line under menu strip
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
There is a minor cosmetic difference between Wine winhlp32 and the Windows
version.
The Windows WinHlp32 draws a recessed frame outline around the window, which
means there is a dark grey line under the menu strip, and another line under
the button bar. There is no frame/outline in Wine winhlp32, which IMHO looks
ugly.
(Wine notepad.exe does draw a frame like this, it's just not present in
winhlp32.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=17787
Summary: Request: Add feature to unmount or eject USB flash
drives from Wine
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: endless97c(a)yahoo.com
I use Epson Easy Photo Print with Wine to print images from various sources
including flash drives and memory cards. However they can't be unmounted with
the program running (which is possible in Windows). I have to exit the
program, unmount, then start the program again. Maybe something like eject,
except for USB drives?
--
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=29851
Bug #: 29851
Summary: Some part of PDFCreator installer cannot display
Chinese correctly even Font Replacement is setting
correctly
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 38774
--> http://bugs.winehq.org/attachment.cgi?id=38774
Screenshot: some part of PDFCreator installer does not display Chinese
0. make sure "WenQuanYi Micro Hei" is installed. wqy-microhei.ttc
1. setting Chinese font replacements.
;; wine.inf
HKCU, Software\Wine\Fonts\Replacements,"SimSun",,"WenQuanYi Micro Hei"
2. Download PDFCreator from http://sourceforge.net/projects/pdfcreator/
(
http://sourceforge.net/projects/pdfcreator/files/PDFCreator/PDFCreator%201.…
)
3. open the installer with wine:
$ wine PDFCreator-1_2_1_setup.exe
4.
- select Simplified Chinese (中文简体)
- click OK (确定)
- click next (下一步)
- select "I agree" (我接受协议)
- click next (下一步)
All the window before display Chinese correctly, only this one (安装向导 -
pdfcreator) doesn't display Chinese as expect. Please see screenshot for
details.
--
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=15103
Summary: Bluetooth doesn't work in wine.
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mieszkoslusarczyk(a)gmail.com
Could you make wine support bluetooth, maybe using blueZ stack?
--
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=29850
Bug #: 29850
Summary: Scilab does not display Chinese
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download Scilab installer
http://www.scilab.org/download/5.3.2/scilab-5.3.2.exe
2. make sure "WenQuanYi Micro Hei" is installed. wqy-microhei.ttc
3. setting Chinese font replacements.
;; wine.inf
HKCU, Software\Wine\Fonts\Replacements,"SimSun",,"WenQuanYi Micro Hei"
4. wineboot
5. install Scilab with LANG=zh_CN.utf8, select Chinese language for installing.
6. start Scilab:
$ wine WScilex.exe
Expect result:
Display Chinese
Actual result:
Chinese font is displayed as boxes, I can't find any workaround by overriding
FontLink registry.
Extra info:
- Chinese display correctly for the Scilab installer, but wrong for WScilex.exe
- It seems WScilex.exe does not use ExtTextOutW family function for output
characters. (But the installer use ExtTextOutW)
--
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.