http://bugs.winehq.org/show_bug.cgi?id=7461
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
------- Additional Comments From truiken(a)gmail.com 2007-19-02 16:54 -------
*** Bug 6764 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=6764
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|wine-misc |wine-kernel
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2007-19-02 16:54 -------
Marking as a duplicate of 7461 because that app is downloadable and easier to
debug, even though this bug is older.
*** This bug has been marked as a duplicate of 7461 ***
--
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=7461
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dank(a)kegel.com 2007-19-02 16:50 -------
Confirmed with wine from git as of today.
--
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=6764
------- Additional Comments From dank(a)kegel.com 2007-19-02 16:49 -------
See bug 7461 for a very similar error with a +relay,+msi 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=6413
tmb.steve(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|PC-x86-64 |PC
--
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=7461
dank(a)kegel.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=6413
tmb.steve(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |major
Version|unspecified |0.9.30.
------- Additional Comments From tmb.steve(a)gmail.com 2007-19-02 16:14 -------
Just to say that I tested this in version 9.3.0 and the bug still exists. I have
changed the status to major, since there is no easy workaround.
--
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=7426
eric.pouech(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From eric.pouech(a)wanadoo.fr 2007-19-02 16:01 -------
the problem is in builtin dbghelp as it doesn't store any information about the
stack for the running thread (the one calling MiniDumpWriteDump)
the correct fix is to let MiniDumpWriteDump use the exception information when
the dump is created for the running thread (in the case it's called from the
exception handler)
I'll send a patch later on
--
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=7493
Summary: MS ActiveSync 4.2 fails to install
Product: Wine
Version: CVS
Platform: Other
URL: http://www.microsoft.com/windowsmobile/activesync/active
sync42.mspx
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.distancedebugging.com/shoutingdistance/?p=105
complained that ActiveSync didn't install, so I tried it.
Sure enough, it fails; looks like it's trying to install
three flavors of networking:
fixme:setupapi:SetupCopyOEMInfA stub: source "c:\\Program Files\\Microsoft
ActiveSync\\Drivers\\WceRndis.inf" location (null) ...
trace:msi:MSI_ProcessMessage ((nil) 0 10 L"RegisterRndisUSB: SetupCopyOEMInf()
failed for RNDIS Inf") ...
...
fixme:setupapi:SetupCopyOEMInfA stub: source "c:\\Program Files\\Microsoft
ActiveSync\\Drivers\\WceIS.inf" location (null) ...
trace:msi:MSI_ProcessMessage ((nil) 0 10 L"RegisterInternetSharing:
SetupCopyOEMInf() failed for Internet Sharing Inf")
...
fixme:setupapi:SetupCopyOEMInfA stub: source "c:\\Program Files\\Microsoft
ActiveSync\\Drivers\\wceusbsh.inf" location (null) ...
...
trace:msi:MSI_ProcessMessage ((nil) 0 10 L"RegisterSerialUSB: SetupCopyOEMInf()
failed for legacy USB Inf file")
...
err:msi:ITERATE_Actions Execution halted, action L"CA_Nt5_PrimeInf" returned 1603
Remote NDIS seems documented here:
http://www.microsoft.com/whdc/device/network/NDIS/rmNDIS.mspxhttp://www.microsoft.com/whdc/device/network/NDIS/usbrndis.mspx
Implementing SetupCopyOEMInf might get us a bit further.
Getting ActiveSync working will probably be hard, though.
--
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.