http://bugs.winehq.org/show_bug.cgi?id=4567
tkho(a)ucla.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkho(a)ucla.edu
------- Additional Comments From tkho(a)ucla.edu 2006-14-02 20:37 -------
I've implemented EM_SCROLLCARET in this patch:
http://www.seas.ucla.edu/~kho/wine/patches/riched20_20060209-2-2.patch
It'll apply cleanly if you remove the changes to the conformance test. I'm
waiting for the acceptance of another patch before I re-submit this.
--
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=4458
------- Additional Comments From tkho(a)ucla.edu 2006-14-02 17:39 -------
Created an attachment (id=1895)
--> (http://bugs.winehq.org/attachment.cgi?id=1895&action=view)
Possible fix for bug 4458
This patch solves the problem at hand, stopping the client area from focusing
the caret on EM_SETSEL when rich edit 1.0 emulation is turned on. However, the
effects of ME_Repaint() are far-reaching, and I'm not 100% sure this is the
best fix.
--
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=4436
------- Additional Comments From J.A.Gow(a)furrybubble.co.uk 2006-14-02 17:26 -------
Created an attachment (id=1894)
--> (http://bugs.winehq.org/attachment.cgi?id=1894&action=view)
Further updated patch to fix one of ole32 issues
I found some errors in the code I included in the earlier patch. This patch
corrects these errors. Furthermore this patch results in the storage object now
properly cleaning up after itself if it is deleted ahead of streams within it.
This now correctly implements the algorithm I had in mind (I hope)
There is one issue with it that needs to be corrected: I need to call the
destructor for the IStream objects from the code but I am not sure where best
to place the prototype - would it be better to create a stg_stream.h file and
dump it in there, or to place it elsewhere, say in storage.h. At the moment it
is unprototyped which throws a warning, but will be OK in 32-bit code. I'd
rather not leave it like this. Any suggestions?
Re style - I take your points Mike, however I always thoroughly clean up the
patch just before actual submission when development of it is complete in order
to remove any redundant changes, alter style etc. During development when the
code is being functionally tested it is a lot easier to spot my changes in a
several-thousand-line source file when they look different, and it is quicker
to code in a style I am used to.The "standard" list implementation is nice and
simple, though. Thanks for the pointers here (no pun intended) I didn't
immediately realize this existed within the Wine codebase.
--
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=4458
tkho(a)ucla.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkho(a)ucla.edu
------- Additional Comments From tkho(a)ucla.edu 2006-14-02 17:13 -------
I believe the problem is that Wizmo uses rich edit 1.0 (in riched32), which has
a different effect for EM_SETSEL.
We're seeing this because Wine's rich edit 1.0 is a wrapper around rich edit
2.0+. The specific problem is that when you select text via EM_SETSEL, rich edit
1.0 *does not* move the caret into view, while rich edit 2.0 *does* move the
caret into view.
I think this explains both the "caret at the bottom" problem and the "scroll
back" problem. I'll look into fixing this.
--
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=4576
Summary: winecfg not creating first dos drive
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pub(a)zvyozdochkin.ru
WineCfg can describe dos drives (c:...) ONLY if I manually created
~/.wine/dosdevices directory BEFORE it. If ~/.wine/dosdevices not exists, and
winecfg is running under terminal, message "unable to define devicename of 'C:',
targetpath of '/usr/share/wine-c'" appear in terminal window.
--
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=4575
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-directx-ddraw
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-14-02 15:20 -------
Confirming. Probably a ddraw bug. If you move the window downwards up to the
point that it is about to dissapear from the screen, the program also throws up
an error box (which is unreadable--> no text) and then crashes
--
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=4570
moz(a)liebesgedichte.siteware.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--
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=2351
------- Additional Comments From mkh01(a)earthlink.net 2006-14-02 14:27 -------
I see this behavior using Notes 5.0.13 in wine 0.9.7 when configured as Windows
2000. Titles are displayed correctly when wine is set to Windows 98. This is a
fresh installation - nothing but wineprefixcreate, a few MS fonts, and the Notes
installer run within wine.
--
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=4570
------- Additional Comments From hans(a)it.vu.nl 2006-14-02 14:16 -------
> Should we mark this bug INVALID?
Yes. I don't have the powers but you should be able to do so because
you are the submitter of this bug.
--
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=3661
jdoutt(a)whoi.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jdoutt(a)whoi.edu
------- Additional Comments From jdoutt(a)whoi.edu 2006-14-02 14:01 -------
After running "Wine Tools" Ozi ran perfectly (as far as I've checked)!
--
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=4570
------- Additional Comments From moz(a)liebesgedichte.siteware.ch 2006-14-02 13:42 -------
Wonderfull.
I'm using the Debian packages from http://wine.sourceforge.net/apt/ but they're
obviously not meant for Sarge (although I didn't have problems before that one).
I've compiled from source now and it works as you've described. Thank your very
much! I've submitted the app to the appDB.
The installer actually asks about installing MDAC if you choose Win98 as
OS-version. But the installation doesn't seem to work correctly.
Should we mark this bug INVALID?
--
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=4575
Summary: Status bar in VICE (x64 and others) is not displayed
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://www.viceteam.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tbretz(a)astro.uni-wuerzburg.de
If one of VICE's emulators are started the statusbar is not displayed. In some
cases text appears at the correct position but all the other text and icons are
not displayed at all.
--
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=4427
------- Additional Comments From dabljuh(a)dabserver.dyndns.org 2006-14-02 12:09 -------
Since the latest steam/CSS update or so, CS:S crashes all the time for me.
Sometimes after 5 minutes of playing, sometimes after 30 minutes.
This may be a different bug altogether. See above for the crash backtrace.
--
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=1742
------- Additional Comments From alexis.deruelle(a)laposte.net 2006-14-02 11:34 -------
err:toolbar:ToolbarWindowProc unknown msg 0466 wp=7fa5df34 lp=7fa5df24
This is with eBay TurboLister
--
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=4552
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-14-02 11:28 -------
Created an attachment (id=1892)
--> (http://bugs.winehq.org/attachment.cgi?id=1892&action=view)
snapshot wine
hmmm, it _does_show text here when i type something in the IP/Port field.Only
the text is too large and there are scrollbars that don't belong there. Anyway,
i wonder why you haven't got any text at all, but i think it's not riched20
related anymore. maybe you coulf try with latest cvs if you know how to.
--
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=4541
------- Additional Comments From parsonsl(a)upstate.edu 2006-14-02 11:27 -------
This must be a freebsd - related or freebsd - specific problem, then. With
the newest wine, I was able to run several windows application that shipped
with wine (like notepad) or that shipped with windows (including pinball), but
was unable to run winMDI.
This was the error I received when trying to run winmdi in the latest wine on
FreeBSD 6.0:
Error message follows err:heap:HEAP_CreateSystemHeap system heap base address
0x80000000 not available wine: Unhandled page fault on read access to
0xffffffff at address 0x11f7:0x00000035 (thread 000c), starting debugger...
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
available WineDbg starting on pid 0xa Couldn't initiate DbgHelp Unhandled
exception: page fault on read access to 0xffffffff in 16-bit code (11f7:0035).
Register dump: CS:11f7 SS:12af DS:12af ES:0000 FS:11df GS:001b IP:0035 SP:7e92
BP:7edc FLAGS:0246( - 00 -RIZP1) AX:0000 BX:0000 CX:11bf DX:0000 SI:12ae
DI:84d5 Stack dump: file_set_error: Bad address 0x00000000: *** Invalid
address 0x00000000 0255: sel=12af base=001f0a20 limit=0000fd5f 16-bit rw-
023b: sel=11df base=00112000 limit=00001fff 32-bit rw- Backtrace: =>1
0x11f7:0x0035 (0x11f7:0x0035) 2 0x11ef:0x0019 (0x11ef:0x0019) 3 0x12a7:0x00e7
(0x12a7:0x00e7) 4 0x12a7:0x00b4 (0x12a7:0x00b4) 0x11f7:0x0035: movw $0x44,
%es:0x24(%bx) Modules: Module Address Debug info Name (0 modules) Threads:
process tid prio (all id:s are in hex) 0000000a (D) Z:
\mnt\flotsam\winmdi_early\WINMDI.EXE 0000000c 0 <== 0000000b 0 00000008
00000009 0 WineDbg terminated on pid 0xa
--
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=4574
Summary: Microsoft Office's Excel installs, loads but can't open
files
Product: Wine
Version: 0.9.7.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitch074(a)gmail.com
Defining winver=win95 in winecfg for installer and excel.exe, I managed to
install Microsoft Office SR-1's Excel (custom install, Excel alone). It
installs, loads, and runs without crashing (and no warning whatsoever). I
updated it to SR-2, no problem.
However, trying to open a file leads to me being unable to navigate drives! The
best I can do is move downwards from drive_c (I can't move backwards).
I'm using WineHQ's binary RPM for Mandriva on Mandriva 2006 Community x86-64.
I only get a load of stubs when I do so:
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
It looks like a character type mismatch as I get several white squares following
drive letters, and the File name input box gets a scrollbar.
--
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=4552
------- Additional Comments From Basic-Master(a)gmx.net 2006-14-02 08:57 -------
Created an attachment (id=1891)
--> (http://bugs.winehq.org/attachment.cgi?id=1891&action=view)
HLSW Screenshot, running under Windows
I just noticed that it doesn't show any text when you start it, you need to
enter an ip first. Anyway, there's a screenshot that shows how it looks like in
Windows.
P.S. HLSW while running with Wine doesn't show me any text either after I
entered an IP, so there must be something wrong with the RichEdit I think...
--
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=174
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-14-02 08:53 -------
Resolving as FIXED
If it does not work for you please Reopen
--
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=4570
------- Additional Comments From hans(a)it.vu.nl 2006-14-02 07:29 -------
I think dbghelp.dll has nothing to do with the problem. It is needed
*after* the application crashes because of missing MDAC. The missing symbol
'regexec' tells me though that your Wine package may not exactly match
the distro you are running.
I can get this app to install and run with the following procedure:
$ rm -rf ~/.wine
$ wine notepad (to create a new prefix)
$ cat >> ~/.wine/system.reg (fake an IE install)
[Software\\Microsoft\\Internet Explorer]
"Version"="6.0.2900.2180"
^D (press CTRL-D here)
$ WINEDLLOVERRIDES=advpack=n wine MDAC_TYP.EXE (will fail the first time)
$ WINEDLLOVERRIDES=advpack=n wine MDAC_TYP.EXE (succeeds the second time)
$ wine EN034_EasyTax2005AGKL_1.exe
--
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=3254
------- Additional Comments From infyquest(a)gmail.com 2006-14-02 05:55 -------
We need an Implementation for InitializeSecurityContextA for schannel
--
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=4541
------- Additional Comments From hans(a)it.vu.nl 2006-14-02 05:37 -------
I am running the Breezy Badger release of Kubuntu Linux. Try running notepad
('wine notepad') to verify that you can run programs under Wine. Did you try
a fresh Wine prefix already? If you don't want to throw away an existing Wine
installation, temporarily move it aside instead. Wine is picky about this,
and backwards compatibility is not guaranteed.
--
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=2988
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2006-14-02 03:17 -------
Vladimir, thank you for continuing to test this throughout, even without our
feedback. Please feel free to join the wine-devel list if you ever have other
issues, or if there are other bugs you are encountering that nobody has said
anything on in a while.
Resolving fixed for now. Leslie, if you are still experiencing this problem,
please reopen this bug, or ask someone on wine-devel to do so. Close in 1
month, if no response.
--
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=4506
------- Additional Comments From mamatkazin(a)ivc.orw.ru 2006-14-02 00:54 -------
Sorry for long timeout.
First patch (id=1855) solve my problem!
Better patch I will try and report tomorrow.
--
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=4305
------- Additional Comments From tony.lambregts(a)gmail.com 2006-14-02 00:02 -------
the download link is unusable
It seems that you are not allowed to download or view attachments on this board.
Please login below or register an account with DLTC Restoration.
--
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=4570
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-13-02 23:58 -------
Could you add an entry for this application in the AppDB http://appdb.winehq.org
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=4541
------- Additional Comments From parsonsl(a)upstate.edu 2006-13-02 16:27 -------
I will try to run the regression testing on freebsd 6.0 later this week.
Perhaps this is an issue specific to freebsd? What OS are you running that
was able to run winMDI under the newest wine?
--
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=4570
------- Additional Comments From moz(a)liebesgedichte.siteware.ch 2006-13-02 15:59 -------
Thanks. I've installed IE6 nonetheless and added a native dbghelp.dll to
windows/system and have set it to "native" in winecfg. It still complains and
doesn't want to initiate DbgHelp:
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7fcb08d0 (thread
0009), starting debugger...
WineDbg starting on pid 0x8
Couldn't initiate DbgHelp
First chance exception: 0xc0000025 in 32-bit code (0x7beb4cfa).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
EIP:00000000 ESP:00000008 EBP:00000000 EFLAGS:00200216( - 00 - IAP1)
EAX:7fc5f5f0 EBX:7bef37f0 ECX:7fc5f9d0 EDX:00000000
--
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=4570
------- Additional Comments From hans(a)it.vu.nl 2006-13-02 15:50 -------
You can fake an IE install by adding the following to your ~/.wine/system.reg:
[Software\\Microsoft\\Internet Explorer]
"Version"="6.0.2900.2180"
MDAC is a redistributable. Your application could have bundled it to avoid
this problem (it would quit the same way on Windows if MDAC wasn't installed).
In practice MDAC is already there via some other application.
--
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=4552
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-13-02 15:35 -------
so what should it look like then? i tried native riched20 and there wasn't any
text either. Could you test on windows how it really should look like?
--
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=4572
Summary: user: Tooltips have wrong Z-Position and deactivate the
Main-Window
Product: Wine
Version: CVS
Platform: PC
URL: http://www.videolan.org/vlc/download-windows.html
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
While testing vlc-0.8.4a-win32 (AppDB-Entry waits for the AppDB-Maintainer):
Run from the App-Directory: wine vlc.exe
The Tooltips of the Volume-Level come up behind the Main-Window and the
Main-Window is still activated.
Windows: The Tooltip comes up in front of the Main-Window.
The Tooltips of the Rest of the Button-Bar come up in front of the Main-Window
and the Main-Window is deactivated.
Windows: The Main-Window is still activated.
When the Main-Window is deactivated:
(I moved the Top-Border of the active Console-Window just below the Speaker-Symbol)
The Tooltips of the Volume-Level come up in front of the the Main-Window, but
behind the Console-Window.
Windows: The Tooltip comes up in front of the Main-Window and in front of the
Console-Window.
When using "Virtual-Desktop" or "Unmanaged", all Tooltips are in front of the
Main-Window and the Main-Window is still active.
Ubuntu 5.04 (Gnome/Metacity: 2.10.0)
--
By by ... Detlef
--
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=4570
------- Additional Comments From moz(a)liebesgedichte.siteware.ch 2006-13-02 15:01 -------
That's a shame, I was looking for a IE-less (and therefore windows license-less)
install. It's not a problem for me but probably for others. Oh well. Are there
any plans on implementing the most important parts of ADO? Should this bug be
duped or closed or left alone?
--
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=4541
------- Additional Comments From hans(a)it.vu.nl 2006-13-02 14:45 -------
This program installs and seems to run just fine here on today's CVS
and with a fresh wine prefix (i.e, after rm -rf ~/.wine).
--
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=4552
------- Additional Comments From Basic-Master(a)gmx.net 2006-13-02 14:30 -------
Thanks for your patch. I checked out CVS today, patched the editor.c, recompiled
everything and replaced the new .dll.so with that one in /usr/lib/wine. Now it
doesn't show me any text, the text fields are empty now... I also get this
message in the console when I start HLSW:
fixme:win:SetWindowTextA setting text "{\\rtf1
{\\colortbl;\\red0\\green0\\blue255;\\red255\\green0\\blue0;}12 Feb 06
18:37:57}" of other process window (nil) should not use SendMessage
Maybe this has something to do with this bug, don't know.
--
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=4570
------- Additional Comments From hans(a)it.vu.nl 2006-13-02 14:27 -------
Looking at your log and googling for the guid
00000514-0000-0010-8000-00aa006d2ea4 suggests that
ADO is missing on your system. Try installing the
package (the installer binary is called MDAC_TYP.exe).
This package has a dependency on IE so you need to
install IE first. The appdb (http://appdb.winehq.org/)
should have instructions on how to do this.
--
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=4571
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-13-02 13:39 -------
Created an attachment (id=1882)
--> (http://bugs.winehq.org/attachment.cgi?id=1882&action=view)
console output
Confirmed. Added the console output. The server that the download link points
to is _very_ busy, so you might have to try a dozen times, to get the download
started
--
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=4521
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From b.buschinski(a)web.de 2006-13-02 12:31 -------
It seems to be fixed in the todays cvs (20060213)
I dont know if it was your new patch H. Verbeet
if so... great work =)
--
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=4305
bgp(a)cs.elte.hu changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.dragonlancetc.com|http://www.dragonlancetc.com
|/forums/attachments/dltcep67|/forums/index.php?action=dla
|.zip |ttach;topic=1299.0;id=174
------- Additional Comments From bgp(a)cs.elte.hu 2006-13-02 11:21 -------
Replaced URL with a less complex program testing only EM_GETLINE and EM_SETOPTIONS.
Source code is also in the package.
--
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=4333
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lats(a)yless4u.com.au
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-13-02 09:41 -------
With the stub in the previous message GoogleEarth gets a bit further. However it
then crashes. There seems to be a problem in Scriptitemize.Now i saw this patch
on wine-patches mailing list:
http://www.winehq.org/pipermail/wine-patches/attachments/20060213/a3bd60d9/…
(Note: you have to do "autoconf" first before you can get wine compile it)
Although the text is screwed up , GoogleEarth doesn't crash anymore, so i'd say
that _is_ some progress. Jeff ,I've added you to this bug, could you convert the
patch in something that helps GoogleEarth to run fine? I'll attach a screenshot
hereafter. Thanks
(Note googleearth still needs native msvcrt the first time you run it)
--
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=4038
------- Additional Comments From bo(a)bjornsen.org 2006-13-02 09:32 -------
I had the same problem with Archlinux current, kernel 2.6.15.4,
eac-0.95b3-cdrdao and wine 0.9.7.
Downloading and using the non-cdrdao version of EAC (eac-0.95b3) fixed it.
--
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=4561
chris.bainbridge(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|winecfg crashes first time |winecfg crashes with ATI
|run |fglrx kernel driver
------- Additional Comments From chris.bainbridge(a)gmail.com 2006-13-02 07:30 -------
This problem only happens with the ATI kernel driver fglrx. I have tried both
with the xorg framebuffer driver, and with the xorg driver without the kernel
module loaded, and both result in winecfg working without error.
I tried to run valgrind on winecfg and got a kernel crash.
This probably isn't a bug in wine. I'll file a bug on the ati bugzilla. My
ati-drivers is 8.22.5.
I've found two similar reports:
https://www.redhat.com/archives/fedora-list/2005-September/msg00718.htmlhttp://www.driverheaven.net/archive/index.php/t-80867.html (bottom post)
--
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=4436
------- Additional Comments From J.A.Gow(a)furrybubble.co.uk 2006-13-02 07:25 -------
Nice ASCII art :)
This is close to what I had in mind, but the problem I found was to ensure that
well-behaved apps (i.e. ones that correctly call IStream_Release before
IStorage_Release) worked as well as badly behaved ones (that called
IStorage_Release and expected all streams to be closed and destroyed at this
time) without either creating an object leak.
As I see it this requires the following behaviour:
We maintain the list of stream objects in the storage object. When the storage
destructor is called, before killing the storage object we iterate the list of
stream objects. If any are left (badly behaved app) we kill them by calling the
IStream destructor for each object in the list, before killing the storage object.
Now this is OK, except for the case of a well behaved app that correctly calls
the stream object destructor before the storage object destructor. In this case,
the stream object destructor will have to inform the storage object that the
stream object should be removed from the list of stream objects maintained by
the storage object. If the stream object is not removed from the list, when the
storage object destructor is called it will attempt to kill the
already-destroyed stream object when it finds it in the list. Hey presto- segfault!.
So we need an interface by which a stream object can communicate its imminent
destruction to the storage object in which it lives - the direction of
communication would be stream object -> storage object.
And it is here where I am not sure how to proceed. I have the list management
stuff coded in the storage object but I need advice on how best to introduce an
interface for communication between a stream object destructor and the storage
object in which it resides.
In your suggestion, it seems that we are not killing the outstanding stream
objects when the outstanding Storage objects are destroyed. Surely this would
guarantee a memory leak for a badly behaved app? Since it would seem no app
would explicitly destroy the stream object and then afterwards try and use the
streams created within it during its scope, would it not make more sense to kill
outstanding streams with closure of the storage object and avoid the memory
leak? I agree it breaks the object rules somewhat, but then it looks like
Windows does too!
--
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=4559
chris.bainbridge(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From chris.bainbridge(a)gmail.com 2006-13-02 07:01 -------
This goes away when I use framebuffer driver, is a dupe of my other bug report.
*** This bug has been marked as a duplicate of 4561 ***
--
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=4561
------- Additional Comments From chris.bainbridge(a)gmail.com 2006-13-02 07:01 -------
*** Bug 4559 has been marked as a duplicate of this bug. ***
--
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=4561
------- Additional Comments From chris.bainbridge(a)gmail.com 2006-13-02 06:14 -------
I have tried the binary on the same platform but different PC and it works.
There is something odd going which seems hardware specific (the only major
differences I can think of are that I'm using ati binary drivers). I'll retry
without the ati drivers.
--
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=4561
chris.bainbridge(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
Version|0.9.7. |CVS
--
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=4570
Summary: dbghelp.dll.so: symbol regexec not defined in libc.so.6
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://www.ag.ch/steueramt/de/pub/angebote/steuererklaer
ungen.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moz(a)liebesgedichte.siteware.ch
The programm EasyTax 2005 (get a free version from the provided link) fails with
the following output:
wine "C:\Program Files\EasyTax\AG2005\EasyTax2005_AG.exe"
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00000514-0000-0010-8000-00aa006d2ea4}, hres is 0x80040154
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7fcb08d0 (thread 0009),
starting debugger...
err:module:load_builtin_dll failed to load .so lib for builtin L"dbghelp.dll":
/usr/lib/wine/dbghelp.dll.so: symbol regexec, version GLIBC_2.3.4 not defined
infile libc.so.6 with link time reference
err:module:import_dll Loading library dbghelp.dll (which is needed by
L"C:\\windows\\system32\\winedbg.exe") failed (error c000007a).
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winedbg.exe" failed, status c0000135
Is this a compatibility problem with the glibc of debian stable or a something
else? Using the builds from http://wine.sourceforge.net/apt/. Any help appreciated.
--
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 Speeddymon(a)gmail.com 2006-12-02 23:42 -------
what winver are you using? if it is win98, try changing it to winxp or win2k.
--
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=4562
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2006-12-02 23:16 -------
You know better then anyone else that there are stuff that is not so important.
This being one of them.
--
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=4561
------- Additional Comments From vitaliy(a)kievinfo.com 2006-12-02 23:15 -------
Please install NOT STRIPPED wine and _attach_ back trace again.
Olse update your HW/OS. And specify distro.
Thanks.
--
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=4559
------- Additional Comments From vitaliy(a)kievinfo.com 2006-12-02 23:12 -------
This looks like a Bug 4051. But Wine should not crash anymore. Are you sure you
are using the wine-0.9.7? (You don't have more then one version installed).
--
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=4333
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|GoogleEarth: crash in usp10 |GoogleEarth: fails with
| |builtin usp10
------- Additional Comments From dank(a)kegel.com 2006-12-02 21:55 -------
Changed 'crash' to 'fails'. (I don't think this quite qualifies as a crash,
since there's no "unhandled exception" or "backtrace" in the log.)
--
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=4569
Summary: Oregon Trail 5 refuses to install, wants DirectX 8
Product: Wine
Version: CVS
Platform: Other
URL: http://www.broderbund.com/jump.jsp?itemType=PRODUCT&item
ID=147
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
1. Order the trial version of Oregon Trail
from Broderbund's site. (You can get it
from other sites as well, but they use a strange
ActiveX app to do the real download, which
doesn't work well in wine.) After registering
they let you download it. Better have a fast
connection, it's big!
2. Run the 550MB (566411841 byte) Oregon Trail installer.
Click 'ok' to first screen. It will
complain that you don't have DirectX 8.
Not sure how it detects what version of
DirectX we have, but whatever it's doing we
seem to be handling wrong.
--
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=4543
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From mike(a)codeweavers.com 2006-12-02 21:18 -------
The patch this solves the bug that you submitted. It's better to open a new bug
for the new problem you see, because it maybe totally unrelated to the problem I
solved.
I'll close this bug when the patch the prevents the crash is applied to Wine.
--
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=4436
------- Additional Comments From mike(a)codeweavers.com 2006-12-02 21:11 -------
> I could introduce a private interface, but this would only work if an IStream
> could be guaranteed only ever to be created as a child of an IStorage - this
> would break encapsulation.
There are many implementations of IStream (some that are not related to an
IStorage), however the OLE storage implementation that you're dealing with will
always be created from IStorage_OpenStream or IStorage_CreateStream.
IStream is an interface, not a class of object. OLE Object classes can have
many interfaces, and two objects classes can have different implementations of
the same interface.
I think you want (sorry for the poor ascii art):
.------------------.
| |
| OLE storage obj |O--- IUnknown
| |
| list of |O--- IStorage
| stream objs |
| |
'------------------'
|
private .--------------------.
| | |O--- IUnknown
'------| OLE stream object |
| has pStorageImpl |O--- IStream
'--------------------'
O--- denotes a COM interface to an object
When IStorage is destroyed, iterate its list of stream objects, and set their
pStorageImpl to NULL (we know their flavour, since they're objects that we
created with IStorage_OpenStream).
You might need some more tests to see the behaviour of a stream object when it's
parent storage has been released.
--
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=4568
Summary: Crash in X11DRV_DIB_SetImageBits when starting Gimp
Product: Wine
Version: CVS
Platform: Other
URL: http://gimp-win.sourceforge.net/stable.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install the two packages
The GIMP for Windows (version 2.2.10) (md5 e8c78b01d136ca920aa05a563808d239)
and GTK+ 2 Runtime Environment (version 2.8.9, for Windows 2000 and newer;
updated installer) (md5 eaf627c981f6685a54a1714c25bf63b5)
from
http://gimp-win.sourceforge.net/stable.html
Start Gimp. It crashes with following stack trace:
Unhandled exception: page fault on write access to 0x2a62fbd4 in 32-bit code
(0xf6ee94dc). ...
Backtrace:
=>1 0xf6ee94dc (0xf6ee94dc)
2 0x7c7f0552 X11DRV_DIB_SetImageBits [/home/dank/wine/dlls/x11drv/dib.c:2994]
in winex11 (0x7c7f0552)
3 0x7c7f3a27 X11DRV_DIB_DoCopyDIBSection+0x107(physBitmap=<register not in
topmost frame>, toDIB=<register not in topmost frame>, colorMap=0x0,
nColorMap=0x0, dest=0x2a0013a, gc=0x7c9078c8, xSrc=0x0, ySrc=0x0, xDest=0x0,
yDest=0x0, width=0x16d1, height=0x76e6) [/home/dank/wine/dlls/x11drv/dib.c:4231]
in winex11 (0x7c7f3a27)
4 0x7c7f3dc6 X11DRV_DIB_DoUpdateDIBSection(physBitmap=<register not in topmost
frame>, toDIB=<register not in topmost frame>)
[/home/dank/wine/dlls/x11drv/dib.c:4300] in winex11 (0x7c7f3dc6)
5 0x7c7f426f X11DRV_DIB_Coerce+0x29b(physBitmap=<register not in topmost
frame>, req=<register not in topmost frame>, lossy=0x0)
[/home/dank/wine/dlls/x11drv/dib.c:4386] in winex11 (0x7c7f426f)
...
I'll upload the full log.
--
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=4556
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mike(a)codeweavers.com 2006-12-02 20:43 -------
dup
*** This bug has been marked as a duplicate of 4543 ***
--
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=4543
------- Additional Comments From mike(a)codeweavers.com 2006-12-02 20:43 -------
*** Bug 4556 has been marked as a duplicate of this bug. ***
--
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=4567
Summary: richedit:RichEditANSIWndProc EM_SCROLLCARET: stub
Product: Wine
Version: CVS
Platform: PC
URL: http://nsis.sourceforge.net/Download
OS/Version: Linux
Status: NEW
Keywords: download, source, FIXME
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
While testing NSIS 2.14 (http://appdb.winehq.org/appview.php?versionId=1508):
wine c:\\Programme\\NSIS\\makensisw.exe
detlef@p4:~/wine.cvs/drive_c/Programme/NSIS$ wine makensisw
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_SCROLLCARET: stub
Test the App:
(I used the ZIP-Archive "vlc-0.8.4a-win32.zip" from
http://www.videolan.org/vlc/download-windows.html)
-Menu "Tools" -> "Settings":
Define Variable "VERSION" with the Value "0.8.4a"
-Menu "File" -> "Load Script"
Select "vlc.win32.nsi" from where you unpacked vlc and wait
While the Package is created, makensisw.exe print lots of:
fixme:richedit:RichEditANSIWndProc EM_SCROLLCARET: stub
--
By by ... Detlef
--
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=4566
Summary: shell:SHAutoComplete SHAutoComplete stub
Product: Wine
Version: CVS
Platform: PC
URL: http://nsis.sourceforge.net/Download
OS/Version: Linux
Status: NEW
Keywords: download, source, FIXME
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
While testing NSIS 2.14 (http://appdb.winehq.org/appview.php?versionId=1508):
$ wine apps/_install/nsis-2.14-setup.exe
(when the "Choose Install Location" - Window comes up:)
fixme:shell:SHAutoComplete SHAutoComplete stub
--
By by ... Detlef
--
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=4565
Summary: richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
Product: Wine
Version: CVS
Platform: PC
URL: http://nsis.sourceforge.net/Download
OS/Version: Linux
Status: NEW
Keywords: download, source, FIXME
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
While testing NSIS 2.14 (http://appdb.winehq.org/appview.php?versionId=1508):
$ wine apps/_install/nsis-2.14-setup.exe
(when the License-Window comes up:)
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
--
By by ... Detlef
--
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=4564
Summary: richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub
Product: Wine
Version: CVS
Platform: PC
URL: http://nsis.sourceforge.net/Download
OS/Version: Linux
Status: NEW
Keywords: download, source, FIXME
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
While testing NSIS 2.14 (http://appdb.winehq.org/appview.php?versionId=1508):
$ wine apps/_install/nsis-2.14-setup.exe
(when the License-Window comes up:)
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
--
By by ... Detlef
--
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=4563
Summary: richedit:RichEditANSIWndProc WM_SETFONT: stub
Product: Wine
Version: CVS
Platform: PC
URL: http://nsis.sourceforge.net/Download
OS/Version: Linux
Status: NEW
Keywords: download, source, FIXME
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
While testing NSIS 2.14 (http://appdb.winehq.org/appview.php?versionId=1508):
$ wine apps/_install/nsis-2.14-setup.exe
(when the License-Window comes up:)
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
--
By by ... Detlef
--
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=4562
Summary: fixme:win:SetWindowTextA setting text "...." of other
process window
Product: Wine
Version: CVS
Platform: PC
URL: http://nsis.sourceforge.net/Download
OS/Version: Linux
Status: NEW
Keywords: download, source, FIXME
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Testing NSIS 2.14 (http://appdb.winehq.org/appview.php?versionId=1508):
dosdevices/c:$ wine nsis-2.14-setup.exe
(2 times: "Installer Language"-Window and Welcome-Window)
fixme:win:SetWindowTextA setting text "NSIS 2.14 Setup" of other process window
(nil) should not use SendMessage
(On Installation-Cleanup 5 times)
fixme:win:SetWindowTextA ...
--
By by ... Detlef
--
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=4487
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|C&C and Red Alert stop |C&C and Red Alert stop
|redrawing at random times |redrawing at random times
|(HyperThreading?) |(SMP/HyperThreading)
--
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=4487
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|C&C and Red Alert stop |C&C and Red Alert stop
|redrawing at random times |redrawing at random times
| |(HyperThreading?)
------- Additional Comments From alex(a)thehandofagony.com 2006-12-02 17:03 -------
It works fine if I disable HyperThreading. Can someone with more than one CPU
test it to see if it is not an SMP bug?
--
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=4560
Summary: Money 2004 crashes when Monthly Report is run
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajp(a)princeswalk.fsnet.co.uk
When a Monthly report is run an message box appears with "Microsoft Money has
encountered a problem and needs to close...". Clicking on the Close button
closes Money. The following message is produced by Wine:
err:shell:IPersistStream_fnLoad Last word was not zero
--
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=4559
chris.bainbridge(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|winecfg crashes when no |winecfg crashes with arts
|audio sequencer present |driver
--
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=4559
------- Additional Comments From chris.bainbridge(a)gmail.com 2006-12-02 14:12 -------
The crash isn't because of the missing device. I added sequencer to my kernel
and still get the crash. Following
http://www.nabble.com/Re:-New-Winecfg-crash-p1876621.html I disabled
winearts.drv.so and no longer get the crash, so something must be buggy with the
arts driver. I'm using arts-3.4.3 on Gentoo.
--
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=4436
------- Additional Comments From J.A.Gow(a)furrybubble.co.uk 2006-12-02 13:46 -------
Hmm, I've been doing some digging in the ole32 source. The first thing I tried
is to remove the calls to AddRef for the parent object in the IStream
constructor and destructor. This fixes the app, i.e. it runs, as now the file is
closed when the IStorage object is deleted. However, it is not a viable fix as
now we leak IStream objects that never get deleted until the process is terminated.
I have a couple of proposals to mention: I don't mind writing some code but I'd
like some guidance in order not to go down the wrong path and waste time. Please
let me know what you think:
1) Each IStorage object maintains a list of 'active' IStream objects that are
opened/created and contained within this IStorage object. Upon deletion of the
IStorage, all child IStreams are also destroyed, thereby preventing the memory
leak. This part is easy (I have already coded and tested this) but the problem
occurs when a well-behaved app actually does destroy the IStream before the
IStorage. There needs to be some communication path between the IStream object
and the IStorage object during execution of the IStream object destructor in
order to remove the outgoing IStream from the IStorage's list of 'active'
IStreams. Problem is, (and here my lack of knowledge of the Windows COM stuff
hinders me) is that there is no published interface I can use. I could introduce
a private interface, but this would only work if an IStream could be guaranteed
only ever to be created as a child of an IStorage - this would break
encapsulation. The other way would be to introduce another interface to
IUnknown, so that IStream could call a method in its ancestor and the method
would be guaranteed to exist, but would only be effective for an IStorage ancestor.
2) This would use a list similar to (1), but the list would exist in process
global space outside the object hierarchy. As far as I can see this would bring
with it a whole slew of issues related to multithreaded access to the list. Or
would it? Is the ole32 API designed to be single-threaded? I am not sure, but if
it is not, what locks would I need to use to mutex access to the list?
The first option would be my first choice, providing a workaround to avoid
breakage of encapsulation can be found.
--
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=4559
Summary: winecfg crashes when no audio sequencer present
Product: Wine
Version: 0.9.7.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.bainbridge(a)gmail.com
Clicking audio tab crashes winecfg. Console output is:
ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
*** glibc detected *** free(): invalid pointer: 0x7c145e10 ***
wine: Assertion failed at address 0xffffe410 (thread 0009), starting debugger...
--
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
Summary: Some numeric keypad keys don't work in user mode
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: russlehman(a)4dv.net
The "Enter" and "/" keys on the numeric keypad don't work in wineconsole in user
mode. This happened on wcmd.exe.so, WinXP native cmd.exe and a windows console
application that I wrote myself. The keys in question work in the ncurses mode
of wineconsole and in streams mode in wine. Interestingly, this appears to
duplicate a bug in Windows 9x when running console mode (but not DOS)
applications. At least, the numeric keypad enter key also doesn't work in Win9x.
I don't remember whether the "/" key worked. It's been about 2 years since I
have used Win9x.
--
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=4557
Summary: Regression: C&C Gold autorun doesn't work
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Keywords: regression
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The autorun program of 'Command & Conquer Gold' does not work; it plays a second
of the audio file that it is supposed to play, and then I am returned to the
console. In Wine 0.9.5, the program worked fine, including the sound.
--
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=4543
------- Additional Comments From brolin_empey(a)medallionsystem.com 2006-12-02 12:11 -------
First of all, sorry for all of the duplicate bugs. Unlike Firefox and
Konqueror, Opera apparently does *not* warn you when you are reloading a page
that contains POST data. So I kept reloading the page showing a newly submitted
bug to check for updates, completely unaware of the fact that I was submitting
duplicate bugs. I should probably tell Opera Software about this problem.
In response to comment #4: Thanks, this patch *does* prevent the crash. The
sub-pixel rendered version of the text on the third screen/page does not
display, though: the bottom box is solid black.
--
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=4551
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2006-12-02 12:08 -------
closing
--
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=4551
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)gmail.com 2006-12-02 12:08 -------
This would probably be better mentioned on the wine-devel list.
Forwarding to wine-devel, please reply to all comments and inquiries on there.
--
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=4542
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-12-02 11:17 -------
Could you please add an entry for this application for this application.
http://appdb.winehq.org/
--
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=4322
mjung(a)iss.tu-darmstadt.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mjung(a)iss.tu-darmstadt.de 2006-12-02 11:17 -------
Starting with Wine 0.9.7, the Desktop Folder is symlinked from the user's
profile directory to $HOME/Desktop. Thus, wine is not dependend on a drive based
path to the user's home directory anymore.
--
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=4552
------- Additional Comments From phil(a)mail.ru 2006-12-02 10:44 -------
The download server times out. Anyway, could you create a trace with
WINEDEBUG=+richedit,+message and attach it here?
--
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=4552
------- Additional Comments From Basic-Master(a)gmx.net 2006-12-02 09:33 -------
Well, I expected to see the colored text, not the RTF text itself. I attached a
screenshot which shows how it looks like when running it with Wine to show what
I mean. It works perfectly under Windows and displays the texts properly, that
is, I don't see any RTF texts there. Hrm, I cannot say how you could reproduce
this bug, I just started HLSW and noticed that there's this bug.
Anyway, here's the DL link:
http://www.hlsw.de/index.php?url=hlsw_download&move=download&download_id=37…
--
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=4354
------- Additional Comments From alex(a)thehandofagony.com 2006-12-02 08:28 -------
It is sufficient to just start the demo installer, and abort it when it displays
the welcome screen.
--
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=3879
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex(a)thehandofagony.com
------- Additional Comments From alex(a)thehandofagony.com 2006-12-02 07:53 -------
*** Bug 4554 has been marked as a duplicate of this bug. ***
--
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=4554
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From alex(a)thehandofagony.com 2006-12-02 07:53 -------
There's another bug report on specular lighting, although the application
mentioned in it does not crash.
*** This bug has been marked as a duplicate of 3879 ***
--
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
Summary: SecureFX crash when browsing remote folder
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://www.vandyke.com/download/securefx/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrea.gabellini(a)telecomitalia.sm
Wine 0.9.7 (Package from SF)
Suse 10
SecureFX 3.0.4: http://www.vandyke.com/download/securefx/index.html
Command: wine "c:\\Program Files\\SecureFX\\SecureFX.exe"
This bug follows bugs 4225. I decided to open a new bug due to the note about
WineTools. Infact bug 4225 has been openen with WineTools.
I started with a fresh installation of Wine 0.9.7. SecureCRT installs and runs
fine. SecureFX also installs and runs fine, but after a connection with a remote
host it crash when browsing remote folders.
The output of the crash follows.
Andrea
--
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=4519
------- Additional Comments From ivg2(a)cornell.edu 2006-12-02 07:02 -------
Well, whatever evilness is happening, it's most likely find in this 20000-line
+relay,+resource segment for FEAR. I stared at it for about a few hours, and I
still can't understand what's going on.
I suspect oleaut's "dispatch_execption" (spelled as in trace), and
"com_exception" have something to do with it.
--
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=4554
Summary: Settlers IV crashes due to specular lighting
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=4094
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The Settlers IV crashes when using its landscape hardware engine (the game's
default) because specular lighting is not implemented.
There is a demo available; see the AppDB page for information on how to download
and run it.
--
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=4553
Summary: Future Cop doesn't start (quartz?)
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When starting Future Cop L.A.P.D., a window with blackness in it appears for a
few seconds, and then disappears. The following output is given on the console
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fe240a8)->(0x10022,00000008)
fixme:ddraw:DIB_DirectDrawSurface_Blt Can't handle DDBLT_WAIT flag right now.
fixme:wave:DSD_CreateSecondaryBuffer
(0x7fe24e80,0x7fd5fbd0,100e8,0,0x7fe558c4,0x7fe24f9c,0x7fe558a0): stub
epoll_ctl: Operation not permitted
err:quartz:GetClassMediaFile Media class not found
err:quartz:GraphBuilder_AddSourceFilter Load (80004005)
epoll_ctl: Operation not permitted
err:quartz:GetClassMediaFile Media class not found
err:quartz:GraphBuilder_AddSourceFilter Load (80004005)
Note that the demo runs fine.
--
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=4297
------- Additional Comments From tbretz(a)astro.uni-wuerzburg.de 2006-12-02 05:36 -------
I get the following running CorelDraw 8 (which runs fine anyhow)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FEF9
(Pointer_EnableKeys) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=90,scanCode=45,keycode=4D,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FEF9
(Pointer_EnableKeys) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=90,scanCode=45,keycode=4D,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=1)
--
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=4386
tbretz(a)astro.uni-wuerzburg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
Version|0.9.6. |0.9.7.
------- Additional Comments From tbretz(a)astro.uni-wuerzburg.de 2006-12-02 05:28 -------
Entry created
--
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=4387
tbretz(a)astro.uni-wuerzburg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
Version|0.9.6. |0.9.7.
------- Additional Comments From tbretz(a)astro.uni-wuerzburg.de 2006-12-02 05:20 -------
Entry created.
--
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=4552
------- Additional Comments From mike(a)codeweavers.com 2006-12-02 05:15 -------
How do you reproduce the bug? What do you expect to see? What's the exact
download link? Isn't the "formatted text" what we want?
--
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=3675
fasici(a)linux-sevenler.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From fasici(a)linux-sevenler.org 2006-12-02 05:10 -------
this is fixed in wine cvs.
--
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=4552
Summary: RichEdit RTF bug
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Basic-Master(a)gmx.net
Hello,
the RichEdit control in Wine doesn't show your RTF text correctly, that is, it
doesn't show the actual output, only the formatted text. Download HLSW
(www.hlsw.org - a free game tool) and you'll see what I mean.
Thanks
--Christian
--
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=4551
Summary: representation of virtual hardware in desktop managers
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tpfennig(a)gmail.com
Nowadays on Linux you do not see your virtual wine hardware drives in KDE or
GNOME because they are not recognized. You have to open "invisible" folder
"$HOME/.wine". Many users will not be able to do this.
Maybe one could work out some standard with freedesktop.org so that users can
easily access their virtual drive C:\ ? Who's work would that be? I am not sure
about that, so sorry if this is not the right "inbox". I would liek to suggest
to extend this standard to other virtual machines like Xen or Vmware.
Thilo Pfennig
--
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=4544
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-12-02 03:14 -------
.
*** This bug has been marked as a duplicate of 4543 ***
--
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=4543
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-12-02 03:14 -------
*** Bug 4544 has been marked as a duplicate of this bug. ***
--
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=4545
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-12-02 03:13 -------
.
*** This bug has been marked as a duplicate of 4543 ***
--
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=4543
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-12-02 03:13 -------
*** Bug 4545 has been marked as a duplicate of this bug. ***
--
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=4546
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-12-02 03:12 -------
.
*** This bug has been marked as a duplicate of 4543 ***
--
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=4543
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-12-02 03:12 -------
*** Bug 4546 has been marked as a duplicate of this bug. ***
--
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=4550
Summary: CPU runs at 100% when mouse cursor hovers above
Starcraft map editor.
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: z77y16(a)hotmail.com
I noticed the CPU usage stays at 100% when my mouse cursor is anywhere inside
Starcraft map editor. If I bring a console window on top and move my cursor
inside, cpu usage drops. Cpu usage returns at 100% when my cursor returns into
the map editor (I'm using focus follows mouse).
Maybe related to 4548?
--
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=4547
------- Additional Comments From z77y16(a)hotmail.com 2006-11-02 22:53 -------
I tried 0.9, 0.9.1, 0.9.4, 0.9.6. None of them support hyperlinks in staredit.
--
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=4549
Summary: Starcraft cannot be updated through Battle Net.
Product: Wine
Version: 0.9.7.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: z77y16(a)hotmail.com
After installing Starcraft, logging on Battle Net for the first time will try to
update the game with the latest patch. The first thing you will notice is that
the menus don't display very well (already known : #2467). Click on "ok" to
continue (needs to be done twice I think). Nothing will happen.
Workaround: download the patch and apply manually.
--
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=4548
Summary: Starcraft does not feel responsive.
Product: Wine
Version: 0.9.7.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: z77y16(a)hotmail.com
Starcraft is much more responsive on a Windows 2000 system running on a P3
500MHz than it is on my Celeron 1.4 GHz on Fedora Core 4 + Wine 0.9.7. If you
have access to the game on both OS, here is two simple comparisons you can do:
- Drag the cursor around the screen and see how it feels. It is much smoother on
Windows.
- Navigate in the game menus and see how faster menus slide in/out on Windows.
I don't consider Starcraft playable at the moment.
--
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=4547
Summary: Hyperlinks in text boxes do not work.
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: z77y16(a)hotmail.com
In Starcraft map editor, trigger conditions are detailed in a text box after
they are selected. They are summarized with a sentence in which some words are
underlined and colored in blue. These words are hyperlinked. Clicking on them
normally pops a window in which you make a choice to build your trigger.
Clicking on these hyperlinks currently does not work. These words are considered
as normal text.
--
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=4436
------- Additional Comments From mike(a)codeweavers.com 2006-11-02 20:55 -------
I agree with your analysis, and that we should change the way Wine's IStorage
works to match the way Windows works.
I still think the program will have a memory leak because of this problem, since
the rules of COM say that the interface can't disappear before it is released.
--
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=4436
------- Additional Comments From J.A.Gow(a)furrybubble.co.uk 2006-11-02 15:22 -------
Ah - I think I misunderstood you with respect to the IStorage_Release() calls.
Yes, ideally one should call IStream_Release followed by IStorage_Release, and
that works on Windows and Wine. However, some apps, including this one, do _not_
appear to do this - they simply call IStorage_Release once. This closes the file
and (it appears) all streams within it. The problem occurs under Wine when the
app calls IStorage_Release to close the file and all streams, Wine does not
close the file because streams are still open (reference held by each stream).
Then, when the app subsequently tries to reopen the storage file, it fails on
access violation because Wine has held the file open pending explicit closure of
the streams.
The bottom line is that Windows seems to have a mechanism by which when
IStorage_Release is called, the file and all open IStreams are implicitly closed
with it. Apps take advantage of this. Wine, however does it properly - but this
does not match the Windows mechanism!
--
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=4542
------- Additional Comments From dank(a)kegel.com 2006-11-02 11:02 -------
gaah, typo, it's really CRYPT32.dll/CryptQueryObject
--
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=4542
Summary: Google Video Player aborts with import error on
CryptQueryObject
Product: Wine
Version: 0.9.7.
Platform: Other
URL: http://video.google.com/playerdownload.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Google Video Player installs fine, but
aborts on startup with the dialog box
"DLL function import error: CRYPTE32.dll/CryptQueryObject"
--
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=4526
------- Additional Comments From tony.lambregts(a)gmail.com 2006-11-02 09:00 -------
Please submit this patch to wine-patches(a)winehq.org
--
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=4541
Summary: WinMDI does not run on wine newer than 20050725
Product: Wine
Version: 20050930
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=4262
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: parsonsl(a)upstate.edu
I have been running winMDI with wine on FreeBSD 6.0, and have found that it
only runs on wine versions of 20050725 or earlier. Errors that are given by
newer wine versions are reported in the appdb entries.
--
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=4540
Summary: internet explorer 6 crashs
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nivw2002(a)fastmail.fm
Hi,
I have a healty gentoo system using kernel 2.6.15 with the CK patchs.
I ran the script to have internet explorer 6 and I can load it.
but when I put www.google.com it crashs:
-- quote ---
$ ie6
err:shell:ReadCabinetState Initializing shell cabinet settings
err:rebar:REBAR_WindowProc unknown msg 200b wp=00000000 lp=711888bc
err:rebar:REBAR_Layout no redraw and client is zero, skip layout
wine: Unhandled page fault on read access to 0x00000b40 at address 0x70e7b86e (t
hread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000b40 in 32-bit code (0x7
0e7b86e).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:70e7b86e ESP:7fbfbeb8 EBP:7fbfc0fc EFLAGS:00210246( - 00 -RIZP1)
EAX:000002d0 EBX:7dc78540 ECX:00000000 EDX:7ffdd2c8
ESI:7dc797f0 EDI:000002d0
Stack dump:
0x00000000: 00000000 00000000 00000000 00000000
0x00000010: 00000000 00000000 00000000 00000000
0x00000020: 00000000 00000000 00000000 00000000
0x00000030: 00000000 00000000 00000000 00000000
0x00000040: 00000000 00000000 00000000 00000000
0x00000050: 00000000 00000000 00000000 00000000
Backtrace:
=>1 0x70e7b86e in mshtml (+0x22b86e) (0x70e7b86e)
2 0x70dc0ac2 in mshtml (+0x170ac2) (0x70dc0ac2)
3 0x70ca2d76 in mshtml (+0x52d76) (0x70ca2d76)
4 0x70ca2126 in mshtml (+0x52126) (0x70ca2126)
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file msls31.dbg ("msls31.dbg
")
5 0x4808ad28 LsDisplayLine+0x548 in msls31 (0x4808ad28)
6 0x48088c0d LsCreateSubline+0x126 in msls31 (0x48088c0d)
7 0x70d4ef0e in mshtml (+0xfef0e) (0x70d4ef0e)
8 0x4808b2c3 LsDisplayLine+0xae3 in msls31 (0x4808b2c3)
9 0x4808ae2a LsDisplayLine+0x64a in msls31 (0x4808ae2a)
10 0x48087d13 LsCreateContext+0x89b in msls31 (0x48087d13)
11 0x48087c20 LsCreateContext+0x7a8 in msls31 (0x48087c20)
12 0x48087870 LsCreateContext+0x3f8 in msls31 (0x48087870)
13 0x70ca1505 in mshtml (+0x51505) (0x70ca1505)
0x70e7b86e: movl 0x0(%ecx,%eax,4),%eax
Wine-dbg>
---- end of qoute ---
--
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=2999
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2006-11-02 06:44 -------
Fixed in wine-0_9_7 by patch dated Thu Jan 26 06:44:21 CST 2006.
--
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=1434
Bug 1434 depends on bug 2999, which changed state.
Bug 2999 Summary: Srolling Window Erroneously 'Homes' After Posting
http://bugs.winehq.org/show_bug.cgi?id=2999
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
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=3724
------- Additional Comments From CaptainSifff(a)gmx.de 2006-11-02 03:58 -------
I've tested it with XForce version 0.903 now.
It justs terminates upon starting with a "Sharing Violation".
wines Output:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fd41ae0)->(0x2002a,00000053)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:ddraw:DIB_DirectDrawSurface_Blt Can't handle DDBLT_WAIT flag right now.
--
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=2798
------- Additional Comments From CaptainSifff(a)gmx.de 2006-11-02 03:39 -------
Still present in a cvs-wine of today(11.02.06)
Same Error-Output
--
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=4539
Summary: changing screen resolution abord BridgeBuilder
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: volker(a)dirr-computer.de
Hallo
I used wine 0.9.7, Mandriva 2006 and nVidia display Drivers 76.76
I startet BridgeBuilder. The game is fully playabel.
I tried to change screen resolution.
wine abord with following messages:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fdd1540)->((nil),00000008)
fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList
fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 144 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 277
Current serial number in output stream: 277
i tried to make a WINEDEBUG=+relay, but i believe it is incompleted.
wine relay was running several hours and the relay log is ~65 GB hugh.
the relay abord not with the messages like simply using wine (see above).
it abord with "getötet" (translation: "killed"). i do not know who killed the
task. Maybe my system is just overloaded. (i didŽt run other tasks)
i attach the last lines from relay-file.
--
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=1631
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ivg2(a)cornell.edu
------- Additional Comments From tony.lambregts(a)gmail.com 2006-10-02 21:11 -------
*** Bug 4537 has been marked as a duplicate of this bug. ***
--
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=4537
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-10-02 21:11 -------
Duplicate
*** This bug has been marked as a duplicate of 1631 ***
--
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=4538
Summary: FolderShare crashes when trying to connect to network
Product: Wine
Version: 0.9.7.
Platform: PC
URL: https://www.foldershare.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tony.lambregts(a)gmail.com
CC: ivg2(a)cornell.edu
When FolderShare attempts to log into the network it crashes with the following
message box.
Wine C++ Runtime Library
Assertion Failed!
Program: C:\Program files\FolderShare\FolderShare.exe
File: C:\system\clientCore\connection.c
Line: 1868
Expression: 'pConn->state != CONN_FAILED"
Press OK to exit the program, of Cancel to start the Wine debugger
--
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=4527
jjk3(a)msstate.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1869 is|0 |1
obsolete| |
--
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=4527
------- Additional Comments From jjk3(a)msstate.edu 2006-10-02 20:34 -------
I will. Just for the record, the proposed patch is bad. We should take the
semicolons out of the source file, not the header def.
--
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=4530
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.foldershare.com/d
| |ownload/index.php
Status|UNCONFIRMED |RESOLVED
Keywords| |download
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-10-02 20:31 -------
It installs with wine 0.9.7 but it crashes when it tries to log into the network :(
--
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=4509
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.easyct.de/
------- Additional Comments From tony.lambregts(a)gmail.com 2006-10-02 19:49 -------
Thankyou for tha Appdb Entry
--
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=4527
------- Additional Comments From tony.lambregts(a)gmail.com 2006-10-02 19:30 -------
Please submit your patch to wine-patches(a)winehq.org
--
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=4537
Summary: Stuttering noise in James Bond: Nightfire demo [ DSOUND
].
Product: Wine
Version: 0.9.7.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
James Bond: Nightfire (the demo) starts up with a white screen, and a very
annoying stuttering noise (repeats very fast). It does not seem to get past the
white screen (at least not in a reasonable amount of time, maybe it's just being
slow - either way, this noise is driving me crazy).
Output:
fixme:d3d:IWineD3DImpl_CreateDevice (0x7fd3fd98) Incomplete stub for d3d8
fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_VERSION ("2.0.1 NVIDIA
81.78")->(0x00511ff2)
fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_RENDERER ("GeForce 6800
GS/PCI/SSE2")->(0x0250)
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(128,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(129,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(130,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(131,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(132,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(133,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(134,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(135,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(162,-1) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(163,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(164,1065353216) not
handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(165,1) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(172,3) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7fd45058)->(173,1) not handled yet
fixme:d3d:IDirect3DDevice8Impl_GetDeviceCaps (0x7fd45058) : stub, calling
idirect3d for now
epoll_ctl: Operation not permitted
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:quartz:AVISplitter_InputPin_PreConnect process ODML header
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:quartz:Filtergraph_QueryInterface unknown interface
{56a868b2-0ad4-11ce-b03a-0020af0ba770}
fixme:quartz:PullPin_Seek (0x71e7fb78)->(000000000, 7fffffffffffffff)
fixme:quartz:PullPin_BeginFlush (0x71e7fb78)->()
fixme:quartz:PullPin_EndFlush (0x71e7fb78)->()
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=8192 <
primary_done=15004)
err:dsound:DSOUND_MixOne underrun on sound buffer 0x71e81df8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x71e81df8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x71e81df8
... (a lot more of those)
--
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=4536
Summary: c2man mangles "DllAllocSplMem" to "dll AllocSplMem"
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
While creating a spoolss.dll
(http://www.winehq.org/pipermail/wine-patches/2006-February/024228.html), the
command:
make -C dlls/spoolss/ doc-html
produces from this lines:
--- cut ---
* PARAMS
* memory [I] PTR of the Memory, allocated by DllAllocSplMem
*
--- cut ---
this documentation:
--- cut ---
PARAMS
memory [In] PTR of the Memory, allocated by dll AllocSplMem
--
By by ... Detlef
--
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=4519
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-10-02 15:37 -------
Hey, not trying to blame anything. Just trying to provide some info which might
be helpful to those who know a lot more of these things then i :). It just shows
that wine _can_handle things correctly but i guess there need to be more ifdefs
and end difs in the source.
--
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=4519
------- Additional Comments From ivg2(a)cornell.edu 2006-10-02 15:03 -------
The fact that something works for you and doesn't work for me should not be
automatically blamed on my setup. There could be a million differences between
my system and yours. I run Rawhide +/-3 days. That usually means that I do run
into every "weird bug" there is. This is Athlon x86_64 (but 32-bit wine, since
Fedora doesn't ship 64-bit one).
I could provide all kinds of information if you ask, but blaming my
configuration or setup without specific suggestions is not helpful.
The bug wasn't filed against a fresh Wine installer. However, I've now tried
that as well, with the same results (.wine folder re-created from scratch, and
TransGaming ActiveX installed on top of that).
--
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=4535
Summary: wined3d:Farcry demo crashes in wined3d
Product: Wine
Version: CVS
Platform: PC
URL: http://www.gamersnet.nl/demos/demo.php?id=490
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, the demo runs quite nice in opengl mode so i thought would be a good test case
for tracking down directx bugs. The demo crashes with a popup messagebox: "block
header was corrupted."
Last line in the console was:
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x7c6b0c50) : pBox=(nil) stub
Following hack makes FarCray get past this bug:
in wined3d/volume.c add this line after line 144:
FIXME("(%p) : pBox=%p stub\n", This, pBox);
if(!pBox) return D3DERR_INVALIDCALL;
The hack is probably bogus as well, but at least shows there's a bug in
IWineD3DVolumeImpl_LockBox.
How could i test this further?
(BTW. with the hack i get into the menu, but the text is unreadable, and then
FarCry crashes as it tries to load the game.)
--
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=4008
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-10-02 14:28 -------
Yip, and i think i ran into exactly the same issue with the Seriou Sam demo.
Question is: anyone an idea what the cause might be of this bug?
--
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=4519
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-10-02 14:25 -------
you really seem to run into weird bugs. A week ago i added the fear demo to
install (almost) just fine (http://appdb.winehq.org/appview.php?versionId=4209)
and i just tried the quake 4 demo again and it installs just fine (it really
runs "out of the box" as well). There must be something wrong with your
distro/setup or whatever i don't know. (FYI my quake4 demo i got from
gamershell.com. Where did you get yours?)
--
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=4008
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-10-02 14:20 -------
The bug is also present in 20050419.
It doesn't occur until 2005-07-07, because up to this patch, the msvcrt.dll that
is put into the game directory during installation is used, but after the change
to dlls/ntdll/loadorder.c, the builtin version of the dll is used, which causes
both the crash when loading and the broken fonts.
So this is probably not a regression but a bug that was hidden by the native dll.
--
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=4008
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-10-02 12:34 -------
i just tried this with Wine 20050628. A clean install of Wizardy and no config
file:unlike as reported here the bug _is_ present in this version.
Now i copy a native msvcrt to the directory where the game is installed:
the bug is gone, which is clear as i see:
trace:loaddll:load_native_dll Loaded module L"C:\\Program Files\\Sirtech
Canada, Ltd\\Wizardry 8 Net Demo\\MSVCRT.dll" : native
doing:
WINEDLLOVERRIDES="*msvcrt=b" wine Wiz8.EXE
triggers the bug again.
so the patch that "broke" this game didn't really break it; it was already
broken in earlier versions.
--
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=4353
------- Additional Comments From ploujj(a)gmail.com 2006-10-02 12:33 -------
I got a very similar error when I tried to install the full version of the game
with wine 0.9.2:
fixme:ole:RpcChannelBuffer_GetDestCtx (0x5855f5f0,0x5855f5f4), stub!
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x80070057
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0f00-00000b000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0c00-00000b000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0f00-00000b000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0f00-00000b000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
--
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=4534
Summary: Grand Theft Auto 3: Vice City
Product: Wine
Version: 0.9.7.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
GTA:VC starts up, then an InstallShield progress window shows up, which will not
redraw properly. I wait for a very long time, and the following error shows up:
============
An error (-5011: 0x8000ffff) has occurred while running the setup.
Please make sure you have finished any previous setup and closed other
applications. If the error still occurs, please contact your vendor Rockstar
Games (http://www.RockStarGames.com)
============
Error Details:
Error Code: -5011 : 0x8000ffff
Error Information:
>Kernel\TextSubstitution.cpp (555)
>SetupDLL\SetupDLL.cpp (551)
PAPP:Grand Theft Auto: San Andreas
PVENDOR:Rockstar Games (http://www.RockstarGames.com)
PGUID:E0303B6A-C675-4102-95DA-C013625BFA99
$10.50.0.125
@Windows 2000 Service Pack 4 (2195) BT_OTHER 55460.32668
==============
Wine Output:
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:win:WINPOS_GetWinOffset bad hwndFrom = 0x10022
Let me know what needs to be traced.
===============
This is definitely a regression, it used get past this point a long time ago.
--
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=4533
Summary: Half Life 2 fails to install [ MSI ]
Product: Wine
Version: 0.9.7.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
Ok, so the License dialog is now fixed (however, I notice that when I use the
scrollbar to scroll down, it highlights all the text, which is annoying, and
seems to make it slow).
The installer gets past all the dialogs, and begins installing. Then crashes in
the middle:
fixme:msi:MsiInstallProductW L"Z:\\media\\HL2_1\\hl2.msi" (null)
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
err:msi:msi_dialog_create_controls no handler for element type L"GroupBox"
err:msi:msi_dialog_create_controls no handler for element type L"GroupBox"
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:msi_dialog_create_controls no handler for element type L"GroupBox"
err:msi:msi_dialog_create_controls no handler for element type L"GroupBox"
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:msi_dialog_handle_event Attribute L"Progress" not being set
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnpublishComponents"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnpublishFeatures"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterComPlus"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterTypeLibraries"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveODBC"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterClassInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterExtensionInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterProgIdInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterMIMEInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveShortcuts"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveDuplicateFiles"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
err:cabinet:FDICopy PFDI_OPEN returned zero for Z:\media\HL2_1\hl22.cab.
err:msi:extract_cabinet_file FDICopy failed
err:msi:ACTION_InstallFiles Unable to ready media
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 532
Current serial number in output stream: 542
--
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=4520
------- Additional Comments From ivg2(a)cornell.edu 2006-10-02 09:07 -------
Jason, I run into this:
http://bugs.winehq.org/show_bug.cgi?id=4531
I really don't remember how I was able to get around it and install newer Steam
in the past.
=============================
However, I did re-run regsvr32 on Transgaming's ActiveX control, and I think
Vitaliy might have been correct - maybe I forgot to regsvr mozctlx.dll. I no
longer see the "not found" error messages.
Steam still crashes with the same error. Sometimes it decides to get stuck in
100% CPU loop. I think in those cases it's writing a huge debug file to disk - I
remember seeing this before. I don't have the patience to wait and see what
error is shown afterwards - it's probably the same thing.
More output scenarios:
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:dbghelp:sffip_cb NIY on
'u:\p4clients\rel_beta\Projects\GazelleProto\Client\BootStrapper\VC70_Release_Static\BootStrapper.pdb'
fixme:dbghelp:sffip_cb NIY on 'u:\s3_rel_client\src\steamUI\Release\SteamUI.pdb'
fixme:dbghelp:sffip_cb NIY on 'c:\steam3_rel_client\bin\Release\vstdlib_s.pdb'
fixme:dbghelp:sffip_cb NIY on 'u:\s3_rel_client\bin\Release\tier0_s.pdb'
fixme:dbghelp:sffip_cb NIY on
'c:\steam3_rel_client\src\filesystem\filesystem_stdio\Release\filesystem_steam.pdb'
fixme:dbghelp:sffip_cb NIY on 'u:\s3_rel_client\src\vgui2\src\Release\vgui2.pdb'
fixme:dbghelp:sffip_cb NIY on
'c:\steam3_rel_client\bin\ClientRelease\steamclient.pdb'
fixme:dbghelp:sffip_cb NIY on 'u:\s3_rel_client\src\friendsUI\Release\friendsUI.pdb'
fixme:dbghelp:sffip_cb NIY on
'u:\s3_rel_client\src\serverbrowser\Release\ServerBrowser.pdb'
fixme:dbghelp:sffip_cb NIY on 'msvcp60.pdb'
fixme:dbghelp:sffip_cb NIY on
'u:\p4clients\taylor_pubkeys\ThirdPartyCode\DebugNet\Release\BugslayerUtil.pdb'
Shutting down. . .
30client callback thread error
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:dbghelp:EnumerateLoadedModules If this happens, bump the number in mod
--
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=4531
Summary: Initial Steam install freezes at 26% on update [ SEH ]
Product: Wine
Version: 0.9.7.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
When Steam is initially installed, it can't be updated - it freezes at 26%. I
don't think newer versions of Steam have this problem (although I don't remember
how I managed to get them installed before).
The following output is printed:
err:seh:setup_exception stack overflow 12 bytes in thread 000c eip 7ff8e612 esp
7dc4eff4 stack 0x7dc4f000-0x7dd5f000
err:seh:setup_exception nested exception on signal stack in thread 000c eip
f7f1e1bf esp 7e57d8cc stack 0x7dc4f000-0x7dd5f000err:seh:setup_exception nested
exception on signal stack in thread 000c eip f7f1e1bf esp 7e57d19c stack
0x7dc4f000-0x7dd5f000err:seh:setup_exception stack overflow 0 bytes in thread
0009 eip 0047730a esp 7f8c1000 stack 0x7f8c1000-0x7f9d0000
Let me know if you need additional traces.
--
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=4519
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Quake 4 Demo fails to |Quake 4/Fear Demo fail to
|install |install
------- Additional Comments From ivg2(a)cornell.edu 2006-10-02 08:37 -------
I can now reproduce the same bug on the FEAR demo.
I see a progress bar, which is hidden by a "Starting InstallShield Wizard" box.
Then the bar gets to 100%, and nothing happens for a very long time (and window
does not get redrawn). Eventually I see the same error ("Object reference not set").
Output is sparse:
fixme:ole:ITypeInfo_fnRelease destroy child objects
This is with Wine 0.9.7
--
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=4008
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-02 23:28 -------
If so, could you compare what dlls are loaded before the patch and after the
patch (use WINEDEBUG=+loaddll wine game.exe).
--
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=4521
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-02 23:17 -------
Unless some one will beat me to it I'll do regression test this weekend.
It will be a bit of the challenge - it doesn't crash rightwaway if one uses OSS
an d no other programs using sound.
--
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=4305
tkho(a)ucla.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkho(a)ucla.edu
------- Additional Comments From tkho(a)ucla.edu 2006-09-02 21:21 -------
I can't figure out how to reproduce your problem using the dltcep67 program, but
I'm working on implementing EM_GETLINE.
--
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=4449
------- Additional Comments From jbdubbs(a)gmail.com 2006-09-02 19:35 -------
Ok, I see what you're saying now. Wine should probably include aliases to
common Windows fonts like Tahoma. I'm not sure packaging a font with Wine is
the way to go, but maybe having an alias in place is an ok idea.
I'm sure there are some free substitutes out there already. I'll check around
and see if I can find a good one we could install on our systems ourselves.
--
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=4519
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.6. |0.9.7.
------- Additional Comments From ivg2(a)cornell.edu 2006-09-02 18:59 -------
This was with wine 0.9.6, which was released more than 2 weeks ago.
I'm now changing the version to 0.9.7, since I can confirm the bug there too.
I don't have rpms for older versions, I'd have to fight with CVS to make it
compile on x86_64 (in 32 bit mode)(which doesn't sound like fun, maybe later
this weekend).
--
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=4520
------- Additional Comments From jbdubbs(a)gmail.com 2006-09-02 18:50 -------
I get an error similar to this when I use Wine's Mozilla Active X Control.
Ivan, can you confirm this bug from a fresh Wine install along with the
transgaming control?
--
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=2533
------- Additional Comments From vapier(a)gentoo.org 2006-09-02 17:42 -------
i should have been a little more clear :)
the patch was written against cvs, i just tested with 0.9.7
thanks for testing, i'll send to wine-patches now
--
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=2520
------- Additional Comments From us(a)edmeades.me.uk 2006-09-02 17:30 -------
Patch for up key problem http://www.winehq.org/pipermail/wine-patches/2006-
February/024202.html
That leaves the mdi min,max,restore which get selected during left and right
(can be seen in winefile - hit alt and the mdi sysmenu appears correctly
selected (hit the down arrow to expand it if you want proof), then left twice
(once is the main sys menu, then next should be the last real menu item) and
the max button is incorrectly highlighted! winefile running on windows doesnt
show this behaviour)
--
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=4008
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-09-02 17:05 -------
Bug 3958 is a duplicate of this bug.
However, as I wrote there, it seems like this regression was caused around
2005-07-07, since this however contradicts with what the other posters say, it
seems like I was just to stupid to use cvs...
Original note:
***
After messing around with cvs and recompiling wine many times, it seems that the
bug started at 2005-07-07.
Strangely enough it seems to be caused by this:
--------------------
2005-07-07 20:26 julliard
* dlls/ntdll/loadorder.c: Use the same defaults for modules with
and without an explicit path.
--------------------
or at least by a patch submitted somewhere close to this.
(I checked out with -D 2005-07-07 20:25, and it worked,
I checked out with -D 2005-07-07 21:00, which should add exactly the above
patch, and it didn't work any longer)
--
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=3958
cklein(a)mpi-sb.mpg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-09-02 16:58 -------
Bug is Duplicate of 4008
*** This bug has been marked as a duplicate of 4008 ***
--
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=4008
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-09-02 16:58 -------
*** Bug 3958 has been marked as a duplicate of this bug. ***
--
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=3171
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
------- Additional Comments From richard(a)daijobu.co.uk 2006-09-02 16:46 -------
*** Bug 4441 has been marked as a duplicate of this bug. ***
--
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.