X-com / RealmShark

MIT License
37 stars 13 forks source link

Npcap #4

Open frjxpa opened 1 year ago

frjxpa commented 1 year ago

Programm tells me that i need to install npcap but i've already installed it image

amydevs commented 1 year ago

try this version instead: https://npcap.com/dist/npcap-1.60.exe

frjxpa commented 1 year ago

try this version instead: https://npcap.com/dist/npcap-1.60.exe

not working

X-com commented 1 year ago

Contact me on discord Xcom#7970 and we can go through the details. It seams to be a very odd bug.

This is the related code and it should theoretically work. Why it's not working seams odd.

try {
    sniffer.startSniffer();
} catch (UnsatisfiedLinkError e) {
    new MissingNpcapGUI();
pgibb96 commented 1 year ago

I'm not sure if this will help at all, but I originally saw this issue when opening the jar file with Java(TM) Platform SE Binary rather than OpenJDK Platform Binary. I got that same message. When I right clicked the jar file, chose "open with" and clicked OpenJDK, it worked. I'm no longer able to get that error message when opening with Java Platform Binary, however.

ghaskins99 commented 1 year ago

@X-com I also had this issue on newest npcap (1.72) until I uninstalled and reinstalled and checked the Install Npcap in WinPcap API-compatible Mode, then it seems to find npcap fine