On Mon, Jun 1, 2009 at 20:21, creation <wineforum-user@xxxxxxxxxx> wrote: > My situation is this: i have gecko installed using wintricks but when i play metin2 online(i dont a small description before starting the game) or counter strike(when chosen a team - the map description does not appear) and in the console i keep getting the following lines : > > > Code: > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\nssckbi.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\plugins\npnul32.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\xul.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\plc4.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\nssutil3.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\softokn3.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\freebl3.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\ssl3.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\js3250.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\xpcom.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\nss3.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\nssdbm3.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\nspr4.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\smime3.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\sqlite3.dll") - Symbol NSGetModule not found > 0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\plds4.dll") - Symbol NSGetModule not found > > How can i make my windows app`s see that gecko is already installed ? Those messages are normal. (Someone previously posted what causes them, but I could not quickly find it) IIRC it would require winegecko to be recompiled / patched to get rid of. (You can test that gecko is working with 'wine iexplore', if it opens winehq.org, it is fine) Gert