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

Warning Error when running sh file in terminal! #143

Open
xhodan opened this issue Oct 1, 2019 · 3 comments
Open

Warning Error when running sh file in terminal! #143

xhodan opened this issue Oct 1, 2019 · 3 comments

Comments

@xhodan
Copy link

xhodan commented Oct 1, 2019

xhodan@DT-1-2019:~/Desktop/Haven & Hearth Amber$ sh run.sh
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/home/xhodan/Desktop/Haven%20&%20Hearth%20Amber/gluegen-rt.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
xhodan@DT-1-2019:~/Desktop/Haven & Hearth Amber$ 

No idea what this is all about... anyone able to help?

@vlopp
Copy link

vlopp commented Mar 12, 2020

Same happens for Purus Pasta client, should it be of any importance.

@vlopp
Copy link

vlopp commented Mar 12, 2020

Also, a similar error on my side.

rijndael@rd:~/Downloads/amber-1.77.1$ ./run.sh
java.io.FileNotFoundException: grid_ids.txt (No such file or directory)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112)
        at java.base/java.io.FileReader.<init>(FileReader.java:60)
        at haven.Config.<clinit>(Config.java:621)
        at haven.MainFrame.<clinit>(MainFrame.java:41)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/home/rijndael/Downloads/amber-1.77.1/gluegen-rt.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!

``

@vlopp
Copy link

vlopp commented Mar 21, 2020

Fixed by running the client with Java 8.

8 is required. any version higher will produce the above.

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

2 participants