Re: [discuss] links aren't working?
Philippe Verdy <[email protected]> Sat, 19 Feb 2005 21:04:52 +0100 (CET)
| Newsgroups | gmane.network.gnutella.limewire.general |
|---|---|
| Message-ID | <[email protected]> |
Randy Johnson <[email protected]> a écrit : > hey limeys! > for some reason the mainline is not launching URLs anymore. am i > doing > something wrong? i get the following stack trace (which i've > abbreviated): > > java.lang.UnsatisfiedLinkError: nativeOpenURL > at > com.limegroup.gnutella.util.WindowsLauncher.nativeOpenURL(Native > Meth > od) Check that you use the run.bat script from CVS/gui: - it sets the path so that the Windows DLL that performs the native call will be loaded. - check that the DLL itself is present and not corrupted (the DLL is normally stored in binary mode, so make sure you have not checked out this DLL by forcing text mode, or the DLL won't load properly). If you run under Windows 95/98/ME, make sure that your environment space is not exhausted: use the "SET" command to see all environment variables. If you have installed other softwares, you may now have more variables than your COMMAND.COM settings can hold. If so, add the following line in your CONFIG.SYS: SHELL=C:\COMMAND.COM /P /E:1024 which loads command.com in primary mode (this is the normal default), but sets the environment space to 1024 bytes. You may also adjust the environment space by looking at the properties of the link in your start menu or on your desktop from which you launch a command window. This is a .PIF file that loads command.com in a console window, but the advanced properties also allow you to set up an alternate environment size. This fixed environment size is a legacy from MS-DOS emulation. It is no longer needed in Windows NT/2000/XP/2003 if your command window uses CMD.EXE instead of COMMAND.COM, because CMD.EXE is a native Win32 application that resizes itself the environment block size as needed for the child processes it will launch, and it also saves memory because it does not load the DOS emulation layer. So don't use COMMAND.COM in NT/2000/XP/2003! Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/ _______________________________________________ discuss mailing list [email protected] http://www.limewire.org/mailman/listinfo/discuss