http://bugs.winehq.org/show_bug.cgi?id=5018
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://fpdownload.macromedia
| |.com/get/flashplayer/current
| |/licensing/win/install_flash
| |_player_active_x.msi
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-04 18:15 -------
I do not get a crash with the msi I found and current cvs. It does not finish
installing however. Could you try this one and report back
--
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=5022
Summary: Wine does not define CLSID_NULLRenderer
Product: Wine
Version: 0.9.10.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dshow
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: it9zui001(a)sneakemail.com
When writing a simple program to test direct-show filters, I wanted to test the
filter without dealing with the output. The logincal answer is to use a
NULLRenderer, so my code does something like:
GUID CLSID_NULLRenderer={0xC1F400A4, 0x3F08, 0x11D3,
{ 0x9F, 0x0B, 0x00, 0x60, 0x08, 0x03, 0x9E, 0x37}};
...
CoCreateInstance(CLSID_NULLRenderer, NULL, CLSCTX_INPROC_SERVER,
IID_IBaseFilter, (void**)&g_pRenderer);
g_pGraphBuilder->AddFilter(g_pRenderer, NULL);
...
g_pRenderer->EnumPins(&EnumPins);
EnumPins->Reset();
EnumPins->Next(1, &Renderer, &fetched); // renderer has only 1 pin, so
this is the pin we need
g_pGraphBuilder->Connect(Decoder_out, Renderer);
Renderer->Release();
...
However, the NullRenderer is not defined within wine. In the DirectX API, it is
defined in qedit.h, and linked from strmiids.lib
It is documented on msdn here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow…
This is useful for testing codec performance through wine, as well as writing
directshow test utilities.
--
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=3978
------- Additional Comments From the3dfxdude(a)gmail.com 2006-07-04 18:02 -------
I highly recommend not using D2Loader. I have never seen a "loader" work right.
Please try to reproduce with the original exe or a no-cd executable directly
using Toni Spets script (called D2Loader because it does the same thing, but it
is for wine only. Toni, you ought to change that to reduce confusion.)
http://www.poksi.org/~hifi/lnxd2load/D2Loader-current.sh
--
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=4622
------- Additional Comments From the3dfxdude(a)gmail.com 2006-07-04 17:26 -------
Hey, this bug 3978 isn't the same error is 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=4622
------- Additional Comments From Speeddymon(a)gmail.com 2006-07-04 16:28 -------
It could be that, or his wine did not build properly (possibly due to SuSE-only
modifications?).
Adolf, try building wine from CVS, and report back if that fixes the problem.
Tom
--
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=4181
------- Additional Comments From mcitadel(a)gmail.com 2006-07-04 16:00 -------
Can the version be change to 0.9.11 since I tested on that version of Wine?
Also, can the severity be changed to critical since the installer is crashing?
--
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=5021
Summary: Inconsistent view when dragging listview columns divider
Product: Wine
Version: 0.9.11.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
When I resize the columns of the listview by dragging the header columns
divider, the list columns scrolls after every mouse move while the header draws
only a track line and resizes only after releasing the mouse button. It seems
that this behaviour is because:
* The listview scrolls the columns after receiving the HDN_TRACK notification
even if the header doesn't have the HDS_FULLDRAG style
* The header is created without the HDS_FULLDRAG style so it is correct that
it only draws a track line.
* When the header is in the HDS_FULLDRAG mode it sends HDN_TRACK notification
and expects a TRUE answer unlike the MS implementation that sends
HDN_ITEMCHANGING and expects a FALSE answer.
I've written a patch that shows how I think it should be implemented - after
applying it the listviews are in the full drag mode but can be changed to the
tracking line mode by clearing the HDS_FULLDRAG bit - the same as for the MS
implementation. But of course I don't know if it doesn't break anything.
--
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=4181
------- Additional Comments From mcitadel(a)gmail.com 2006-07-04 15:55 -------
Created an attachment (id=2243)
--> (http://bugs.winehq.org/attachment.cgi?id=2243&action=view)
FFXI Setup Log in Wine 0.9.11
This same error is happening trying to install FFXI using wine 0.9.11. The
message says "Internal Error, 0x80040707." Pressing OK, the next message that
appears is "1628: Failed to complete installation." In the installshield
website (http://consumer.installshield.com/kb.asp?id=Q108464) they describe the
problem as being a problem with intallshield failing to complete script based
install. This doesn't happen with wine 0.9.10. I've checked the registry to
make sure it wasn't a registry problem.
--
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.