http://bugs.winehq.org/show_bug.cgi?id=24285
--- Comment #3 from aerilius@googlemail.com 2010-10-13 17:08:42 CDT --- I tested again with a clean setup (built-in internet explorer) and current wine 1.3.4. There seem to be two different types of windows in SketchUp that use internet explorer: 1. File -> 'Add Location', 'Building Maker', 'Get Models': not working (blank), but instead the web page wrongly opens in default linux browser 2. webdialogs used via the ruby API, ie. the "get photo textures" window: working and displays content properly (except of flash) (3.) File -> 'Share model': not working (blank) and does not open in default browser
For case 1, these three lines appear in the terminal: fixme:shdocvw:navigate_url Unsupported args (Flags 0x32ec98:3; TargetFrameName 0x32eca8:8) fixme:urlmon:URLMoniker_BindToObject use running object table Neues Fenster in aktueller Browsersitzung erstellt. [= new window in current browser session] I don't know much about it, but I guess SketchUp sends the url with an argument that says the page should be opened in the integrated internet explorer window (not in external browser). Probably wine does not yet interpret that.
For case 3, I get these lines. In addition, there seems to go something wrong with the url. The 3 quotes around the url seem to me strange: fixme:shdocvw:navigate_url Unsupported args (Flags 0x32ebd8:3; TargetFrameName 0x32ebe8:8) fixme:urlmon:URLMoniker_BindToObject use running object table err:exec:dde_connect Argify buffer not large enough, truncated err:winebrowser:get_url_from_dde Unable to retrieve URL from string L""http://sketchup.google.com/3dwarehouse/upload_details?ctyp=sm&cv=p8.0.31..."
I hope this contains something useful. Or maybe someone can tell me what else I could test.