http://bugs.winehq.org/show_bug.cgi?id=28029 Jay Yang <jkelleyy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkelleyy(a)gmail.com --- Comment #2 from Jay Yang <jkelleyy(a)gmail.com> 2011-08-08 20:57:17 CDT --- I get this with WINEDEBUG=trace+process wine GunzLancher.exe ... trace:process:create_process_impl app (null) cmdline L"explorer.exe \"http://gunz.ijji.com/?from=desktop\"" ... So it's asking explorer to open "http://gunz.ijji.com/?from=desktop" which is clearly a web url. Windows responds to this by opening the website and that is exactly the behavior I see on windows. I tested this using the installation provided by the installer in the URL in the bug. We should probably have explorer open the web browser in such cases seeing as that's what windows does. I'm not certain what the best way to determine what should be opened in a web browser is. We could look for things matching [a-zA-Z]*:.* and send those request to a web browser. -- 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.