http://bugs.winehq.org/show_bug.cgi?id=28029
Jay Yang jkelleyy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jkelleyy@gmail.com
--- Comment #2 from Jay Yang jkelleyy@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%5C"" ...
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.