Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "Toggle UI" java.lang.ExceptionInInitializerError #313

Open
SgtDragon opened this issue Jan 11, 2024 · 2 comments
Open

Comments

@SgtDragon
Copy link

This is the exceptions I'm getting, am testing in the training area on tracer.

Exception in thread "Toggle UI" java.lang.ExceptionInInitializerError
at org.jire.overwatcheat.Keyboard.pressKey(Keyboard.kt:49)
at org.jire.overwatcheat.aimbot.ToggleUIThread.toggleUI(ToggleUIThread.kt:44)
at org.jire.overwatcheat.aimbot.ToggleUIThread.run(ToggleUIThread.kt:35)
Caused by: java.lang.IllegalArgumentException: Cannot open library: interception
at java.base/java.lang.foreign.SymbolLookup.libraryLookup(SymbolLookup.java:235)
at java.base/java.lang.foreign.SymbolLookup.libraryLookup(SymbolLookup.java:199)
at org.jire.overwatcheat.nativelib.interception.Interception.(Interception.kt:26)
... 3 more

@Flowing8175
Copy link

Flowing8175 commented Jun 21, 2024

find interception.dll file in the Interception driver folder, then put it in ...\Overwatcheat 5.1.0\build\Overwatcheat 5.1.0\ folder.

In case that doesn't work, copy all files of the driver .dll, .lib, .h files, and put it in all these directories:

...\Overwatcheat 5.1.0\build\Overwatcheat 5.1.0
...\Overwatcheat 5.1.0\build\lib (it could be somewhere else, but you know)

that should help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@SgtDragon @Flowing8175 and others