Jire / Overwatcheat

Free, open-source undetected color cheat!
GNU Affero General Public License v3.0
322 stars 92 forks source link

Cant compile, Changed ext.kotlin_version to '1.5.0' #121

Open URstepdaddy opened 2 years ago

URstepdaddy commented 2 years ago

FAILURE: Build failed with an exception.

BUILD FAILED in 2s P

wubushanyan commented 2 years ago

You can slove it by degrade your java version to JDK 15

URstepdaddy commented 2 years ago

Worked but after compiling and starting the game : clicking on start overwatchcheat >>

gdigrab @ 000002124dc3db00] Found window Overwatch, capturing 256x256x32 at (640,304) Input #0, gdigrab, from 'title=Overwatch': Duration: N/A, start: 1651599703.241973, bitrate: 125855 kb/s Stream #0:0: Video: bmp, bgra, 256x256, 125855 kb/s, 60 fps, 1000k tbr, 1000k tbn, 1000k tbc Exception in thread "Aim Bot" java.lang.UnsatisfiedLinkError: Unable to load library 'interception': The specified module could not be found.

The specified module could not be found.

The specified module could not be found.

Native library (win32-x86-64/interception.dll) not found in resource path (Overwatcheat 3.5.0.jar) at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:301) at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:461) at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:403) at com.overwatcheat.nativelib.DirectNativeLib.(DirectNativeLib.kt:27) at com.overwatcheat.nativelib.interception.Interception.(Interception.kt:25) at com.overwatcheat.nativelib.interception.Interception.(Interception.kt:25) at com.overwatcheat.Mouse.(Mouse.kt:36) at com.overwatcheat.aimbot.AimBotThread.performAim(AimBotThread.kt:105) at com.overwatcheat.aimbot.AimBotThread.useAimData(AimBotThread.kt:74) at com.overwatcheat.aimbot.AimBotThread.run(AimBotThread.kt:48) Suppressed: java.lang.UnsatisfiedLinkError: The specified module could not be found.

            at com.sun.jna.Native.open(Native Method)
            at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:191)
            ... 9 more
    Suppressed: java.lang.UnsatisfiedLinkError: The specified module could not be found.

            at com.sun.jna.Native.open(Native Method)
            at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:204)
            ... 9 more
    Suppressed: java.lang.UnsatisfiedLinkError: The specified module could not be found.

            at com.sun.jna.Native.open(Native Method)
            at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:264)
            ... 9 more
    Suppressed: java.io.IOException: Native library (win32-x86-64/interception.dll) not found in resource path (Overwatcheat 3.5.0.jar)
            at com.sun.jna.Native.extractFromResourcePath(Native.java:1119)
            at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:275)
            ... 9 more

[gdigrab @ 000002124dc3db00] Failed to capture image (error 8) Exception in thread "Frame Grabber" java.lang.NullPointerException: frame must not be null at com.overwatcheat.framegrab.FrameGrabberThread.run(FrameGrabberThread.kt:34)