Diablo-D3 / DiabloMiner

OpenCL miner for Bitcoin
https://bitcointalk.org/index.php?topic=1721.0
GNU General Public License v3.0
535 stars 217 forks source link

Error with latest update #47

Closed NathajiM closed 11 years ago

NathajiM commented 11 years ago

Im getting an error with the latest update: [11/28/12 11:53:58 AM] Started [11/28/12 11:53:58 AM] Connecting to: http://us3.eclipsemc.com:8337/ Exception in thread "main" java.lang.LinkageError: Version mismatch: jar version is '23', native library version is '24' at org.lwjgl.Sys.(Sys.java:118) at org.lwjgl.opencl.CL.(CL.java:52) at com.diablominer.DiabloMiner.DeviceState.GPUHardwareType.(GPUHar dwareType.java:186) at com.diablominer.DiabloMiner.DiabloMiner.execute(DiabloMiner.java:355)

    at com.diablominer.DiabloMiner.DiabloMiner.main(DiabloMiner.java:90)

Anyone got a fix?

Diablo-D3 commented 11 years ago

Delete your DiabloMiner directory and unpack the zip again, or if you're building from source delete everything in target and run mvn package again.