http://bugs.winehq.org/show_bug.cgi?id=15585
Joerg Schiermeier newsletter@Schiermeier-Software.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #2 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2010-01-17 18:43:01 --- I simply change in user.reg this part:
---/user.reg/--- [Software\Classes\http\shell\open\command] @="%SystemRoot%\system32\winebrowser.exe "%1""
[Software\Classes\http\shell\open\ddeexec] @=""%1",,-1,0,,,," "NoActivateHandler"=""
[Software\Classes\http\shell\open\ddeexec\Application] @="IExplore"
[Software\Classes\http\shell\open\ddeexec\Topic] @="WWW_OpenURL"
[Software\Classes\https\shell\open\command] @="%SystemRoot%\system32\winebrowser.exe "%1""
[Software\Classes\https\shell\open\ddeexec] @=""%1",,-1,0,,,," "NoActivateHandler"=""
[Software\Classes\https\shell\open\ddeexec\Application] @="IExplore"
[Software\Classes\https\shell\open\ddeexec\Topic] @="WWW_OpenURL" ----------------
to this:
---/user.reg/--- [Software\Classes\http\shell\open\command] @="%SystemRoot%\system32\winebrowser.exe "%1""
[Software\Classes\https\shell\open\command] @="%SystemRoot%\system32\winebrowser.exe "%1"" ----------------
and it works without the errormessage. This works.