http://bugs.winehq.org/show_bug.cgi?id=3307
Hans Leidekker <hans(a)it.vu.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hans(a)it.vu.nl
--- Comment #4 from Hans Leidekker <hans(a)it.vu.nl> 2008-05-25 13:18:36 ---
Please provide a URL for a site that shows this behavior.
--
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=2781
Hans Leidekker <hans(a)it.vu.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hans(a)it.vu.nl
--- Comment #8 from Hans Leidekker <hans(a)it.vu.nl> 2008-05-25 12:42:50 ---
The backtrace from comment #5 looks a lot like the one from bug 11791
and with the patch attached to that bug + winetricks wsh56 this app installs
and starts up. Can anyone confirm this?
--
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=7257
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
--- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-05-25 12:10:00 ---
FWIW, this is what 'winetricks fakeie6' does.
I think the hesitation has been that this will cause
some apps which bundle IE6 to try to use the builtin
iexplore. But perhaps the time has come to flip
the default behavior around; apps that only work with
a bundled IE6 should be the ones that have to run
'winetricks nofakeie6', say.
--
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=3838
ode5002(a)blueyonder.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ode5002(a)blueyonder.co.uk
--- Comment #31 from ode5002(a)blueyonder.co.uk 2008-05-25 11:38:23 ---
I can confirm that this patch fixes the bug for me too.
--
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=3972
--- Comment #32 from Anastasius Focht <focht(a)gmx.net> 2008-05-25 11:09:12 ---
Hello,
--- quote ---
I'm trying to install dotnet20 (using winetricks) and it seems that
CreateProcessW (called by HANDLE_CustomType34) is case sensitive, it results in
a err:msi:HANDLE_CustomType34 Unable to execute command
L"\"C:\\windows\\Microsoft.NET\\Framework\\netfxsbs20.exe\" /install" output
because the correct name of the file is NETFXSBS10.exe.
manually launch wine C:\\windows\\Microsoft.NET\\Framework\\NETFXSBS10.exe
/install seems to work.
--- quote ---
this message can be safely ignored.
Same error can be found in msi log file if you install .NET 2.0 in fresh
Windows 2K/XP...
That executable neither exists in default windows install nor in .NET msi
package.
Dumped custom action section in netfx.msi:
DD_CA_PatchUninstall_X86.3643236F_FC70_11D3_A536_0090278A1BB8 3682
DD_Framework_X86.3643236F_FC70_11D3_A536_0090278A1BB8
"[DD_Framework_X86.3643236F_FC70_11D3_A536_0090278A1BB8]netfxsbs20.exe"
/uninstall
DD_CA_PatchInstall_X86.3643236F_FC70_11D3_A536_0090278A1BB8 3682
DD_Framework_X86.3643236F_FC70_11D3_A536_0090278A1BB8
"[DD_Framework_X86.3643236F_FC70_11D3_A536_0090278A1BB8]netfxsbs20.exe"
/install
That CA is probably a beta testing leftover.
Regards
--
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=8202
detegr(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |detegr(a)gmail.com
--- Comment #15 from detegr(a)gmail.com 2008-05-25 10:33:42 ---
Same happens trying to launch Trials 2 Second edition
http://www.redlynxtrials.com/
Running Arch Linux, radeon 9600 pro with catalyst drivers.
--
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=5240
--- Comment #11 from Michał Majchrowicz <mmajchrowicz(a)gmail.com> 2008-05-25 08:41:17 ---
Created an attachment (id=13326)
--> (http://bugs.winehq.org/attachment.cgi?id=13326)
+winsokc log when running as root
I was always trying to run this app as root but it didn't help :( But this log
shows something interesting. Program is trying to open port 77 whereas on
windoze it opens port 950... That's maybe the issue. For some reason port
calculation/detection works different on wine and windoze.
--
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=5839
Kai Blin <kai.blin(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|kai.blin(a)gmail.com |
--- Comment #5 from Kai Blin <kai.blin(a)gmail.com> 2008-05-25 08:35:26 ---
Good to hear it's working now.
--
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=7092
--- Comment #7 from Hans Leidekker <hans(a)it.vu.nl> 2008-05-25 08:28:37 ---
Created an attachment (id=13324)
--> (http://bugs.winehq.org/attachment.cgi?id=13324)
wininet: Return success from
InternetSetOption(INTERNET_OPTION_DISABLE_AUTODIAL) stub.
The timeout related fixmes are harmless but the the one about option 70
(INTERNET_OPTION_DISABLE_AUTODIAL) is not. Changing the stub to return
success makes the check proceed.
--
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.