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=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.