bot4dofus / B4D

🎮🥚🤖 Pixel bot for Dofus 2 using packet sniffing, mouse and keyboard emulations
https://github.com/bot4dofus/B4D/wiki
MIT License
24 stars 11 forks source link

java.lang.UnsatisfiedLinkError : jpcap.dll : Can't load IA 32-bit .dll on a AMD 64-bit platform #5

Closed LucBerge closed 4 years ago

LucBerge commented 5 years ago

This issue occurs when you try to execute B4D.jar with java 64-bit. Because jpcap.dll have been built for 32-bit architectures, B4D had to be built for 32-bit architectures as well.

Please install java 32-bit try again.

To temporary fixed this issue :

LucBerge commented 4 years ago

This error does not exist in the latest version. You don't need a specific java version or whatever library.