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.