BeChris100 / osintgram4j

A rebranded version of our old, beloved Osintgram Client
GNU General Public License v3.0
35 stars 1 forks source link

Error found #10

Closed karthikkl13 closed 5 months ago

karthikkl13 commented 5 months ago

(I am newbie to this) I installed osintgram4j And I executed by using the command 'osintgram4j' And it shows this error:-

┌──(karthik㉿kali)-[~/osintgram4j] └─$ osintgram4j Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true While running the Application, the Main Thread crashed. Java Errors cannot be caught, and can be only fixed within the code itself.

Error/Exception Stacktrace: java.lang.UnsatisfiedLinkError: /usr/share/bc100dev/osintgram4j/lib/app/libosintgram4j-cxx.so: /usr/share/bc100dev/osintgram4j/lib/app/libosintgram4j-cxx.so: undefined symbol: stdscr at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(Unknown Source)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source)
at java.base/jdk.internal.loader.NativeLibraries.findFromPaths(Unknown Source)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source)
at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.base/java.lang.Runtime.loadLibrary0(Unknown Source)
at java.base/java.lang.System.loadLibrary(Unknown Source)
at net.bc100dev.osintgram4j.NativeLoader.load(NativeLoader.java:47)
at net.bc100dev.osintgram4j.MainClass.main(MainClass.java:109)

Is there any solution to this? @BeChris100

BeChris100 commented 5 months ago

Diagnosed the issue. I'll be making changes soon.

karthikkl13 commented 5 months ago

Awesome! looking forward to see the improvements.

BeChris100 commented 5 months ago

The linker should be working now.

LAMODIBO10 commented 4 months ago

How to use osintgram4j ???