View Full Version : WC3Banlist
pvangarde
October 20th, 2007, 10:29 PM
There is a thread by this exact name already. It was closed because no one answered. I don't know how to reopen it. Warcraft 3 is a popular game in linux because it runs in linux beautifully and I'd like to know if it is possible to get wc3banlist running under wine.
First, has anyone had any success with this?
Second, is it even possible? WC3Banlist uses a DirectX API hook and wine doesn't emulate DirectX well enough to my understanding, so the game runs in direct3d mode (someone verify this?).
Jugix
November 6th, 2007, 04:34 PM
I have tried to get this program to work on my ubuntu box but with no success. It installs correctly (AFAIK) but it does not find any NICs. Google does not give any answers so I think it is impossible to use wc3banlist on linux.
cogadh
November 6th, 2007, 06:40 PM
Direct3D is DirectX, well, a component of it at least. I don't think that has anything to do with WC3Banlist not working, DX and Direct3D both work quite well in Wine right now and they really have nothing to do with the functionality of WC3Banlist anyway.
More likely it doesn't work because of the app's reliance on WinPcap, which requires driver capablilities not present and not installable in Wine (you can't install Windows drivers in Wine).
BTW - Only mods or administrators can close or re-open threads.
EtrnlApocaplypse
November 7th, 2007, 12:28 AM
wine doesn't emulate DirectX well enough to my understanding, so the game runs in direct3d mode (someone verify this?).
Well actually the game works okay in direct3d mode which is the default unless you add the -opengl modifier to the launch command (or change the default in the registry key).
The game does run much better with opengl though because directx implementation isn't perfect so I recommend using it.
janfsd
January 9th, 2008, 06:32 PM
Well someone tried to do a java banlist program, but it's stalled however if you know some java maybe you can help to develop it. More info at: https://sourceforge.net/projects/jwc3banlist/
There was another one in python but not so developed: https://sourceforge.net/projects/wc3helper/
jkman
April 24th, 2008, 10:45 PM
I was actually on the small team to develop JWC3Banlist for a bit...till school and work and other things got in the way. From what I understand the project is being worked on again. I'll most likely jump back in the development if some of my other projects fall through. They would most likely welcome any help.
janfsd
April 25th, 2008, 07:43 AM
I was actually on the small team to develop JWC3Banlist for a bit...till school and work and other things got in the way. From what I understand the project is being worked on again. I'll most likely jump back in the development if some of my other projects fall through. They would most likely welcome any help.
Thanks for the tip, just checked the svn, and they are working on it again, great news!
pfanne
August 13th, 2008, 04:49 PM
was anyone able to get the latest alpha running in linux?
PandaGoat
August 13th, 2008, 11:18 PM
I understand that you seek a banlist, but wc3banlist does other things like pings and auto refreshing. I have been working on such a program in c using pcap called snoopy: snoopy.tuxfamily.org. There is no banlist yet, but I plan to implement one; I just need to figure out using public banlists and having a private one.
Currently (for hosts) it can get pings and location, auto refresh slots, and custom kick through use of tcpkill. Theres only one person working on it, so give me some slack if you have problems!
antragon
August 14th, 2008, 11:29 AM
Hey,
I'm one of the developers of jwc3banlist...
To use it with ubuntu you have to install:
* jpcap
* libpcap
* java jdk 1.6
* jwc3banlist
You have to run it as root.
Greetings,
Antragon
BlahMan_of.Doom
August 15th, 2008, 09:57 PM
Hmm. Is it possible to install Listchecker (pickup.listchecker, LC, PLC are all different names for it) in wine? Like, is there a WinPCAP alternative?
Manu311
August 23rd, 2008, 01:26 PM
It is possible to run ListChecker in Wine, without big problems.
Sometimes it changes the port (on my machine) but restarting List-Checker solves this problem everytime.
You don't need WinPcap anymore for running ListChecker (only for a few options, which I don't need :)).
Troll_the_Great
September 3rd, 2008, 03:00 AM
Hey,
I'm one of the developers of jwc3banlist...
To use it with ubuntu you have to install:
* jpcap
* libpcap
* java jdk 1.6
* jwc3banlist
You have to run it as root.
Greetings,
Antragon
OK, I downloaded the archive, I've extracted it...but that's it... There is no configuring file, no "make&make install", no nothing.I have 2 files, jpcap.dll, libjpcap.jnilib and a folder jwc3banlist.jar.Now what?
Troll_the_Great
September 4th, 2008, 09:24 AM
Anyone?
Troll_the_Great
September 5th, 2008, 04:05 PM
Bump!
chuche17
September 8th, 2008, 10:17 PM
How did you get listchecker to work under wine?
Troll_the_Great
September 10th, 2008, 12:31 PM
Bump!
janfsd
September 13th, 2008, 07:14 AM
OK, I downloaded the archive, I've extracted it...but that's it... There is no configuring file, no "make&make install", no nothing.I have 2 files, jpcap.dll, libjpcap.jnilib and a folder jwc3banlist.jar.Now what?
I used to build it like this (it was long time ago, it might have changed):
javac JWC3Banlist.java
And to run it: (you need to run as root)
sudo java -cp ./lib/hsqldb.jar:. JWC3Banlist
The last command should give you information if any library is missing. Hope this works...
benzi
October 28th, 2008, 02:41 AM
i downloaded the tar file from source forge and i have 2 files inside the archive, a .jar file which is the java program and a libjpcap.so file.
I tried putting the .so file in /usr/lib/jvm/java-6-sun-1.6.0.07/jre/lib/amd64 folder and tried to run the .jar from the desktop but it tells me jpcap could not load.
i tried putting the .jar and .so files inside the same folder on the desktop and then run the .jar but still the same thing happened, could not load jpcap.
I then went to http://netresearch.ics.uci.edu/kfujii/jpcap/doc/download.html to download the jpcap.deb file but my package manager complains that it is a i386 package. I'm running Ubuntu 64 bits.
Any ideas on how to get this banlist to run?
dignan
January 7th, 2009, 06:29 AM
Hello,
I'm the lead developer on Bancraft (originally named JWC3Banlist).
Troll_the_great, make and make install are for makefiles, typically used with C/C++. This is a Java application, so the equivalent is ant. I am currently working on packaging Bancraft for Ubuntu, so fear not there will be a simple way to install this program.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.