http://bugs.winehq.org/show_bug.cgi?id=12791
Summary: Microsoft Office XP dont install the Spelling and
grammar not installed
Product: Wine
Version: 0.9.60
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: obelich(a)gmail.com
In the instalation Office 2003 or XP the spelling and grammar check is not
installed and the macross in excel is not working
--
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=25820
Summary: Token Administration Utility for ICBC online banking
failed to list USB devices (without wine unofficial
USB patches)
Product: Wine
Version: 1.3.11
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Something about G&D USB-Shield: it is required by ICBC persional internet
banking while online trading. Here is the G&D USB-Shield driver for Windows,
safesign_icbc_per.exe : http://goo.gl/LM588 ( from http://goo.gl/Ft4Ub)
After install the USB-Shield driver,there is a tool called Token
Administration Utility, it allow us manager the usbkey with a client program.
We can see tokenadmin.exe in "Program Files/ICBCEbankTools/G&D/Management
Utility", and that is the Token Administration Utility.
Below is screenshots for tokenadmin.exe in WinXP,both of them has six devices
listing in the tokenadmin window:
Before pluging a usbkey:
http://goo.gl/Wkdon
After pluging a usbkey:
http://goo.gl/BGIbl
scardsvr.exe is needed for running tokenadmin.exe normally,sence
EITHER manually setting the "Start" value of
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\SCardSvr from default 2 to
4 OR killing scardsvr.exe with taskmgr will cause errors, however they have a
bit differents.
Screenshot (Register modified, there are only two devices listed in the
tokenadmin window):
http://goo.gl/VNn2N
Screenshot (scardsvr.exe killed, there is no device listed in the tokenadmin
window):
http://goo.gl/UcYxp
Also winscard.dll is important for tokenadmin.exe,below is the steps to show
that.
Step 1
$ rm -rf ~/.wine
$ winetricks -q mfc42 crypt32
#see bug25784 http://goo.gl/1Cm5v for the reason to override crypt32.dll
Step 2
$ wine safesign_icbc_per.exe
#install tokenadmin.exe
see attachment for log
Step 3
$ wine tokenadmin.exe
log:
fixme:winscard:SCardReleaseStartedEvent stub
fixme:winscard:SCardEstablishContext (2,(nil),(nil),0x32f264) stub
fixme:winscard:SCardEstablishContext (2,(nil),(nil),0x658f90) stub
Tokenadmin.exe can't list the usb devices, the result is exactly the same as
that in WinXP while scardsvr.exe is killed ,here is the screenshot (no device
listed):
http://goo.gl/kqPdb
the same as:
Screenshot (WinXP with scardsvr.exe killed, no device listed):
http://goo.gl/UcYxp
However, replace winscard.dll may change something.
Step 3'
override winscard.dll
$ cp winscard.dll ~/.wine/drive_c/windows/system32
$ export WINEDLLOVERRIDES="winscard.dll=n,b"
$ wine tokenadmin.exe
This time both the log and the screenshot changes, there is no fixme:winscard
message, and there are two devices lists in tokenadmin window.
log:
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x40082 0x00000000
fixme:wtsapi:WTSQuerySessionInformationA Stub (nil) 0xffffffff 8 0x32f234
0x32f230
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x40082 0x00000000
fixme:win:RegisterDeviceNotificationA (hwnd=0x10084,
filter=0xe8e9c4,flags=0x00000000) returns a fake device notification handle!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x40082 0x00000000
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x40082 0x00000000
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x40082 0x00000000
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
screenshot(two devices listed):
http://goo.gl/7gWbt
Looks the same as that in WinXP with Register modified,
Screenshot ( two devices listed ):
http://goo.gl/VNn2N
I also try scard4wine to replace winscard.dll follow its instuction:
http://goo.gl/1Epa5 , there is also something different.
Step 3''
$ /usr/bin/install -c winscard.dll.so $WINE_PREFIX/lib/wine/winscard.dll.so
$ /usr/bin/install -c -m 644 libwinscard.def
$WINE_PREFIX/lib/wine/libwinscard.def
then Step 1, Step 2, Step 3.
this time, there is no fixme:winscard message, in fact there is no any log, but
there is also no device listed.Screenshot is the same as http://goo.gl/kqPdb
I also test this issue with wine unofficial USB patches, and posted my result
with title "Fail to use USB-Key/USB-Shield with wine USB patch :cannot start
service 'SCardSvr':win error code:0x00000424" in wine-dev mailling list.
Best wishes!
--
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=15130
Summary: Wine notepad: Extension behaviour differ from Windows
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugs(a)mohag.net
Running Wine notepad with an non-existant file as a parameter results in
notepad appending .txt to the filename. This makes it impossible for a program
to use notepad to create a non-txt file.
Expected behavour:
notepad fakefile.test
"Cannot find the fakefile.test file. Do you want to create a new file?" (From
Windows 2003. Even with a fakefile.test.txt existing in the same directory)
Current wine (1.1.3) behaviour:
notepad fakefile.test
File "fakefile.test.txt" does not exist. Do you want to create a new file?
With fakefile.test.txt in existance:
notepad fakefile.test
notepad opens fakefile.test.txt rather than giving the expected error message.
--
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=9260
Summary: the font the winecfg id sustitute by chess figures
Product: Wine
Version: 0.9.42.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: agustin.romero(a)gmail.com
Created an attachment (id=7513)
--> (http://bugs.winehq.org/attachment.cgi?id=7513)
winecfg window
I install kchess-elite, but i had a problem with the fonts. later, I invoke
winecfg and the font are lost. I unistall wine this:
apt-get remove --purge wine
and reinstall it, but the problem is the same. I send a pgn file.
--
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=13628
Summary: Clicking on form may cause deadlock
Product: Wine
Version: 1.0-rc3
Platform: All
URL: http://www.apeh.hu/bevallasok/nyomtatvany
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kamihir(a)freemail.hu
Clicking on form may cause deadloc in very rare case. I do not know what is it
but the console oputput shows this:
fixme:system:SystemParametersInfoW Unimplemented action: 8192
(SPI_GETFOREGROUNDLOCKTIMEOUT)
fixme:system:SystemParametersInfoW Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)
When I hit CTRL+c in console, I can continue the work, hoewer the application
notify about CTRL+C was pressed.
Downloadable application:
http://www.apeh.hu/data/cms7266/Abev2006telep.exehttp://www.apeh.hu/data/cms14315/06082m.exe
Note I do not have exact way to reproduce it. Just click on elements.
--
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=12726
Summary: wineprefixcreate fails to add fonts
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam(a)thenerdshow.com
wineprefixcreate fails to add fonts on new system
$ wineprefixcreate --prefix foo
cp: target `/home/hellork/foo/dosdevices/c:/windows/fonts/' is not a directory
Reason: fonts dir is created as Fonts instead of fonts. Note incorrect case. cp
is case-sensitive and so fails to copy the fonts.
--
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=15331
Summary: Warhammer Patch Bug!
Product: Wine
Version: 1.1.4
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zirous(a)gmail.com
Depending on the Distro determines if the patcher will load or not. For example
I can run the game fine under Gentoo X86_64. The Warhammer Patcher is known to
get stuck on Ubuntu. This is the error the Ubuntu system cannot get past -->
fixme:shdocvw:PersistStorage_InitNew (0x134d68)->(0x7c0da0)
--
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=9985
Summary: Formz: Menus are viewable but do not work when selected
Product: Wine
Version: 0.9.46.
Platform: All
URL: http://www.formz.com/downloads/demo_log_in.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehquickness(a)gmail.com
The user can view the menu but when they select an item, the menu simply closes
and nothing happens.
When viewing menus, the following error is given:
fixme:menu:SetMenuInfo MNS_NOTIFYBYPOS partially implemented
And after selecting a menu item, the following error is given:
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
This severely limits the usability of this otherwise great working program.
This is one of two bugs present in FormZ.
--
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=10263
Summary: ie6 doesn't display non-https embedded pictures
Product: Wine
Version: 0.9.47.
Platform: All
URL: https://uncensored.citadel.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: w.goesgens(a)outgesourced.org
I've installed IES4l, and had this problem. Upgraded to latest wine debs from
wine.org, the problem still is here.
Log into https://uncensored.citadel.org with ie6 in wine.
(create your account for that)
Click on rooms, you will get a list of rooms.
Click on 'Capture this', a warning message about unencrypted embedded content
arises, whether or not one clicks on continue a second message box pops up with
some application warning, and the page is empty.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.