Page 1 of 1
Unable to find <IP2Country> file. Skipping ...
Posted: 14 Sep 2006, 11:41
by nonamed
hi all,
when i run server,i get this message.
Unable to find <IP2Country> file. Skipping ...
i have two files such as countryflag32.dll and ip-to-country.csv.
PLZ tell me how to edit?
thanks!
Posted: 14 Sep 2006, 13:43
by Orakio
if (!IP2Country.initializeAll("Merged2.csv")) {
System.out.println("Unable to find <IP2Country> file. Skipping ...");
} else {
System.out.println("<IP2Country> loaded.");
}
Posted: 14 Sep 2006, 14:37
by nonamed
oh no,my mean isn't it....
i want to know where i copy the ip2country.csv and countryflag.dll .
thanks~!
Posted: 14 Sep 2006, 16:06
by Persh
Ask Betalord for them, although it's doubtful you'll get them.
Posted: 14 Sep 2006, 16:34
by Betalord
You don't really need the db for lan server, just ignore the warning (it will work just fine withouth it).
Posted: 14 Sep 2006, 21:08
by Orakio
Betalord is correct, not only did he make it, but if it was a fatal error and not just aesthetic it would say Exiting not skipping :) also not only don't you really need it for LAN, but if you're using it for LAN then it probably wont work anyway.
However if you really want it bare in mind that the file it looks for is Merged2.csv. I haven't bothered investigating what the csv file looks like but you could just try renaming the one you have.