http://bugs.winehq.org/show_bug.cgi?id=12578 --- Comment #3 from Tefnet developers <developers(a)tefnet.pl> 2008-04-18 03:54:25 --- I've traced it till: init_xpcom in dlls/mshtml/nsembed.c, line nsres = NS_InitXPCOM2(&pServMgr, gre_dir, NULL); XPCOM2 fails to initialize during second run http://developer.mozilla.org/en/docs/NS_InitXPCOM2 --- NS_ERROR_NOT_INITIALIZED Indicates that static globals were not yet initialized, which may happen if this method is called before XPCOM's static initialization code executes. This error may also occur if XPCOM is being initialized after NS_ShutdownXPCOM has been called. --- -- 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.