http://bugs.winehq.org/show_bug.cgi?id=27458
Summary: XLVIEW freezes when loading an XLS document with macro
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: szotsaki(a)gmail.com
Created an attachment (id=35109)
--> (http://bugs.winehq.org/attachment.cgi?id=35109)
Normal output redirected to log file
1.) Download and install MS XLVIEW 2010 from here:
http://www.microsoft.com/downloads/en/details.aspx?familyid=1cd6acf9-ce06-4…
2.) Download the above mentioned XLS from here:
http://developer.download.nvidia.com/compute/DevZone/docs/html/C/tools/CUDA…
3.) Start ~/.wine/drive_c/Program\ Files/Microsoft\ Office/Office12/XLVIEW.EXE
and open the downloaded XLS file
4.) Wine freezes instantly with the following error:
wine: Unhandled page fault on read access to 0x0000000c at address 0x3b0c5efa
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x0000000c in 32-bit code
(0x3b0c5efa).
I can reproduce this bug any time.
--
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=26979
Summary: tokenadmin.exe required implementation of
RegisterDeviceNotificationA
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34408)
--> (http://bugs.winehq.org/attachment.cgi?id=34408)
LOG: wine tokenadmin.exe
tokenadmin.exe is a smart card reader manager from ICBC online bank.
1. donwload http://www.icbc.com.cn/icbc/html/download/dkq/SafeSign_ICBC_Per.exe
2. install SafeSign_ICBC_Per.exe with wine
$ LANG=en_US.utf8 wine SafeSign_ICBC_Per.exe
3. override winscard.dll, workaround for Bug 26978
4. run tokenadmin.exe
$ cd $WINEPREFIX/"drive_c/Program Files/ICBCEbankTools/G&D/Management Utility"
$ wine tokenadmin.exe
here is some of the logs:
fixme:win:RegisterDeviceNotificationA (hwnd=0x20088,
filter=0xf9e90c,flags=0x00000000) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x30088,
filter=0x109e90c,flags=0x00000000) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x40088,
filter=0xf9e90c,flags=0x00000000) returns a fake device notification handle!
--
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=26962
Summary: running sysocmgr.exe required
OCMANAGE.dll.pSetupMalloc
Product: Wine
Version: 1.3.18
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. copy native sysocmgr.exe from Windows XP
2. run sysocmgr.exe on wine:
$ wine sysocmgr.exe /i:caller.inf (See [1] for details about sysocmgr.exe)
Get errors as below:
err:module:import_dll Library OCMANAGE.dll (which is needed by
L"C:\\windows\\system32\\sysocmgr.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\sysocmgr.exe" failed, status c0000135
3. rename a stub dll to ocmanage.dll and copy it to system32/ ,
then run sysocmgr.exe again:
$ wine sysocmgr.exe /i:caller.inf
This time occur a crashing:
wine: Unimplemented function SETUPAPI.dll.pSetupMalloc called at address
0x7bc4a4e0 (thread 003c), starting debugger...
---
Backtrace:
=>0 0x7bc4a4e0 stub_entry_point+0x50(dll="SETUPAPI.dll", name="pSetupMalloc",
ret_addr=0x5f015b53) [/home/fracting/wine-git/dlls/ntdll/loader.c:197] in ntdll
(0x0032e830)
maybe a stub pSetupMalloc will help?
[1]How to reinstall the Smart Card service on Windows XP
http://lazybit.com/index.php/2007/12/19/windows_xp_re_install_smart_card_se…
--
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=26977
Summary: native scardsvr.exe required implementation of
RegisterDeviceNotificationA
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34405)
--> (http://bugs.winehq.org/attachment.cgi?id=34405)
SCardSvr.reg
1. export [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr]
from Windows XP regedit
2. import reg file to wine regedit. (see attachment SCardSvr.reg for the reg
file.)
3. copy native scardsvr.exe to $WINEPREFIX/driver_c/windows/system32
4. run winecfg, then scardsvr.exe will be started as a service.
$ winecfg
fixme:win:RegisterDeviceNotificationA (hwnd=0x1109c8,
filter=0x64e9c0,flags=0x00000001) returns a fake device notification handle!
scardsvr.exe is required for some smart card readers.
--
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=24855
Summary: Kindle for PC 1.2.1 does not run
Product: Wine
Version: 1.3.5
Platform: x86
URL: http://kindleforpc.amazon.com/30427/KindleForPC-instal
ler.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Ubuntu 10.10
Installer seems to run okay.
Trying to run the program gives only
fixme:system:SetProcessDPIAware stub!
err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not
registered
err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not
registered
err:ole:create_server class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {6e4fcb12-510a-4d40-9304-1da10ae9147c}
could be created for context 0x17
Please advise.
Thanks
--
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=27120
Summary: Steam windows multiply themselves across whole screen
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: twunknown(a)gmail.com
When running Steam with gnome 3 the windows are multiplied and all stuck
together gets quite annoying because it multiplies until it takes up the whole
screen and of the edges
see test which has links to pictures of the problem
http://appdb.winehq.org/objectManager.php?sClass=version&iId=19444&iTesting…
Other then this Steam seems to work as normal like in Gnome 2.6
--
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=17582
Summary: Version/install test crashes on OpenSolaris
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://test.winehq.org/data/0d7bec3578e02e1f551813e86100
b59e36aec542/wine_ae-opensolaris/version:install.html
OS/Version: SunOS
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19739)
--> (http://bugs.winehq.org/attachment.cgi?id=19739)
+relay,+seh,+tid,+ver
austin@opensolaris:~/wine-git/dlls/version/tests$ make install.ok
../../../tools/runtest -q -P wine -M version.dll -T ../../.. -p
version_test.exe.so install.c && touch install.ok
wine: Unhandled page fault on read access to 0x00000000 at address fed13d80
(thread 0009), starting debugger...
Can't attach process 0008: error 6
make: *** [install.ok] Error 5
+relay,+seh,+tid,+ver attached
I debugged it a bit...something in these tests go haywire:
static void test_install_file(void)
...
/* testing Invalid Parameters */
memset(tmpname,0,sizeof(tmpname));
rc = VerInstallFileA(0x0, NULL, NULL, NULL, NULL, NULL, tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, NULL, NULL, NULL, NULL, tmpname,
&size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, szDestFileName, NULL, NULL, NULL,
tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
Commenting those out with #if 0, #endif allows the test to pass.
--
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=25089
Summary: Regression in usp10 - completely garbled output
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.wilck(a)ts.fujitsu.com
Created an attachment (id=31811)
--> (http://bugs.winehq.org/attachment.cgi?id=31811)
screen shot
I found a regression in recent Wine (1.3.3 and newer) with a commercial program
I am using from time to time. The characters in simple dialog (buttons and
labels) are completely garbled ("$BODFM" instead of "Cancel"). See attached
screen shots.
Bisection turned out that the regression was caused by
commit e8816357416a8d3c6bc3d539b869e2e5c29656b2
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Sep 8 13:30:46 2010 -0500
usp10: Attempt to shape with non TMPF_TRUETYPE fonts.
Just do not do the parts that are known to require ttf tables.
--
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=14271
Summary: Inital size of scroll bar "thumb" incorrect
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrmikejj(a)gmail.com
The "thumb" in the scroll bar's of DC++ (version 0.706 and 0.707) Notepad Frame
can initially start the wrong size, but moving it makes it turn to the correct
size.
To replicate this, open up DC++ in wine. Open the Notepad Frame. Put in about
7 vertical scrolls worth of text. Close the Notepad. Re-open.
After re-opening the notepad frame, the "thumb" is tiny, after scrolling it
changes to the correct size.
--
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=25629
Summary: Left 4 Dead 2 - Only a sound channel is heard in the
Introduction.
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
When one of the characters starts reading a list in the intro of L4D2 the sound
is not heard properly. It looks like a channel is not working correctly, no
duplex, no eax or something related.
--
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.