http://bugs.winehq.org/show_bug.cgi?id=4436
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)codeweavers.com 2006-13-02 21:17 -------
I think in IStorage_DeleteAll() you'll need to mark the stream implementations
themselves as no longer having a parent, as they'll exist until they're Release'd.
payload->parentStorage = NULL;
Then you'll probably want to check for that case through the StgStreamImpl code
so that any functions trying to use the IStream implementation after its parent
storage is released will fail rather than crash. (either that or show that it
will crash on Windows if I release the parent storage then try use the streams)
For the code itself:
* lists - there's a "standard" Wine list implementation in include/wine/list.h.
You don't even need to allocate memory for list entries, just make a "struct
list entry" a member of StgStreamImpl, and a "struct list stHead" a member of
StorageBaseImpl. Make sure to list_init( &stg->stHead ), then you can
"list_add_tail( &stg->stHead, &stm->entry );", etc.
* since this file was written with 2 space indentation, please preserve it, and
the general style of the original author. 1 coding style is easier to read than
10 mixed coding styles, even if the 1 style isn't your favourite.
* try to avoid whitespace changes
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4558
------- Additional Comments From russlehman(a)4dv.net 2006-13-02 19:57 -------
I was using win98. I tried 2000 and XP with no change.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4555
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4573
Summary: Installer dies in OLE with failure to convert to
VT_VARIANT from VT_BSTR
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flerchjj(a)ieee.org
The installer for "The SpongeBob Squarepants Movie" game dies at the point where
it should begin copying files and gives the error below.
err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_VARIANT from VT_BSTR
The installer does work for Wine 0.9.2 and 0.9.3 (although the game was only
semi-playable with 0.9.2).
This is the full standard output:
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RpcChannelBuffer_GetDestCtx (0x43451bf4,0x43451bf8), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x43451bf0,0x43451bf4), stub!
fixme:win:SetWindowTextA setting text "Copyright \xa9 2004 THQ, Inc." of other
process window (nil) should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd4f0,0x406dd4f4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd3b8,0x406dd3bc), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dda94,0x406dda98), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd95c,0x406dd960), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd77c,0x406dd780), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd644,0x406dd648), stub!
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x2002a
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dda9c,0x406ddaa0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd964,0x406dd968), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406ddaa0,0x406ddaa4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd968,0x406dd96c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406ddaa0,0x406ddaa4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd968,0x406dd96c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dda9c,0x406ddaa0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd964,0x406dd968), stub!
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd8f8,0x406dd8fc), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd7c0,0x406dd7c4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dda9c,0x406ddaa0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd964,0x406dd968), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dda9c,0x406ddaa0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x406dd964,0x406dd968), stub!
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x2002a
err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_VARIANT from VT_BSTR
fixme:ole:RpcChannelBuffer_GetDestCtx (0x43451c00,0x43451c04), stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4031
agilmore(a)wirelessbeehive.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3429
agilmore(a)wirelessbeehive.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|RiverWare (and Viewer) fails|RiverWare (and Viewer) fails
|to install on SMP machine |to install
Version|0.9.3. |0.9.7.
------- Additional Comments From agilmore(a)wirelessbeehive.com 2006-13-02 17:23 -------
Now dies with same exact errors with 0.9.7 and new Fedora kernel on previously
working UP machine. Now you can debug it! :) Older versions of RiverWare show
same new behavior.
Confirmed still works with 0.9.3, but not working with 0.9.7.
I've also added a RiverWare entry to the AppDB, no idea how to adjust bugzilla.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4436
------- Additional Comments From J.A.Gow(a)furrybubble.co.uk 2006-13-02 16:53 -------
Created an attachment (id=1885)
--> (http://bugs.winehq.org/attachment.cgi?id=1885&action=view)
Proposed patch to fix one of the storage bugs in ole32
Ok, well here's a patch that I think might do it. It works well here, on both
well behaved and badly behaved apps without leaking memory. I would appreciate
it if you could take a look at it and make any comments/suggestions. Otherwise
I'll clean it up and send it in as a fix.
The object of the patch is for StorageBaseImpl to maintain a list of active
streams that are opened within the object. If a well behaved app correctly
deletes the stream before deleting the storage, the stream is removed from the
object. If the app deletes the storage object, then all outstanding undeleted
stream objects are mopped up as well. Testing has shown this seems to be the
way Windows does it. It now passes the conformance test I developed.
Note:
The grfMode bug on OpenStream still remains - the commented-out lines at line
350 and 351 in storage32.c are there to bypass this bug until the major one is
fixed. I will work on this next but this one will require more Windows testing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3294
------- Additional Comments From burnt(a)us.ibm.com 2006-13-02 16:51 -------
runing wine 0.9.6 with notes-7 on suse 10.0 seeing the follwoing problems.
burnty2k:/home # WINEDLLOVERRIDES="usp10=n" winedbg "c:\Lotus\Notes\nlnotes.exe"
WineDbg starting on pid 0x16
In 32 bit mode.
0x404e0f98: movl %edi,0x0(%esp)
Wine-dbg>cont
fixme:system:SystemParametersInfoW Unimplemented action: 8198 (SPI_GETCARETWIDTH)
fixme:ole:CoRegisterMessageFilter stub
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
First chance exception: 0xe06d7363 in 32-bit code (0x404b252f).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
EIP:404b252f ESP:406bd2c0 EBP:406bd324 EFLAGS:00200206( - 00 - -IP1)
EAX:4049be89 EBX:4051cee8 ECX:00000000 EDX:406bd358
ESI:406bd358 EDI:406bd364
Stack dump:
0x406bd2c0: 406bd358 0000000c 0000003c e06d7363
0x406bd2d0: 00000001 00000000 404b24b0 00000003
0x406bd2e0: 19930520 406bd3b6 60c1ad20 406bd30e
0x406bd2f0: 00000003 00000003 406bd324 60054574
0x406bd300: 42545240 40000003 425452a0 00010003
0x406bd310: 00000003 00000000 4250c018 42543814
0200: sel=1007 base=40018000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x404b252f RaiseException+0x7f in kernel32 (0x404b252f)
2 0x60a6b749 in nnotes (+0xa6b749) (0x60a6b749)
3 0x6010edc2 NSFComputeNoteExt+0x712 in nnotes (0x6010edc2)
4 0x6010fa6f in nnotes (+0x10fa6f) (0x6010fa6f)
5 0x60047282 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0x972 in nnotes (0x60047282)
6 0x60066860 OSFreeSem+0x350 in nnotes (0x60066860)
7 0x600474a1 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0xb91 in nnotes (0x600474a1)
8 0x60047137 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0x827 in nnotes (0x60047137)
9 0x600b428d NSFComputeEvaluate+0xed in nnotes (0x600b428d)
10 0x600b41cf NSFComputeEvaluate+0x2f in nnotes (0x600b41cf)
11 0x61b3bd12 in nnotesws (+0x4bbd12) (0x61b3bd12)
12 0x61b3c0b8 in nnotesws (+0x4bc0b8) (0x61b3c0b8)
13 0x616d9aee in nnotesws (+0x59aee) (0x616d9aee)
14 0x616d9c06 in nnotesws (+0x59c06) (0x616d9c06)
15 0x61b35218 in nnotesws (+0x4b5218) (0x61b35218)
16 0x616ca78e in nnotesws (+0x4a78e) (0x616ca78e)
17 0x617379de in nnotesws (+0xb79de) (0x617379de)
18 0x61736ab1 in nnotesws (+0xb6ab1) (0x61736ab1)
19 0x616c8eec in nnotesws (+0x48eec) (0x616c8eec)
20 0x61735efa in nnotesws (+0xb5efa) (0x61735efa)
21 0x61736241 in nnotesws (+0xb6241) (0x61736241)
22 0x61be7351 in nnotesws (+0x567351) (0x61be7351)
23 0x61b3550f in nnotesws (+0x4b550f) (0x61b3550f)
24 0x616ca78e in nnotesws (+0x4a78e) (0x616ca78e)
25 0x617307b0 in nnotesws (+0xb07b0) (0x617307b0)
26 0x61728f67 in nnotesws (+0xa8f67) (0x61728f67)
27 0x6172dfe7 in nnotesws (+0xadfe7) (0x6172dfe7)
28 0x616c9916 in nnotesws (+0x49916) (0x616c9916)
29 0x6173300e in nnotesws (+0xb300e) (0x6173300e)
30 0x61685f8f in nnotesws (+0x5f8f) (0x61685f8f)
31 0x61684be4 in nnotesws (+0x4be4) (0x61684be4)
32 0x40995a1a WINPROC_wrapper+0x1a in user32 (0x40995a1a)
33 0x40996450 in user32 (+0xa6450) (0x40996450)
34 0x40999f0d CallWindowProcA+0x8d in user32 (0x40999f0d)
35 0x40962bc8 DispatchMessageA+0x178 in user32 (0x40962bc8)
36 0x61719084 NEMMainLoop+0x2c4 in nnotesws (0x61719084)
fixme:dbghelp:sffip_cb NIY on 'g:\build\bin\w32\bin\nlnotes.pdb'
37 0x0040195e in nlnotes (+0x195e) (0x0040195e)
38 0x00401e19 EntryPoint+0x185 in nlnotes (0x00401e19)
39 0x404e0f9d in kernel32 (+0x50f9d) (0x404e0f9d)
40 0x4003e087 wine_switch_to_stack+0x17 in libwine.so.1 (0x4003e087)
0x404b252f RaiseException+0x7f in kernel32: subl $4,%esp
Wine-dbg>cont
First chance exception: page fault on write access to 0x0551d3c4 in 32-bit code
(0x6010ef4d).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
EIP:6010ef4d ESP:406bd370 EBP:406bd3ac EFLAGS:00210246( - 00 -RIZP1)
EAX:00000000 EBX:00000008 ECX:0551d3c4 EDX:0551d3c4
ESI:00000000 EDI:00000000
Stack dump:
0x406bd370: 42543814 42548458 42544bd8 60044e7d
0x406bd380: 00000000 42544bd8 42544014 60abbac9
0x406bd390: 00000000 4250c018 60abbac9 00000000
0x406bd3a0: 4250c018 00000000 00000000 406bd400
0x406bd3b0: 6010fa6f 0551d3c4 42544bd8 00000000
0x406bd3c0: 42544c0c 406bd3e8 604dccd5 42544014
0200: sel=1007 base=40018000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x6010ef4d NSFComputeNoteExt+0x89d in nnotes (0x6010ef4d)
2 0x6010fa6f in nnotes (+0x10fa6f) (0x6010fa6f)
3 0x60047282 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0x972 in nnotes (0x60047282)
4 0x60066860 OSFreeSem+0x350 in nnotes (0x60066860)
5 0x600474a1 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0xb91 in nnotes (0x600474a1)
6 0x60047137 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0x827 in nnotes (0x60047137)
7 0x600b428d NSFComputeEvaluate+0xed in nnotes (0x600b428d)
8 0x600b41cf NSFComputeEvaluate+0x2f in nnotes (0x600b41cf)
9 0x61b3bd12 in nnotesws (+0x4bbd12) (0x61b3bd12)
10 0x61b3c0b8 in nnotesws (+0x4bc0b8) (0x61b3c0b8)
11 0x616d9aee in nnotesws (+0x59aee) (0x616d9aee)
12 0x616d9c06 in nnotesws (+0x59c06) (0x616d9c06)
13 0x61b35218 in nnotesws (+0x4b5218) (0x61b35218)
14 0x616ca78e in nnotesws (+0x4a78e) (0x616ca78e)
15 0x617379de in nnotesws (+0xb79de) (0x617379de)
16 0x61736ab1 in nnotesws (+0xb6ab1) (0x61736ab1)
17 0x616c8eec in nnotesws (+0x48eec) (0x616c8eec)
18 0x61735efa in nnotesws (+0xb5efa) (0x61735efa)
19 0x61736241 in nnotesws (+0xb6241) (0x61736241)
20 0x61be7351 in nnotesws (+0x567351) (0x61be7351)
21 0x61b3550f in nnotesws (+0x4b550f) (0x61b3550f)
22 0x616ca78e in nnotesws (+0x4a78e) (0x616ca78e)
23 0x617307b0 in nnotesws (+0xb07b0) (0x617307b0)
24 0x61728f67 in nnotesws (+0xa8f67) (0x61728f67)
25 0x6172dfe7 in nnotesws (+0xadfe7) (0x6172dfe7)
26 0x616c9916 in nnotesws (+0x49916) (0x616c9916)
27 0x6173300e in nnotesws (+0xb300e) (0x6173300e)
28 0x61685f8f in nnotesws (+0x5f8f) (0x61685f8f)
29 0x61684be4 in nnotesws (+0x4be4) (0x61684be4)
30 0x40995a1a WINPROC_wrapper+0x1a in user32 (0x40995a1a)
31 0x40996450 in user32 (+0xa6450) (0x40996450)
32 0x40999f0d CallWindowProcA+0x8d in user32 (0x40999f0d)
33 0x40962bc8 DispatchMessageA+0x178 in user32 (0x40962bc8)
34 0x61719084 NEMMainLoop+0x2c4 in nnotesws (0x61719084)
35 0x0040195e in nlnotes (+0x195e) (0x0040195e)
36 0x00401e19 EntryPoint+0x185 in nlnotes (0x00401e19)
37 0x404e0f9d in kernel32 (+0x50f9d) (0x404e0f9d)
38 0x4003e087 wine_switch_to_stack+0x17 in libwine.so.1 (0x4003e087)
0x6010ef4d NSFComputeNoteExt+0x89d in nnotes: movl %edi,0x0(%edx)
Wine-dbg>cont
First chance exception: page fault on write access to 0x0551d3c4 in 32-bit code
(0x6010ef4d).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
EIP:6010ef4d ESP:406bd370 EBP:406bd3ac EFLAGS:00210246( - 00 -RIZP1)
EAX:00000000 EBX:00000008 ECX:0551d3c4 EDX:0551d3c4
ESI:00000000 EDI:00000000
Stack dump:
0x406bd370: 42543814 42548458 42544bd8 60044e7d
0x406bd380: 00000000 42544bd8 42544014 60abbac9
0x406bd390: 00000000 4250c018 60abbac9 00000000
0x406bd3a0: 4250c018 00000000 00000000 406bd400
0x406bd3b0: 6010fa6f 0551d3c4 42544bd8 00000000
0x406bd3c0: 42544c0c 406bd3e8 604dccd5 42544014
0200: sel=1007 base=40018000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x6010ef4d NSFComputeNoteExt+0x89d in nnotes (0x6010ef4d)
2 0x6010fa6f in nnotes (+0x10fa6f) (0x6010fa6f)
3 0x60047282 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0x972 in nnotes (0x60047282)
4 0x60066860 OSFreeSem+0x350 in nnotes (0x60066860)
5 0x600474a1 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0xb91 in nnotes (0x600474a1)
6 0x60047137 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0x827 in nnotes (0x60047137)
7 0x600b428d NSFComputeEvaluate+0xed in nnotes (0x600b428d)
8 0x600b41cf NSFComputeEvaluate+0x2f in nnotes (0x600b41cf)
9 0x61b3bd12 in nnotesws (+0x4bbd12) (0x61b3bd12)
10 0x61b3c0b8 in nnotesws (+0x4bc0b8) (0x61b3c0b8)
11 0x616d9aee in nnotesws (+0x59aee) (0x616d9aee)
12 0x616d9c06 in nnotesws (+0x59c06) (0x616d9c06)
13 0x61b35218 in nnotesws (+0x4b5218) (0x61b35218)
14 0x616ca78e in nnotesws (+0x4a78e) (0x616ca78e)
15 0x617379de in nnotesws (+0xb79de) (0x617379de)
16 0x61736ab1 in nnotesws (+0xb6ab1) (0x61736ab1)
17 0x616c8eec in nnotesws (+0x48eec) (0x616c8eec)
18 0x61735efa in nnotesws (+0xb5efa) (0x61735efa)
19 0x61736241 in nnotesws (+0xb6241) (0x61736241)
20 0x61be7351 in nnotesws (+0x567351) (0x61be7351)
21 0x61b3550f in nnotesws (+0x4b550f) (0x61b3550f)
22 0x616ca78e in nnotesws (+0x4a78e) (0x616ca78e)
23 0x617307b0 in nnotesws (+0xb07b0) (0x617307b0)
24 0x61728f67 in nnotesws (+0xa8f67) (0x61728f67)
25 0x6172dfe7 in nnotesws (+0xadfe7) (0x6172dfe7)
26 0x616c9916 in nnotesws (+0x49916) (0x616c9916)
27 0x6173300e in nnotesws (+0xb300e) (0x6173300e)
28 0x61685f8f in nnotesws (+0x5f8f) (0x61685f8f)
29 0x61684be4 in nnotesws (+0x4be4) (0x61684be4)
30 0x40995a1a WINPROC_wrapper+0x1a in user32 (0x40995a1a)
31 0x40996450 in user32 (+0xa6450) (0x40996450)
32 0x40999f0d CallWindowProcA+0x8d in user32 (0x40999f0d)
33 0x40962bc8 DispatchMessageA+0x178 in user32 (0x40962bc8)
34 0x61719084 NEMMainLoop+0x2c4 in nnotesws (0x61719084)
35 0x0040195e in nlnotes (+0x195e) (0x0040195e)
36 0x00401e19 EntryPoint+0x185 in nlnotes (0x00401e19)
37 0x404e0f9d in kernel32 (+0x50f9d) (0x404e0f9d)
38 0x4003e087 wine_switch_to_stack+0x17 in libwine.so.1 (0x4003e087)
0x6010ef4d NSFComputeNoteExt+0x89d in nnotes: movl %edi,0x0(%edx)
Wine-dbg>cont
First chance exception: page fault on write access to 0x0551d3c4 in 32-bit code
(0x6010ef4d).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
EIP:6010ef4d ESP:406bd370 EBP:406bd3ac EFLAGS:00210246( - 00 -RIZP1)
EAX:00000000 EBX:00000008 ECX:0551d3c4 EDX:0551d3c4
ESI:00000000 EDI:00000000
Stack dump:
0x406bd370: 42543814 42548458 42544bd8 60044e7d
0x406bd380: 00000000 42544bd8 42544014 60abbac9
0x406bd390: 00000000 4250c018 60abbac9 00000000
0x406bd3a0: 4250c018 00000000 00000000 406bd400
0x406bd3b0: 6010fa6f 0551d3c4 42544bd8 00000000
0x406bd3c0: 42544c0c 406bd3e8 604dccd5 42544014
0200: sel=1007 base=40018000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x6010ef4d NSFComputeNoteExt+0x89d in nnotes (0x6010ef4d)
2 0x6010fa6f in nnotes (+0x10fa6f) (0x6010fa6f)
3 0x60047282 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0x972 in nnotes (0x60047282)
4 0x60066860 OSFreeSem+0x350 in nnotes (0x60066860)
5 0x600474a1 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0xb91 in nnotes (0x600474a1)
6 0x60047137 ?Lookup@BSearchable@@QBEPAXPBDG@Z+0x827 in nnotes (0x60047137)
7 0x600b428d NSFComputeEvaluate+0xed in nnotes (0x600b428d)
8 0x600b41cf NSFComputeEvaluate+0x2f in nnotes (0x600b41cf)
9 0x61b3bd12 in nnotesws (+0x4bbd12) (0x61b3bd12)
10 0x61b3c0b8 in nnotesws (+0x4bc0b8) (0x61b3c0b8)
11 0x616d9aee in nnotesws (+0x59aee) (0x616d9aee)
12 0x616d9c06 in nnotesws (+0x59c06) (0x616d9c06)
13 0x61b35218 in nnotesws (+0x4b5218) (0x61b35218)
14 0x616ca78e in nnotesws (+0x4a78e) (0x616ca78e)
15 0x617379de in nnotesws (+0xb79de) (0x617379de)
16 0x61736ab1 in nnotesws (+0xb6ab1) (0x61736ab1)
17 0x616c8eec in nnotesws (+0x48eec) (0x616c8eec)
18 0x61735efa in nnotesws (+0xb5efa) (0x61735efa)
19 0x61736241 in nnotesws (+0xb6241) (0x61736241)
20 0x61be7351 in nnotesws (+0x567351) (0x61be7351)
21 0x61b3550f in nnotesws (+0x4b550f) (0x61b3550f)
22 0x616ca78e in nnotesws (+0x4a78e) (0x616ca78e)
23 0x617307b0 in nnotesws (+0xb07b0) (0x617307b0)
24 0x61728f67 in nnotesws (+0xa8f67) (0x61728f67)
25 0x6172dfe7 in nnotesws (+0xadfe7) (0x6172dfe7)
26 0x616c9916 in nnotesws (+0x49916) (0x616c9916)
27 0x6173300e in nnotesws (+0xb300e) (0x6173300e)
28 0x61685f8f in nnotesws (+0x5f8f) (0x61685f8f)
29 0x61684be4 in nnotesws (+0x4be4) (0x61684be4)
30 0x40995a1a WINPROC_wrapper+0x1a in user32 (0x40995a1a)
31 0x40996450 in user32 (+0xa6450) (0x40996450)
32 0x40999f0d CallWindowProcA+0x8d in user32 (0x40999f0d)
33 0x40962bc8 DispatchMessageA+0x178 in user32 (0x40962bc8)
34 0x61719084 NEMMainLoop+0x2c4 in nnotesws (0x61719084)
35 0x0040195e in nlnotes (+0x195e) (0x0040195e)
36 0x00401e19 EntryPoint+0x185 in nlnotes (0x00401e19)
37 0x404e0f9d in kernel32 (+0x50f9d) (0x404e0f9d)
38 0x4003e087 wine_switch_to_stack+0x17 in libwine.so.1 (0x4003e087)
0x6010ef4d NSFComputeNoteExt+0x89d in nnotes: movl %edi,0x0(%edx)
Wine-dbg>run
In 32 bit mode.
0x404e0f98: movl %edi,0x0(%esp)
Wine-dbg>cont
fixme:system:SystemParametersInfoW Unimplemented action: 8198 (SPI_GETCARETWIDTH)
fixme:ole:CoRegisterMessageFilter stub
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:ole:CoRegisterMessageFilter stub
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
Process of pid=0x00000015 has terminated
Wine-dbg>cont
No process loaded, cannot execute 'cont'
Wine-dbg>cont
No process loaded, cannot execute 'cont'
Wine-dbg>Ctrl-C: stopping debuggee
err:seh:setup_exception nested exception on signal stack in thread 0014 eip
ffffe40e esp 4139b824 stack 0x45881000-0x45991000
Ctrl-C: stopping debuggee
err:seh:setup_exception nested exception on signal stack in thread 001b eip
ffffe40e esp 41399824 stack 0x4398e000-0x43a9e000
Ctrl-C: stopping debuggee
err:seh:setup_exception nested exception on signal stack in thread 001a eip
ffffe40e esp 4128d824 stack 0x4387d000-0x4398d000
Ctrl-C: stopping debuggee
Ctrl-C: stopping debuggee
No process loaded, cannot execute 'cont'
Wine-dbg>quit
WineDbg terminated on pid 0x15
burnty2k:/home # wine
Wine 0.9.6
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
burnty2k:/home #
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.