http://bugs.winehq.org/show_bug.cgi?id=15585 Joerg Schiermeier <newsletter(a)Schiermeier-Software.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Joerg Schiermeier <newsletter(a)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. -- 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.