http://bugs.winehq.org/show_bug.cgi?id=27718
Summary: Duplicated UUID's in Urlmon
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mansonigor(a)gmail.com
Created an attachment (id=35468)
--> (http://bugs.winehq.org/attachment.cgi?id=35468)
changes diff
There are duplicate uuids in urlmon:
1.)
file \wine\dlls\urlmon\urlmon_urlmon.idl
line 24-26:
uuid(79eac9e0-baf9-11ce-8c82-00aa004ba90b)
]
coclass StdURLMoniker { interface IMoniker; }
conflicts with file wine\include\urlmon.idl lines 37-44:
uuid(79eac9e0-baf9-11ce-8c82-00aa004ba90b),
pointer_default(unique),
local
]
interface IInternet : IUnknown
{
typedef [unique] IInternet *LPIINTERNET;
}
2.)
file \wine\dlls\urlmon\urlmon_urlmon.idl
line 66-68:
uuid(79eac9e7-baf9-11ce-8c82-00aa004ba90b)
]
coclass FileProtocol { interface IInternetProtocolEx; interface
IInternetPriority; }
conflicts with file wine\include\urlmon.idl lines 925-929:
uuid(79eac9e7-baf9-11ce-8c82-00aa004ba90b),
pointer_default(unique)
]
interface IInternetSession : IUnknown
{
According to Microsoft SDKs\Windows\v7.1\Include\UrlMon.idl uuids in urlmon.idl
are right. But urlmon_urlmon.idl has wrong duplicated uuids. Issue was
discowered by MIDL. I have made a hack that fixes build. Don't know what uuids
will be proper.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27496
Summary: Silent Heroes Launcher: Call to unimplemented function
iphlpapi.dll.GetIpStatsFromStack
Product: Wine
Version: 1.3.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
The launcher for Silent Heroes: Elite Troops of World War II demo crashes with
exception.
Console output reads
> wine: Call from 0x7b839672 to unimplemented function iphlpapi.dll.GetIpStatsFromStack, aborting
This prevents launcher from starting the game.
The demo can be downloaded from
http://www.strategyinformer.com/pc/silentheroes/demo/9383.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27418
Summary: usb-over-network-client.msi failed to install
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=35067)
--> (http://bugs.winehq.org/attachment.cgi?id=35067)
Log: msiexec /i usb-over-network-client.msi
A free demo can be downloaded from http://www.usb-over-network.com/
$ wget http://www.usb-over-network.com/usb-over-network-client.msi
Install:
$ msiexec /i usb-over-network-client.msi
after click "finish" , the console output is like below:
err:msi:ACTION_RemoveFiles removing installed file
L"C:\\windows\\system32\\ftusbsrvc.exe"
err:msi:ACTION_RemoveFiles removing installed file
L"C:\\windows\\system32\\ftusbcln.dll"
err:msi:ACTION_RemoveFiles removing installed file
L"C:\\windows\\system32\\ftusbbus2.cat"
err:msi:ACTION_RemoveFiles removing installed file
L"C:\\windows\\system32\\ftusbbus2.inf"
err:msi:ACTION_RemoveFiles removing installed file
L"C:\\windows\\system32\\drivers\\ftusbbus2.sys"
err:msi:ACTION_RemoveFiles removing installed file
L"C:\\windows\\system32\\ftusbbus2.sys"
err:msi:ACTION_RemoveFiles removing installed file
L"C:\\windows\\system32\\ftusbhc2.inf"
err:msi:ACTION_RemoveFiles removing installed file L"C:\\Program Files\\Common
Files\\FabulaTech\\ftUpdate.exe"
err:msi:ACTION_RemoveFiles removing installed file L"C:\\Program Files\\USB
over Network (Client)\\License.rtf"
err:msi:ACTION_RemoveFiles removing installed file L"C:\\Program Files\\USB
over Network (Client)\\usbclncmd.exe"
err:msi:ACTION_RemoveFiles removing installed file L"C:\\Program Files\\USB
over Network (Client)\\usbclient.exe"
err:msi:ACTION_RemoveFiles removing installed file L"C:\\Program Files\\USB
over Network (Client)\\usbclienthelp.chm"
The installed files are removed, such as usbclient.exe
According to bug 27211 (runtime error R6025 while start usbclient.exe ) ,
this seems like a regression.
A regression test shows:
ee804123304af9c6b64be76489e7964c2bc5277e is the first bad commit
commit ee804123304af9c6b64be76489e7964c2bc5277e
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed May 25 10:40:36 2011 +0200
msi: Support rollback of failed uninstalls.
:040000 040000 c29483f718f112dd84c712f55072256b913aee3a
b7a6f4e1b36f0f78b145956f60af262369f2c939 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27688
Summary: Garmin PoiLoader crashes
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: harterc1(a)comcast.net
Created an attachment (id=35430)
--> (http://bugs.winehq.org/attachment.cgi?id=35430)
command line output
Garmin PoiLoader version 2.6.1 crashes. I used to be able to use this program
with wine. I can see the outline of the main window and then it crashes. This
error message has cropped up in other apps. Upgrading Mesa and wine has not
fixed the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27455
Summary: Mouse in Counter-Strike: Source jumps randomly every
few seconds
Product: Wine
Version: 1.3.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jordm.s(a)gmail.com
On Wine 1.3.22 (I believe in every version since the new XInput2 changes went
in) the mouse will jump in a seemingly random direction every 10 seconds or so,
it didn't do this before.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24661
Summary: Lotro updater crashes in wine 1.3
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: almindor(a)gmail.com
When trying to run this command:
rundll32.exe patchclient.dll,Patch 94.75.194.24:5015 --language EN_GB
--productcode LOTROEU --filesonly --highres
Lotro crashes with a pagefault (first address is 0).
This works fine with wine 1.2
Lotro Mirkwood version
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27436
Summary: wine firefox cannot load any plugin
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=35089)
--> (http://bugs.winehq.org/attachment.cgi?id=35089)
Log: failed to load plugin
1. install firefox using winetricks
2. copy the plugin file to "Program Files\Mozilla Firefox\plugins"
for example, a plugin can be downloaded here:
http://www.codeproject.com/KB/cross-platform/NPAPIBrowserPlugin.aspx
$ cp npcodeproject.dll "Program Files\Mozilla Firefox\plugins"
3. open a html page, try to load the plugin.
$ wine firefox.exe Codeproject.html
(The test html file also can be download from
http://www.codeproject.com/KB/cross-platform/NPAPIBrowserPlugin.aspx
)
such a message is showed in console:
fixme:system:SetProcessDPIAware stub!
firefox stops for a while, then display the html page without loading the
plugin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16899
Summary: Move media player kills firefox
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atsia2003(a)yahoo.gr
Installed move media player on firefox and when I try to play videos which use
this player, firefox crashes. I am using firefox 3.0.5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23363
Summary: When installing VMware vSphere with wine I received
the following error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: catohornet(a)gmail.com
The program msiexec.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13404
Summary: Reparented windows not getting WM_MOUSEDOWN
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joshudson(a)gmail.com
Created an attachment (id=13312)
--> (http://bugs.winehq.org/attachment.cgi?id=13312)
Demo source code and compiled executable
My best guess is the bug is in user32, but I'm not quite sure.
It seems that with reparented windows, child windows within them are getting
WM_MOUSEUP but not WM_MOUSEDOWN.
Here is a demo app. Yes it is in VB .NET, but it outright calls the SetParent
API call so the fact that it is .NET shouldn't matter.
Behavior on WinXP:
Press down on the button, display changes to MouseDown
Release the button, display changes to MouseUp and a message box comes up.
Bheavior on Wine 1.0rc2:
Press down on the button, nothing happens.
Release the button, display changes to MouseUp.
Wine version to emulate is set to 2000 as that is the only one for which .NET
works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.