MCLink-Modding / MCLink

Automatic Twitch/GameWisp/Patreon Whitelist
https://mclink.dries007.net/
11 stars 10 forks source link

Server Crash - 1.12.2 - Exception in server tick loop #16

Closed tjsd closed 5 years ago

tjsd commented 5 years ago

Minecraft: 1.12.2 Forge: 2808 MCLink: v3.2.15 Java: Open JRE 8u191 Pack: Project Ozone 3 v3.0.35 Crash: https://termbin.com/b6hm

dries007 commented 5 years ago

Caused by: java.io.FileNotFoundException: /usr/lib64/libnss3.so

That's the cause. I assume you either removed this file, or installed system updates and as a result this file got moved.

Op wo 23 jan. 2019 14:50 schreef tjsd <notifications@github.com:

Minecraft: 1.12.2 Forge: 2808 MCLink: v3.2.15 Java: Open JRE 8u191 Pack: Project Ozone 3 v3.0.35 Crash: https://termbin.com/b6hm

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MCLink-Modding/MCLink/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/ABSMpemdDu5jChKJx3D9-xcO__Uroc0Cks5vGGiJgaJpZM4aO0pt .

tjsd commented 5 years ago

But there is no file called that on my other server where it works, the only difference is the java version. Server where it is not working: image Server where it is working: image

Java versions: image

dries007 commented 5 years ago

It's not something I can fix, Java is responsible for the handling of the HTTPS part of the communication.

I assume the underlying library Java uses has changed or been updated, or something went wrong when installing that particular Java version. The only thing I can really say is that's it's not MCLink related. Any HTTPS request would probably result in the same thing.

If you find the solution, feel free to comment, so if it happens again we know how to fix it :)