On Mon, 2009-04-13 at 16:32 +0200, solarg wrote: > hello all, > on my os2008.11, i want to use picasa3 to upload videos. I installed > wine 1.0.1 from IPS, ans started to install picasa3: > $ wine Download/picasa3-setup.exe > wine: created the configuration directory '/export/home/henry/.wine' > err:iphlpapi:getNumWithOneHeader Unable to open '/proc/net/route' to > count entries! > err:iphlpapi:getRouteTable unimplemented! > Could not load Mozilla. HTML rendering will be disabled. > err:iphlpapi:getNumWithOneHeader Unable to open '/proc/net/route' to > count entries! > err:iphlpapi:getRouteTable unimplemented! > wine: configuration in '/export/home/henry/.wine' has been updated. > fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE > fixme:urlmon:ObtainUserAgentString (0, 7f7d5a87, 7f7d5a88): stub > fixme:urlmon:ObtainUserAgentString (0, 7fcaa328, 7f7d5a88): stub > > ^C > > but nothing happens after several minutes. > Anybody has succedeed here? on the wine website, they use 1.1.9 to test > picasa3, and i don't find old release of picasa2
/proc/net/route is Linux specific, so you'll need to file bugs with wine asking for Solaris support. You could also try running wine with WINEDEBUG=warn+all or WINEDEBUG=+all (the latter is very verbose). http://www.winehq.org/docs/winedev-guide/dbg-control James Andrewartha
